@charset "utf-8";
/* CSS Document */

#header {
	height:96px;
	width:870px;
	background-image:url(../img/header_bg_login.png);
	background-repeat:no-repeat;
}

#header .logo {
	float:left;
	padding:11px 0px 0px 24px;
}

/* main col */

h1.loginh1 {
	line-height: 72px;
	font-size: 40px;
	margin-bottom: 0;
}

.mainBody ul {
	list-style:none;
	/*padding:12px 0px 0px 0px;*/
	margin-left:0px;
	line-height: 36px;
}

.mainBody ul img {
	padding:0px 0px 0px 0px;
	vertical-align:middle;
}

.mainBody ul li a {
	color:#303030;
}

.mainBody ul li a:hover {
	color:#e59100;
}

table {
	/*width: auto;*/
}
/* right side col */
div.lpanelbox h1, div.v1Holder h1 {
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-size:18px;
 	margin-bottom: 24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:200;
	color:#FFF;
}

#blueBox {
	margin-top: 6px;
	float:left;
	height: 156px;
	width: 316px;
	height: 81px;
	background-image:url(../img/sign_in_bg_352px_3.png);
	background-repeat:no-repeat;
	padding: 18px;
	color:#FFF;
}

#greenBox .form_element label.v1_link {
	width:190px;
	padding-left:10px;
	text-align:left;
	margin-top:10px;
}
#greenBox .form_element label a {
	color:#fff; 
	text-decoration:underline;
}

#blueBox h1 {
	margin-bottom:10px;
}

#blueBox label {
	color:#FFFFFF;
	width:80px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 90px;
	height: 22px;
	line-height: 22px;
	float:left;
	text-align: right;
	padding-right: 6px;
	color: #fff;
}

#blueBox input {
	width:208px;
	margin:0px;
	height: 18px;
	padding: 3px;
	float:left;
	line-height: 18px;
	border: 1px solid #69aec9;
}

#blueBox label.forgotten span.label {
	margin-top: 5px;
	line-height: 22px;
	width: 180px;
	text-align: left;
}
#blueBox label.forgotten span.label a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
}

#blueBox .submitButton {
	margin-top:10px;
	float:right;
	display:block;
	width:89px;
	font-size: 1px;
	text-indent: -9999px;
	height:35px;
	background-image:url(../img/sign_up_button.png);
	background-image:url(../img/sign_up_button_green.png);
	background-repeat:no-repeat;
	border:0px none;
	background-color:transparent;
	cursor:pointer;
}

#blueBox .submitButton input {
	width:89px;
	height:35px;
}

#blueBox .inputsubmit{
	border:0;
	width:auto;
}

#greenBox {
	margin-top:18px;
	float:left;
	height: 128px;
	width: 316px;
	height: 128px;
	/*width:240px;
	background-image:url(../img/find_your_school_bg_green.png);*/
	background-image:url(../img/find_your_school_bg_green_352px160px.png);
	background-image:url(../img/find_your_school_bg_blue_352px.png);
	background-repeat:no-repeat;
	padding: 18px;
}

#greenBox .form_element, #blueBox .form_element {
	width:100%;
	padding-bottom:5px;
}

#greenBox .submitButtonLeft, #blueBox .submitButtonLeft, #greenBox .submitButtonRight, #blueBox .submitButtonRight  {
	display:none;
}

#greenBox label{
	color:#FFFFFF;
	width:80px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 90px;
	height: 22px;
	line-height: 22px;
	float:left;
	text-align: right;
	padding-right: 6px;
	color: #fff;
}

#greenBox input {
	width:208px;
	margin:0px;
	height: 18px;
	padding: 3px;
	float:left;
	line-height: 18px;
	border: 1px solid #69aec9;
}

#greenBox .submitButton{
	margin-top:10px;
	float:right;
	display:block;
	width:107px;
	height:35px;
	font-size: 1px;
	text-indent: -9999px;
	background-image:url(../img/find_button_blue.png);
	background-repeat:no-repeat;
	border:0px none;
	background-color:transparent;
	cursor:pointer;
}

#greenBox .submitButton input {
	width:107px;
	height:35px;
}

#greenBox .inputsubmit{
	border:0;
	width:auto;
}

.v1Holder {
	clear:both;
	padding-top:15px;
}

div.v1Holder a {
	display:block;	
	background-image: url(../img/v1_screenshot.gif);
	padding:18px;
	padding-top:70px;
	text-align:center;
	height:102px;
	width:316px
}

div.v1Holder h1 a {
	color:#000;
}

p.greeting_in {
	margin-top: -10px;
	margin-bottom: 18px;
	font-size: 8pt !important;
	color: #777;
}


