@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:0;
	background:#FFF;
	width:100%;
	height:100%;
	text-align:center;
}
.background{
	width:100%;
	margin:0 auto;
	padding:30px 0 20px 0;
	text-align:center;
	background: #52b152;
	background: -moz-linear-gradient(top,  #52b152 0%, #008a00 100%);
	background: -webkit-linear-gradient(top,  #52b152 0%,#008a00 100%);
	background: linear-gradient(to bottom,  #52b152 0%,#008a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b152', endColorstr='#008a00',GradientType=0 );
    -webkit-box-shadow: inset 0px -10px 5px -9px rgba(0,0,0,0.65), inset 0px 10px 5px -9px rgba(0,0,0,0.65);
-moz-box-shadow: inset 0px -10px 5px -9px rgba(0,0,0,0.65), inset 0px 10px 5px -9px rgba(0,0,0,0.65);
box-shadow: inset 0px -10px 5px -9px rgba(0,0,0,0.65), inset 0px 10px 5px -9px rgba(0,0,0,0.65);
}
#header{
	width:100%;
	margin:0 auto;
	padding:20px 0 15px 0;
	text-align:center;
	background:#FFFFFF;
}
.headerleft{
	text-align:left;
	width:450px;
}
.headerright{
	text-align:right;
	height:100%;
	vertical-align:bottom;
	width:450px;
}
#intro{
	width:850px;
	margin:0 auto;
	padding: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%;
	margin:0 auto;
	padding:0;
	text-align:center;
	display:block;
}
hr{
	border:#156293;
	background:#156293;
	height:10px;
	margin:10px auto;
	display:inline-block;
	width:100%;
}
/* FORM STYLING */
#login{
	width:416px;
	height:262px;
	margin:0 auto;
	padding:0;
	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%;
}
#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;
}
#footer a{
	color:#505050;
}
/*  STYLING */
.css_td_btn_Login .css_btn_login {
	background-color:#f08218;
	-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:none;
	display:inline-table;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:120px !important;
	text-decoration:none;
	text-align:center;
	margin-top:10px;
	
}
.css_td_btn_Login .css_btn_login:hover {
	background-color:#f89c44;
}
.css_td_btn_Login .css_btn_login:active {
	position:relative;
}
.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;
	color:#616161 !important;
	border:none;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:120px !important;
	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;
}
/* STYLING */


@media screen and (max-width: 640px) {
#wrap{
	margin:0 auto;
	padding:0;
}
.background{
	width:100%;
	margin:0 auto;
	padding:15px 0 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
#header{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.headerleft{
	text-align:center;
	width:100%;
}
.headerright{
	display:none;
}
#login{
	width:100%;
	background-image:none;
	margin:0 auto;
	height:170px;
	text-align:center;
}
#footer{
	width:100%;
	margin:0 auto;
}
.top{
	display:none;
}
.buttonpadding{
	padding:0 10px;
}
.formpadding{
	padding:0;
}
img{
	max-width:100%;
}
}
