@charset "UTF-8";
/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
background:#e3e2e2;
height:100%;
width:100%;
margin:0 auto;
padding:0;
}
#wrap{
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
	text-align:center;
}
.background{
	width:100%;
	margin:0 auto;
	padding:10px 0 0 0;
	background:#ffffff;
	display:block;
}
#header{
	width:850px;
	margin:0 auto;
	padding:0 0 10px 0;
	background:#ffffff;
	text-align:left;
}
.headerleft{
	text-align:left;
}
.headerright{
	text-align:right;
	height:100%;
	vertical-align:bottom;
}
.break{
	width:100%;
	margin:0 auto;
	padding:0;
}
hr{
	margin:0 auto;
	padding:0;
	height:15px;
	border:none;
	background-color:#11203c;
}
#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:#3a3835;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	margin:0 auto;
	padding:0;
}
#container{
	width:850px;
	margin:0 auto;
	padding:20px 0;
}
.properties{
	margin:0 auto;
	padding:0;
	width:100%;
	height:108px;
	display:inline-block;
	background:#FFF;
	overflow: hidden;
}
.properties ul li{
	list-style:none;
	display:inline-block;
	margin:0 5px;
	padding:0;
}
/* 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 0 0;
	text-align:center;
	color:#3a3835;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footer a{
	color:#3a3835;
}
#logo{
	width:100%;
	margin:20px auto;
	padding:0;
	text-align:center;
}

/*  STYLING */
.login {
	-moz-box-shadow:inset 0px 1px 0px 0px #526383;
	-webkit-box-shadow:inset 0px 1px 0px 0px #526383;
	box-shadow:inset 0px 1px 0px 0px #526383;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #293d62), color-stop(1, #11203c) );
	background:-moz-linear-gradient( center top, #293d62 5%, #11203c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#293d62', endColorstr='#11203c');
	background-color:#293d62;
	-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 #0c1931;
	display:inline-table;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	width:120px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #3c393a;
	cursor:pointer;
	
}
.login:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #11203c), color-stop(1, #293d62) );
	background:-moz-linear-gradient( center top, #11203c 5%, #293d62 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#11203c', endColorstr='#293d62');
	background-color:#293d62;
}
.login:active {
	position:relative;
	top:1px;
}

.css_td_btn_register .css_btn_register {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0e0e0), color-stop(1, #c4c4c4) );
	background:-moz-linear-gradient( center top, #e0e0e0 5%, #c4c4c4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#c4c4c4');
	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;
	text-shadow:1px 1px 0px #ffffff;
	margin-top:10px;	
}
.css_td_btn_register .css_btn_register:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c4c4c4), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #c4c4c4 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#ededed');
	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{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0e0e0), color-stop(1, #c4c4c4) );
	background:-moz-linear-gradient( center top, #e0e0e0 5%, #c4c4c4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#c4c4c4');
	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;
	text-shadow:1px 1px 0px #ffffff;
	display:inline-block;
}
.registerbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c4c4c4), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #c4c4c4 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#ededed');
	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;
}
.headerleft{
	text-align:center;
}
.headerright{
	display:none;
}
.break{
	margin:0 auto;
}
.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;
}
#header{
	width:90%;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
}
#intro{
	width:90%;
	padding:10px 0;
	margin:0 auto;
}
#container{
	width:100%;
}
#login{
	width:100%;
	background-image:none;
	margin:0 auto;
	height:170px;
	text-align:center;
}
#footer{
	width:90%;
	margin:0 auto;
	display: inline-block;
	padding:10px 0 20px 0;
}
#logo{
	width:90%;
	padding:0;
	margin:0 auto;
	display:inline-block;
}
#register{
	display:none;
}
.top{
	display:none;
}
.buttonpadding{
	padding:0 10px;
}
.formpadding{
	padding:0;
}
img{
	max-width:100%;
}
.properties{
	height:100%;
}
.properties ul{
	display:none;
}
}