body{
	font: normal 11px tahoma;
}
.loginBox{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCCCCC;
}
.loginBox .restricTedLargeCell{
	background-color: #F1F1F1;
}
.loginBox .spacer{
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}
.loginBox .msg{
	padding: 6px 10px 3px 10px;
	font: normal 11px tahoma;
	direction: rtl;
	text-align: right;
	padding-bottom: 20px;
	text-align: justify;
}
.loginBox .msg .err{
	color: Red;
}
.loginBox .label{
	padding-left: 10px;
	padding-right: 20px;
	font: normal 11px tahoma;
}
.loginBox .input{
	font: normal 11px tahoma;
	color: #818181;
	border: 1px solid #747474;
	width: 220px;
}
.loginBox .submitBox{
	height: 20px;
	background-color: #E8E8E8;
}
.loginBox .submitBox .submit{
	font: bold 10px verdana;
	width: 100px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}