body, html{
	width:100%;
	height:100%;
}
.wrapper{
	width:100%;
	text-align:center;
}

.login{
	
	padding:10px;	
	border:1px solid #BBBBBB;	
	width:300px;
	text-align:center;
	border-radius:10px;
	-moz-box-shadow: 0 0 15px #BBBBBB;
	-webkit-box-shadow: 0 0 15px #BBBBBB;
	box-shadow: 0 0 15px #BBBBBB;
}

.login label{
	display:block;
	font-size:20px;	
	font-family: Myriad Pro;
}

.login .input{
	height:30px;
	width:200px;
	text-align:center;
}

.login .submit{
    background: url("images/login.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 32px;
    margin-top: 10px;    
    width: 32px;
	cursor:pointer;
}

.login .submit:hover{
	background: url("images/login_hover.png") no-repeat scroll 0 0 transparent;
}

caption, th, td{
	text-align:auto !important;
}

.validation_errors{
	margin-top:10px;
}

.validation_errors p{
	border:1px solid #ffcccc;	
	background:#ffefef;	
	padding:3px;
	font-family: Myriad Pro;
	font-weight:bold;
	font-size:13px;
}