@CHARSET "ISO-8859-1";
body {
	font-family:helvetica,arial; margin:0;
	font-size:16px;
	width:100%;	height:100%;
	background-color:white;
	color:#808080; font-size:11px;
	}
body a {
	color:#808080; font-size:11px;
}

.mainident {
width:380px; 
color:white; margin:28px auto 42px auto;
border: 3px solid #cccccc; padding:8px;
border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-box-shadow: 8px 8px 13px rgba(192, 192, 192, 0.2);
	-webkit-box-shadow: 8px 8px 13px rgba(192, 192, 192, 0.2);
	box-shadow: 4px 4px 9px rgba(192, 192, 192, 0.2);
	background-color: #d06733;
	padding-bottom:24px; font-size:14px;
}

.mainident h1
{
	text-align:center; font-size:16px;
}
.mainident label
{
	font-size:13px; font-weight:bold; display:block; margin-top:10px;
}

.mainident input
	{
	width:380px;
	height:28px;
	font-size:20px;
	border-radius: 6px;
    -moz-border-radius: 6px; border:none;
    -webkit-border-radius: 6px; background-color:#ffffff;
	}
.mainident input.BSub
	{
		display:block; margin-top:28px;
		height:30px; font-weight:bold;
		background-color:#f3f3f3; height:40px; line-height:40px;
		cursor:pointer;
	}
.mainident div.mdpo {
	margin-top:16px;
	font-size:10px;
}
.mainident div.mdpo a, .mainident div.mdpuo a {
	color:yellow;font-size:10px;
}
.mainident div.mdpuo {
	display:none;
}

p.mainmsg {
	color:#808080;
	font-size:24px; line-height: 24px; text-align:center;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 200;
}
}