/* CSS Document */

body{
	text-align:center;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	margin:0;
	padding:0;
	background:#3b5990 none;
}

#login {
	margin:50px auto 20px auto;
	width: 260px;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 1px 1px 7px  #222;
	-webkit-box-shadow: 1px 1px 7px  #222;
	-khtml-box-shadow: 1px 1px 7px  #222;
	-box-shadow: 1px 1px 7px  #222;
	padding: 10px;
	color: #fff;
}

#head-wrap {
	text-align: left;
}


#loginForm {
	background-color: #3b5990;
	text-align: left;
	padding: 15px;
}

#loginForm div.text label,
#loginForm div.password label {
	font-size: 13px;
	padding-top: 5px;
	font-weight: bold;
	width: 120px;	
}

#loginForm div.checkbox {
	clear: both;
}

#loginForm div.checkbox label {
	font-size: 12px;
}


#loginForm div.text input,
#loginForm div.password input  {
	font-size:16px;
	padding:5px 4px 5px 2px;
	width:215px;
	margin:2px 0 5px 0px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: bold;
	text-indent: 2px;

}


div.submit {
	text-align: right;
	margin-top: 15px;	
}

div.submit input {
}


div.submit a:hover {
	border: 1px solid #63b365;
}

#foot-wrap {
	font-size: 12px;
	color: #efefef;
}

#foot-wrap a {
	text-decoration: none;
	color: #cdcdcd;
}

#foot-wrap a:hover {
	text-decoration: underline;
	color: #fff;
}

div.error {
	padding: 5px;
	background-color:#FFAFAB;
	font-size: 12px;
	text-align: left;
	margin-bottom: 10px;
	color: #000;
}

