/*@import "denise.css";*/


/**********************************
Overall Page Settings 
(Backgrounds, Fonts, Colors, etc.
***********************************/
html, body#login {

}

.container {
    background: none;
}

label {
    font-weight: bold;
}

/**********************************
Links

***********************************/
a {
    color:#55B8B8; 
    text-decoration:none;
}


/***********************************
Specific IDs

*************************************/

#header {
    text-align: center;
         
}
#loginForm {
    float: right;
    width: 100%;
    /*background: #f9f9f9 url(/images/LoginRight_img.png) no-repeat;*/
    background-position: left top;
    min-height: 860px;
}



#localPassThru {
    width: 100%;
    height: 100%;
}

.InputField {
    width: 205px;
    margin: 150px 0 0 0; padding: 0 0 0 20px;
    color: #FFF;
    
}

#login #footer ul {
    border-top:1px dotted #55B8B8; 
    border-bottom:1px dotted #55B8B8; 
    background:#F1F9F9; 
    margin: 5px auto; 
    padding: 13px 0;
}
.InputBox {
    height: 20px;
    width: 200px;
    background: #FFF; /* Old browsers */
	background: -moz-linear-gradient(top, #EEE 0%, #FFF 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEE), color-stop(50%,#FFF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EEE 0%,#FFF 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EEE 0%,#FFF 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #EEE 0%,#FFF 50%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#FFFFFF',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #EEE 0%,#FFF 50%); /* W3C */
	-moz-border-radius: 2px/2px;	
	-webkit-border-radius: 2px/2px;
	border-radius: 1px/1px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:	all 0.5s;
}
.SubmitBtn {
    margin-top: 10px;
    height: 40px;
    width: 205px;
    font-weight: bold;
	color: #FFF;
    background-color: #ec1c27; /* Old browsers */
	background: -moz-linear-gradient(top, #fbf49d 0%, #d19a2a 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbf49d), color-stop(50%,#d19a2a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fbf49d 0%,#d19a2a 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fbf49d 0%,#d19a2a 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fbf49d 0%,#d19a2a 50%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf49d', endColorstr='#d19a2a',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fbf49d 0%,#d19a2a 50%); /* W3C */
	-moz-border-radius: 2px/5px;	
	-webkit-border-radius: 2px/5px;
	border-radius: 2px/2px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:	all 0.5s;
	cursor: pointer;
}

.SubmitBtn:hover {
	/*width: 190px;
	margin: 10px -5px 0 5px; */
	font-weight: bold;
	color: #FFF;	
	background: #a40a12; /* Old browsers */
	background: -moz-linear-gradient(top, #c5bd5d 0%, #ab770d 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5bd5d), color-stop(50%,#ab770d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c5bd5d 0%,#ab770d 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c5bd5d 0%,#ab770d 50%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #c5bd5d 0%,#ab770d 50%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5bd5d', endColorstr='#ab770d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #c5bd5d 0%,#ab770d 50%); /* W3C */
	cursor: pointer;
}
.TestContnr {
    width: 100%;
    font-size: 11px;  
    margin: 10px 0 0 0; padding: 0;
}
.LoginInfo {   
    width: 50%;
    margin: 0 auto;
    font-size: 10px;
    text-align: center;
}

