/* login
------------------------------------------*/
.mainbox {
/*	background-color: #ECEEEE;*/
}
body {
/*	background-color: #ECEEEE;*/
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #343434;
	margin-bottom: 20px;
	margin: 10px auto 40px auto;
	background-image: url(../images/pass_title.gif); 
	background-repeat: no-repeat;
	text-align: center;
	height: 69px;
	width: 316px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	font-family: Helvetica, Geneva, sans-serif;
	color: #b0d3ed;
	margin-bottom: 22px;
	margin-top: 10px;
}
p {
	display: block;
	font-size: 18px;
	color: #343434;
	margin-bottom: 15px;
}

h2 strong { color: #86a5d5; }

input[type="text"], input[type="password"], textarea, select { outline: none; } 
/* hide outlines in chrome */

/* @group page boxes */
#c { 
	width: 520px; 
	margin: 0 auto;
	padding: 8px 0px 60px 8px;
	margin-top: 120px;
	border: 0px solid #c3d1d7;
	background: #fefefe;
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#loader {
	text-align: center;
}

/* @group form */
#instantform {
	padding: 7px 12px;
	margin-bottom: 30px;
	margin-top: -12px;
}
#instantform input[type=text], #instantform input[type=password] {
	background: #fefefe;
	font-size: 18px;
	color: #898989;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #d5d9da;
	padding: 9px 7px;
	width: 250px;
}

#instantform input[type=text]:focus, #instantform input[type=password]:focus {
	border-color: #b3d5eb;
	color: #444;
}

#results {
	font-size: 26px;
	color: #FF0000;
	margin-top: 20px;
}

label {
	display: block;
	margin-top: 25px;
	margin-bottom: 4px;
	color: #444;
	font-weight: bold;
	font-size: 16px;
}

.label1 {
	background-image: url(../images/login_label1.gif); 
	background-repeat: no-repeat;
	height: 36px;
	width: 176px;
}
.label2 {
	background-image: url(../images/login_label2.gif); 
	background-repeat: no-repeat;
	height: 36px;
	width: 176px;
}

.okbtn {
	background-image: url(../images/btn_pass.gif);
	background-repeat: no-repeat;
	display: inline-block;
	outline: none;
	cursor: pointer;
	width: 164px;
	height: 57px;
	padding: 0;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 2px;
}
