@charset "UTF-8";

* { margin: 0; padding: 0; }

#page {display:table;overflow:hidden;margin:0px auto;}

*:first-child+html #page {position:relative;}/*ie7*/

* html #page{position:relative;}/*ie6*/

#content_container {display:table-cell;vertical-align: middle;}

*:first-child+html #content_container {position:absolute;top:50%;}/*ie7*/

* html #content_container {position:absolute;top:50%;}/*ie6*/

*:first-child+html #content {position:relative;top:-50%;}/*ie7*/

* html #content {position:relative;top:-50%;}/*ie6*/

html,body {
	height: 100%;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#page {
	margin-top: 2%;
	height: 80%;
	width: 460px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	box-shadow: #000 0px 0px 80px;
	border-radius: 15px;
	margin-bottom: 4%;
	padding-bottom: 20px;
}

#page #content_container #content .logo {
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#page #content_container #content p {
	width: 90%;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	font-size: 14px;
	color: #666;
}
#page #content_container #content form {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#page #content_container #content form label {
	height: auto;
	width: 85%;
	padding-top: 7px;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	float: left;
	margin-right: 5%;
	margin-left: 5%;
}
#page #content_container #content form .small {
	padding-top: 10px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#page #content_container #content form label span {
	width: 50%;
	display: block;
	float: left;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	padding-top: 8px;
}
#page #content_container #content form label .textfield {
	padding: 5px;
	width: 46%;
	border: 1px solid #CCC;
}
#page #content_container #content form label .checkbox {
	margin: 10px;
	float: left;
}
#page #content_container #content form label .remember {
	padding: 10px;
	float: left;
	font-size: 12px;
	color: #999;
}

#page #content_container #content form .login {
	width: 80%;
	margin-top: 4px;
	margin-right: 10%;
	margin-bottom: 2px;
	margin-left: 10%;
	background: #959595;
	background: -moz-linear-gradient(top,  #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(76%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b));
	background: -webkit-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);
	background: -o-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);
	background: -ms-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);
	background: linear-gradient(to bottom,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 );
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 8px;
}

#page #content_container #content .advice {
	font-size: 12px;
	color: #C00;
}
#page #content_container #content .legal {
	font-size: 11px;
	color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
}
