
body {
	margin:0;
	outline:none;
	font-size:12px;
       background:#fffff;
}
#header {
	background:#6E9091;
	padding:60px;
        border-bottom: 350px #E2ECAC solid;
       /* border-bottom: 350px #F2F6DA solid;*/
}
h2 {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	/*color:#40361a;*/
        color:#00000;
	font-weight:bold;
	font-size:42px;
	margin:0;
	padding:10px;
       
	
	border:solid 2px #5F7E7F;
	
	background:#d0df00;
       
	text-decoration:none;
        box-shadow:  0 2px 2px 0 rgba(0,0,0,.4);
        
/*      //border:solid 1px #cb8604; 
        // #d0df00, #d5db83c
        background: -webkit-gradient(linear, left top, left bottom, from(#d5db83c), to(#d0df00));
	background: -moz-linear-gradient(top, #d5db83c, #d0df00);
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5db83c', endColorstr='#d0df00');*/
        
/*	background: -webkit-gradient(linear, left top, left bottom, from(#ffc800), to(#d0df00));
	background: -moz-linear-gradient(top, #ffc800, #ffa800);
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc800', endColorstr='#ffa800');*/
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}


/*-----Login container-----*/

#login {
	width:355px;
	float:right;
	outline:none;
}

/*-----Position and hide the dropdown-----*/

.drop {
	display:none;
	position: absolute;
	z-index:1000;
	top:80px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
	-moz-box-shadow:  0 2px 4px 0 rgba(0,0,0,.4);
	box-shadow:  0 2px 4px 0 rgba(0,0,0,.4);
}

/*-----Dropdown form element-----*/

form {
	border:solid 4px #E2ECAC;
	width:327px;
	padding:10px;
	-webkit-border-radius: .3em 0 .3em .3em;
	-moz-border-radius: .3em 0 .3em .3em;
	border-radius: .3em 0 .3em .3em;
	background: #E6EEB6;
	clear:both;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	margin-top:6px;
}

/*-----Signin link-----#D2E0E0 */

.signin {
	background: url(../images/arrow.gif) no-repeat right #E6EEB6;
        border:solid 2px #E2ECAC;
	padding:10px 25px 10px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#5F7E7F;
	text-decoration:none;
	margin-left:272px;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
.signin:hover {
	background: url(../images/arrow.gif) no-repeat right #E6EEB6;
	color:#5F7E7F;
}
/*
-----Signin clicked state-----*/

.signinclick {
	background: url(../images/arrow.gif) no-repeat right #E6EEB6;
	padding:10px 25px 10px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#5F7E7F;
	text-decoration:none;
	margin-left:272px;
	-webkit-border-radius: .3em .3em 0 0;
	-moz-border-radius: .3em .3em 0 0;
	border-radius: .3em .3em 0 0;
}
.signinclick:hover {
	background: url(../images/arrow.gif) no-repeat right #E6EEB6;
}

/*-----Submit Button-----*/

.submit {
	display:block;
	width:auto;
	float:right;
	margin-top:10px;
	border:solid 2px #587C7F;
	padding:7px;
	background:#D8E4E4;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#d6de5C;
	text-decoration:none;
	background: -webkit-gradient(linear, left top, left bottom, from(#587C7F), to(#93afb0));
	background: -moz-linear-gradient(top, #587C7F, #93afb0);
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#587C7F', endColorstr='#93afb0');
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}
.submit:hover {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	background: -webkit-gradient(linear, left top, left bottom, from(#93afb0), to(#587C7F));
	background: -moz-linear-gradient(top, #93afb0, #587C7F);
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#93afb0', endColorstr='#587C7F');
        cursor: pointer;
        
}


/*-----Inputs-----*/


.inStyle {
	
	padding:8px;
	background:#fff;
	width:295px; 
        border:solid 1px #ccc;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#5F7E7F !important; 
}
.inStyle:-webkit-autofill {  
    background-color: #fff;
    background-image: none;
    color:#5F7E7F !important; 
}
input:-internal-autofill-selected {
    background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    color:#5F7E7F !important;
}
.inStyle:focus {
	border:solid 1px #5F7E7F;
	padding:7px;
	
        background:#fff;
	color:#5F7E7F !important; 
	   -webkit-transition:background .2s ease-in;
   -moz-transition:background .2s ease-in;
   -o-transition:background .2s ease-in;
   transition:background .2s ease-in;
}
.labelStyle {
	display:block;
	font-family: Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#5F7E7F;
	margin:10px 0 10px 0;
}

.selFacility {
    min-width:290px !important; 
    width:290px !important; 
 max-width:290px !important;   
  
    font-weight: bold;
        color:#5F7E7F;
 
        background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
    font-size:12px;   
     border:solid 1px #ccc;
	
}
.selFacility label{
    
 
   min-height: 22px !important; 
   height:22px !important; 
 max-height:22px !important; 
    font-weight: bold !important;  
 vertical-align: middle;
 color:#5F7E7F;
  border:solid 1px #ccc;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}


/*-----Checkbox and checkbox labels-----*/

.remember {
	float:left;
	margin-top:20px;
}
.checkbox {
	margin:0 5px 0 0;
	padding:0;
	width:auto;
	background:none;
	border:none;
}
#login p {
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
        font-weight:bold;
	color:#6e9091;
	clear:both;
}
#login p a {
	color:#6e9091;
	font-weight:bold;
	text-decoration:none;
}
#login p a:hover {
	color:#6e9091;
}


/*-----Tooltips-----*/

.tooltip span {
	display:none;
	margin-left:8px;
}
.tooltip:hover span {
	display:inline;
	position:absolute;
	background: url(../images/tip.gif) no-repeat left #333;
	color:#fff;
	padding:6px 8px 6px 20px;
	font-size:12px;
	opacity:0.8;
	font-weight:bold;
}
.tooltip a {
    font-size:16px;
    font-weight:bold;
}