/* Object Organizer Login CSS - written by Tyler Mulligan -  www.detrition.net */

body, html {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
body {
	background-color:#97c19d;
	text-align:center;
}
p {
	font-family:georgia, times new roman;
	font-size:20px;
	color:#97c19d;
	margin:0;
	padding:0;
}
#center_box { width:580px;margin-left:auto;margin-right:auto;padding:10px; }
#awesome { float:left;width:161px;border:2px solid #ccd; }
h2 { color:#ddd; font-size:22px; margin:2px; padding:0; }
.developer { float:left; }
.developer img { width:161px;border:2px solid #ccd; }
p.center_text, p.developer_text { float:left;text-align:left;margin-left:12px;padding-top:16px;width:300px; }
p.developer_text { padding-top:24px; }
a {
	font-size:14px;
	color:#eee;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
#login_top {
	background:#194f73 url('img/login_bg_top.jpg') 0 -140px repeat-x;
	height:206px;
	width:100%;
	margin:0;
}
#login_header {
	margin-top:11px;
}


#login_middle {
	background-color:#194f73;
	padding:2px 0 8px 0;
	height:auto;
	width:100%;
}
#login_form {
	width:389px;
	margin-left:auto;
	margin-right:auto;
}
#javascript_warning {
	color:#FFAA55;
	margin-bottom:8px;
}
label {
	text-align:left;
	font-size:19px;
	color:#97c19d;
	float:left;
	margin-right:3px;
	margin-left:7px;
}
#username, #password {
	height:17px;
	width:110px;
	border:2px solid #7587aa;
	padding-left:20px;
}
#username {
	background:#ccd url('img/icon_person.png') 1px 1px no-repeat;
}
#password {
	background:#ccd url('img/icon_password.png') 1px 1px no-repeat;
}
.textbox_hover, #username:hover, #password:hover {

}
#username:hover, #password:hover {
	background-color:#99b;
	border:2px solid #ddd;
}

#username:focus, #password:focus {
	background-color:#aac;
	border:2px solid #fff;
}
a#login_button {
	float:left;
	display:block;
	background:#ccd url('img/login_button.jpg') 0 0 no-repeat;
	margin:22px 0 0 8px;
	width:82px;
	height:23px;
	border:0;
}
a#login_button:hover, a#login_button:focus {
	background:#ccd url('img/login_button.jpg') 0 -23px no-repeat;
}
#status_message {
	padding:2px 0 0 0;
	margin:0 0 0 6px;
	clear:both;
}
.status_alert p {
	float:left;
	color:#FFE9A7;
	padding-top:2px;
}
.status_alert img {
	float:left;
	margin-right:5px;
	margin-top:2px;
}
.status_success {
	color:#fff;
	background:none;
}

#login_bottom {
	background:#194f73 url('img/login_bg_bottom.jpg') 0 0 repeat-x;
	height:100px;
	width:100%;
}

#forgot_password {
	float:right;
	padding:2px 104px 0 0;
	width:150px;
	text-align:right;
}
#forgot_password a {
	font-family:verdana,arial,tahoma;
	font-size:10px;
	color:#6F87B7;
	text-decoration:none;
}
#forgot_password a:hover {
	color:#CAD3F0;
}
#footer {
	margin-top:6px;
	padding:0;
	font-family:verdana,ariala,tahoma;
	font-size:12px;
	color:#244046;
}








