body, html {
	background-color: #F9F9F9;
	font: 11px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

a, a:visited {
	text-decoration: none;
	color: #0782F0;
}

a:hover {
	text-decoration: underline;
}

#header {
	width: 100%;
	height: 31px;
	background: url('../img/login/headerbg.jpg') repeat-x;
}

#headerText {
	height: auto;
	width: auto;
	padding-top: 7px;
	padding-left: 10px;
}

#notifyBar {
	width: 300px;
	height: auto;
	margin-top: 20px;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	display: none;
	padding: 15px;
	border: 1px solid #C7C7C7;
}

#notifyBar a:hover {
	text-decoration: none;
}

#logo {
	margin-top: 40px;
	margin-bottom: 30px;
	width: 291px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}

#loginForm {
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background: white;
	border: 1px solid #E5E5E5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
	width: 320px;
	height: 185px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
}

form {
	padding: 20px;
}

body form input {
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 14px;
	border: 1px solid #E5E5E5;
	background: #FBFBFB;
        border-radius: 6px;
        padding-left: 6px;
}

.inputButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:12px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
	width: 140px;
	float: right;
        margin-right: 0px;
}

.inputButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}

.inputButton:active {
	position:relative;
	top:1px;
}

#alertMsg {
	float: left;
	color: #FF0000;
        padding-top: 6px;
	padding-left: 10px;
}

#alertMsg2 {
	float: left;
	color: #77A951;
	padding-top: 10px;
	font-weight: bold;
}

#helpMsg {
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	height: auto;
	margin-top: 5px;
}

#browserRec {
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	height: auto;
	margin-top: 8px;
}

#newUser {
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	height: auto;
	margin-top: 5px;
}

.hightlight1 {
    color: #FF0000;
  }
