body {
	background-color: #0F2F47;
	/*background-image: url(../../img/bg_login.gif);
	overflow: auto;*/
}

label {
	float: left;
}

div.inputDiv {
	margin-left:150px;
}


div#wrapper {
	margin-top: 150px;
	text-align: center;
}

div#loginBox {
	margin: auto;
	text-align: left;
	width: 410px;
	border: 0px solid #000;
	background-color: #ECF0F1;
	/*background-image: url(../../img/background-square.png);*/
	padding: 12px 11px;
	background-repeat: no-repeat;
}

div#loginBoxFooter {
	margin: auto;
	text-align: left;
	width: 410px;
	padding: 12px 11px;
	padding-top: 0px;
	background-color: #ECF0F1;
	/*background-image: url(../../img/background-square.png);*/
	background-position: bottom left;
	background-repeat: no-repeat;
}


div#loginBox h1 {
	color: #000000;
	text-align: center;	
}

div#loginBox p {
	margin-bottom: 4px;
	color: #000000;
}

div#errorBox {
	margin: auto;
	margin-bottom: 15px;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	width: 370px;
	height: 50px;
	
	border: 1px solid #DB0000;
	background-color: #E96464;
}

table.login {
	width: 100%;
}

table.login td {
	width: 50%;
}

table.login td.leftLogin {
	text-align: right;
}

a {
	text-decoration: none;
}
