@charset "utf-8";
body {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	color:#FFF;
	margin:0 auto;
	padding:0;
    width:960px;
	background-color:#f1f1f1;
	font-size: 16px;
}
#login_content_wrapper {
	background-color:#222;
	border:#f5f5f5 solid 8px;
}
#login_header {
	font-size:38px;
	font-weight:bold;
	background-color:#000;
	padding:30px 0px 15px 40px;
	border-bottom:#777 solid 2px;
}
#login_copy {
	font-size:18px;
	letter-spacing: 1px;
	padding:7px 0px 7px 40px;	
	background-color:#FF8800;
	border-bottom:#FFF solid 1px;
}
#login_content_top {
	line-height: 1.5em;
	text-align:left;
	color:#FFF;
	padding:15px 10px 25px 40px;
}
#login_content_bottom {
	color:#000;
	padding:18px 30px 20px 40px;
	background-color:#FFF;
}
#login_footer {
	padding:1px 0px 1px 40px;
	letter-spacing: 1px;
	background-color:#333;
	border-top:#555 1px solid;
	border-bottom:#999 thin double;		
}
input { 
	border:#999 double 2px; 
}
.wide_field { 
	width:240px; 
}
.button {
	display:block;
	width:125px;
	height:26px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background:#000;
	float:right;
	margin-right:30px;
}
.button:hover {
	background:#FF8800;
}
a { 
	font-weight: bold; 
	color:#FF8800;
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	color:#FF8800;
	text-decoration:underline;	
}
.break { 
	clear:both; 
	font-size:0; 
}
