/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	background:#f9f9f9; font-size:12px;
	margin:0px; padding:0px;
}

.loginpanel
{
	position: absolute;
	top: 5%;
	left: 50%; right:50%;
	height: 300px; width:270px;
	margin-left:-135px;
}
.logo
{
	width:270px; height:auto; margin-bottom:20px; text-align:center;
}
.inputwrapper{ margin-bottom:10px; }
.inputwrapper input
{
	width:252px; height:30px; border:4px solid #eeeeee;
	padding-top:5px; padding-bottom:5px; padding-left:10px;
}
.inputwrapper input:focus{ outline:0; }

.buttonwrapper{ margin-bottom:10px; }
.buttonwrapper input[type='submit']
{
	width:269px; height:39px; border:1px solid #0153a6;
	padding-top:9px; padding-bottom:9px;
	background:#0866c6; color:#FFF; font-size:14px;
	cursor:pointer;
}
.buttonwrapper button:hover{ background:#2075cc; }
.buttonwrapper button:focus{ outline:0; }

.alert-error {
border-color: #e18d9a; margin-bottom:20px;
color: #da5251;
background: rgb(246,216,216);text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-radius: 0;
line-height: 28px;
text-align:center;
}

.footer
{
	height:auto; width:100%; position:absolute; bottom:8px;
	text-align:center;
	color:#4c4c4c; text-shadow:1px 1px 1px #FFF;
}