@charset "UTF-8";
/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
background:#ECECEC;
height:100%;
width:100%;
margin:0 auto;
padding:0;
}
#wrap{
	margin:0 auto;
	padding:5px 0;
	background:#FFF;
	width:100%;
	height:100%;
	text-align:center;
}
.background{
	width:850px;
	margin:0 auto;
	padding:0 20px;
	display:block;
	background-color:#FFF;
}
#header{
	width:850px;
	margin:0 auto;
	padding:5px 0 0 0;
	text-align:left;
}
.headerleft{
	text-align:left;
	padding-bottom:10px;
}
.banner{
	width:125px; 
	height:123px;
}
.headerright{
	text-align:right;
	height:100%;
	vertical-align:middle;
}
#intro{
	width:850px;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:left;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
h1, h2{
	color:#323232;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	margin:0 auto;
	padding:0;
}
.break{
	width:100%;
	height:23px;
	margin:0 auto;
	padding:0;
	background:url('images/break_fsr.jpg');
	background-repeat:repeat-x;
	display:block;
}
#container{
	width:850px;
	margin:0 auto;
	padding:20px 0 0 0;
	display:inline-block;
}
/* FORM STYLING */
#login{
	width:416px;
	height:262px;
	margin:0 auto;
	padding:0;
	float:left;
	background-image:url('images/login_bg.png');
	background-repeat: no-repeat;
	text-align:left;
}
.top{
	height:52px;
}
.middle{
	height:176px;
}
.bottom{
	height:34px;
}
.loginform{
	width:100%;
}
#register{
	width:400px;
	margin:21px auto 0 auto;
	padding:0;
	text-align:left;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}
#footer{
	width:100%;
	margin:0 auto;
	padding:20px 0 20px 0;
	text-align:center;
	color:#505050;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top-style:solid;
	border-top-color:#8C8C8C;
	border-top-width:5px;
}
#footer a{
	color:#505050;
}
#logo{
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:center;
}

/*  STYLING */
.css_td_btn_Login .css_btn_login {
	background-color:#084771;
	-webkit-border-top-left-radius:11px;
	-moz-border-radius-topleft:11px;
	border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-moz-border-radius-topright:11px;
	border-top-right-radius:11px;
	-webkit-border-bottom-right-radius:11px;
	-moz-border-radius-bottomright:11px;
	border-bottom-right-radius:11px;
	-webkit-border-bottom-left-radius:11px;
	-moz-border-radius-bottomleft:11px;
	border-bottom-left-radius:11px;
	text-indent:0px;
	border:1px solid #084771;
	display:inline-table;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:120px;
	text-decoration:none;
	text-align:center;
	margin-top:10px;
	
}
.css_td_btn_Login .css_btn_login:hover {
	background-color:#195a86;
}
.css_td_btn_Login .css_btn_login:active {
	position:relative;
	top:1px;
}

.css_td_btn_register .css_btn_register {
	background-color:#e0e0e0;
	-webkit-border-top-left-radius:11px;
	-moz-border-radius-topleft:11px;
	border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-moz-border-radius-topright:11px;
	border-top-right-radius:11px;
	-webkit-border-bottom-right-radius:11px;
	-moz-border-radius-bottomright:11px;
	border-bottom-right-radius:11px;
	-webkit-border-bottom-left-radius:11px;
	-moz-border-radius-bottomleft:11px;
	border-bottom-left-radius:11px;
	text-indent:0px;
	border:1px solid #b9b9b9;
	color:#616161 !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:120px;
	text-decoration:none;
	text-align:center;
	margin-top:10px;	
}
.css_td_btn_register .css_btn_register:hover {
	background-color:#c4c4c4;	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;

}
.css_td_btn_register .css_btn_register:active {
	position:relative;
	top:1px;
}

.registerbutton{
	background-color:#e0e0e0;
	-webkit-border-top-left-radius:11px;
	-moz-border-radius-topleft:11px;
	border-top-left-radius:11px;
	-webkit-border-top-right-radius:11px;
	-moz-border-radius-topright:11px;
	border-top-right-radius:11px;
	-webkit-border-bottom-right-radius:11px;
	-moz-border-radius-bottomright:11px;
	border-bottom-right-radius:11px;
	-webkit-border-bottom-left-radius:11px;
	-moz-border-radius-bottomleft:11px;
	border-bottom-left-radius:11px;
	text-indent:0px;
	border:1px solid #b9b9b9;
	color:#616161 !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:120px;
	text-decoration:none;
	text-align:center;
	display:inline-block;
}
.registerbutton:hover {
	background-color:#c4c4c4;	
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;

}
.registerbutton:active {
	position:relative;
	top:1px;
}
/* STYLING */


@media screen and (max-width: 640px) {
#wrap{
	margin:0 auto;
	padding:0;
}
.background{
	width:100%;
	margin:0 auto;
	padding:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
#header{
	width:90%;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
}
.headerleft{
	text-align:center;
}
.headerright{
	display:none;
}
#intro{
	width:90%;
	margin:0 auto;
}
#container{
	width:100%;
	margin:0 auto;
	padding:0;
}
#login{
	width:100%;
	background-image:none;
	margin:0 auto;
	height:170px;
	text-align:center;
}
#footer{
	width:100%;
	margin:0 auto;
	padding:20px 0;
}
#logo{
	width:100%;
	padding:0;
	display:inline-block;
}
#register{
	display:none;
}
.top{
	display:none;
}
.buttonpadding{
	padding:0 10px;
}
.formpadding{
	padding:0;
}
.break{
	width:100%;
}
}

@media screen and (max-width: 450px) {
.banner{
	width:300px;
	height:58px;
}	
}