*
{
	border:0; margin:0; padding:0;
	font-family:arial,sans-serif;
	color:#333;
}

html,body
{
	width:100%;
	height:101%;
	background-color:#EEEEEE;
}

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	background: #f4f6f7 url("/img/bg.png") fixed bottom left repeat-x;
	background-size:cover;
}

form
{
	text-align:center;
	display:inline-block;
	width:400px;
	/*height:300px;*/
	padding:20px;
	margin:auto;

	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -220px;
	margin-top: -100px;

	box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
	border-radius:10px;
	border:1px solid #EEEEEE;

	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 233);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.9);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF, endColorstr=#DDFFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF, endColorstr=#DDFFFFFF)";
}

#login_form h1
{
	margin-top:20px;
}

.spacer
{
	clear:both;
	height:1px;
}

form h1
{
	font-size:20px;
	font-weight:bold;
	margin-bottom:8px;
}

form p
{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #FFF;
	padding-bottom:10px;
}

form label
{
	display:block;
	font-weight:bold;
	text-align:left;
	color:#666666;
}

form .small
{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
}

form input
{
	font-size:16px;
	/*line-height:30px;*/
	padding:6px 6px;
	margin:2px 0 20px 10px;
	border-radius:7px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

form input[type=text],
form input[type=password]
{
	width:300px;
	color:#311a29;
	background-color:#EEE;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
}

form input[type=submit]
{
	background-color:#003B79;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
	cursor:pointer;
	margin:0px !important;
}
form input[type=submit]:hover
{
	background-color:#0053a6;
}

form .error
{
	color:red;
}