/* CSS Document */
body, table {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:12px;
	line-height:18px;
}
.Form{
	height: 18px;
	width: 150px;
	font-size: 12px;
}
.FormCheck {
	height: 22px;
	width: 70px;
	font-size: 13px;
}
.text1{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.text2{
	font-size: 14px;
	color: #000000;
}
.text3{
	font-size: 12px;
	color: #666666;
}
.TD1{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
.TD2{
	border: 1px solid #D3D3D3;
}

.tr_Login_title {
    margin-top:60px;
}

.textErr{
	font-size: 14px;
	color: red;
    text-align:center;
}

