@charset "utf-8";
/* CSS Document */

.thaxHeaderTdLogo
{
	padding-top:10px;font-family:callibari;font-size:16px;
}
.thaxHeaderTdFont
{
	font-family:callibari;font-size:16px;
}
.thaxMainDiv
{
	box-shadow: 1px 1px 3px 3px #CCC;
	padding:5px;
	width:1000px;
	height:550px;
	background-color:#E7F8ED;
	padding-top:30px;
}
.thaxMainTbl
{
	padding:5px;
	padding:5px;
	width:600px;
	margin-top:10px;
	border-radius:10px;

}
.PassMessage
{
	color:#930;
	font-size:26px;
	height:70px;
}
.PassMessage1
{
	padding-right:40px;
	color:#930;
	font-size:20px;
	height:80px;
	
}
.PassMessage2
{
	color:#930;
	font-size:16px;
	height:100px;
	padding-left:40px;
}


.loginTextField
{
	width:300px;height:35px;padding-left:10px;
}

/*---------------Submit button css---------*/
.testbuttonPass {
	background:#f57b13;color:#FFF;width:100px;height:35px;font-weight:bold;border-radius:5px;border:#CCC solid 1px;
}
.testbuttonPass:hover {
	background:#f57b13;color:#333;width:100px;height:35px;font-weight:bold;border-radius:5px;border:#CCC solid 1px;
}
.testbuttonResend {
	background:#f57b13;color:#FFF;width:70px;height:25px;font-weight:bold;border-radius:5px;border:#CCC solid 1px;
}
.testbuttonResend:hover {
	background:#f57b13;color:#333;width:70px;height:25px;font-weight:bold;border-radius:5px;border:#CCC solid 1px;
}
/*-----------------end------------------*/
