/* CSS Document */


body
{
font-family:calibri;
font-size:18px;
color:#999999;
}

.wrapper
{
max-width:100%;
max-height:100%;
}




#login_header
{
max-width:25%;
max-height:100%;
padding:20px 10px;
margin:0px auto;
border-radius:7px;
display:block;
background-color:#DD2222;
box-shadow:0 0 4px rgba(0, 0, 0, 0.3);

}

#login_header h1
{
color:#FFFFFF;
font-family:calibri;
font-size:24px;
text-transform:uppercase;
text-align:center;
}

#login_header table
{
	margin:0px auto
}

#login_header table tr td
{
	font-size:18px;
	text-transform:uppercase;
	font-family:calibri;
	color:#FFFFFF;
}

#login_header table tr td input[type="text"]
{
	font-size:16px;
	
	font-family:calibri;
	color:#666666;
	width:300px;
	height:auto;
	border-radius:5px;
	border:none;
	padding:10px;
}

#login_header table tr td input[type="password"]
{
	font-size:16px;
	font-family:calibri;
	color:#666666;
	width:300px;
	height:auto;
	border-radius:5px;
	border:none;
	padding:10px;
}


#login_header table tr td input[type="submit"]
{
	font-size:16px;
	text-transform:uppercase;
	font-family:calibri;
	color:#666666;
	width:100px;
	height:auto;
	text-align:center;
	cursor:pointer;
	border-radius:5px;
	border:none;
	padding:10px;
	
}






