﻿DIV.Form
{ margin-left:auto;
    margin-right:auto;

	width: 95%;
}
DIV.Form UL
{
	
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
DIV.Form UL LI
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width:100%;
}

UL.Table
{ text-align:center;

  
   
}

UL.Table LI
{
    line-height:200%;
}
UL.Table LI.Title
{
	font-size: 14px;
	text-align:center;

	letter-spacing:5px;

	color: #ff0000;


}
UL.Table LI.SubmitMsg
{
    line-height:200%;
}
UL.Table LI.Submit
{
 margin-left:auto;
 margin-right:auto;
	text-align: center;
 line-height:200%;

}
UL.Table LI DIV.inp
{
	float: left;

	text-align:left;
}
UL.Table LI DIV.inf
{
	float: left;
	text-align:left;
	margin-left:2px;
	line-height:150%;



	
}
UL.Table LI INPUT
{
	border-right: #a7a6aa 1px solid;
	padding-right: 8px;
	border-top: #a7a6aa 1px solid;
	padding-left: 3px;
	padding-bottom: 0pt;
	border-left: #a7a6aa 1px solid;
	width:160px;
	padding-top: 2px;
	border-bottom: #a7a6aa 1px solid;
	height: 18px;
	border:expression(this.type=="text" || this.type=="password" || this.type=="submit"?"style":"none");
	width:expression(this.type=="text" || this.type=="password" || this.type=="submit"?"style":"auto");
	
}

UL.Table LI DIV.inp LABEL
{
	float:none;
	color:Black;
	
}
UL.Table LI INPUT.ccode
{
	width: 54px;
}
UL.Table LI.submit BUTTON
{
	display: block;
	margin: 10px auto 20px;
	height: 20px;
	background-color: #dadada;
}
UL.Table LI LABEL
{
	font-size: 14px;
	float: left;
	width:35%;
	color: #2068ba;
	line-height:180%;
	

	text-align: right;
}
UL.Table LI DIV.default
{
	margin-left: 2px;
	color: #aaa;
	padding-top: 3px;
}
.WarningMsg
{
	border-right: #ffbabe 1px solid;
	padding-right: 5px;
	border-top: #ffbabe 1px solid;
	padding-left: 25px;
	background: url(Images/Validator/WarningMsg.gif) #ffeaf7 no-repeat 5px 50%;
	padding-bottom: 2px;
	margin: 0px 0px 0px 4px;
	border-left: #ffbabe 1px solid;
	color: #000;
	padding-top: 4px;
	border-bottom: #ffbabe 1px solid;

}
.FailedMsg
{
	border-right: #ff6600 1px solid;
	padding-right: 5px;
	border-top: #ff6600 1px solid;
	padding-left: 25px;
	background: url(Images/Validator/FailedMsg.gif) #fff2e9 no-repeat 5px 50%;
	padding-bottom: 2px;
	margin: 0px 0px 0px 4px;
	border-left: #ff6600 1px solid;
	color: #000;
	padding-top: 4px;
	border-bottom: #ff6600 1px solid;

}
.SucceedMsg
{
	border-right: green 1px solid;
	padding-right: 5px;
	border-top: green 1px solid;
	padding-left: 25px;
	background: url(Images/Validator/SucceedMsg.gif) #e6ffe6 no-repeat 5px 45%;
	padding-bottom: 2px;
	margin: 0px 0px 0px 4px;
	border-left: green 1px solid;
	color: #000;
	padding-top: 4px;
	border-bottom: green 1px solid;

}
.CheckNowMsg
{
	border-right: #9BC9DF 1px solid;
	padding-right: 5px;
	border-top: #9BC9DF 1px solid;
	padding-left: 25px;
	background: url(Images/Validator/Loading.gif) #DBEDF5 no-repeat 5px 45%;
	padding-bottom: 2px;
	margin: 0px 0px 0px 4px;
	border-left: #9BC9DF 1px solid;
	color: #000;
	padding-top: 4px;
	border-bottom: #9BC9DF 1px solid;

}
.ServerErrorMsg
{
	border-right: #E3D686 1px solid;
	padding-right: 5px;
	border-top: #E3D686 1px solid;
	padding-left: 25px;
	background: url(Images/Validator/ServerError.gif) #F2EAB7 no-repeat 5px 45%;
	padding-bottom: 2px;
	margin: 0px 0px 0px 4px;
	border-left: #E3D686 1px solid;
	color: #000;
	padding-top: 4px;
	border-bottom: #E3D686 1px solid;

}
.WarningInput
{
	border:1px solid #666;
}
.FailedInput
{
	border:1px solid red;
}
.SucceedInput
{
	border:1px solid green;
}
.CheckNowInput
{
	border:1px solid #9BC9DF;
}
.ServerErrorInput
{
	border:1px solid #E3D686;
}



UL.T
{ text-align:center;
    margin-left:auto;
    margin-right:auto;
    background-image:url(Images/master/hbg.jpg);
    background-position:top;
    background-repeat:no-repeat;
    height:100%;
}

UL.T LI
{
	height: 30px;
}
UL.T LI.Title
{
	font-size: 14px;
	margin: 15px 0px 10px;
	color: #999999;

}
UL.T LI.SubmitMsg
{
	height: 10px;
}
UL.T LI.Submit
{
 margin-left:auto;
 margin-right:auto;
	text-align: center;
	height:10px;

}
UL.T LI DIV.inp
{
	float: left;
	width: 175px;
}
UL.T LI DIV.inf
{
	float: left;
	margin: 1px 0pt 5px;
	width: 400px;
}
UL.T LI INPUT
{
	border-right: #a7a6aa 1px solid;
	padding-right: 8px;
	border-top: #a7a6aa 1px solid;
	padding-left: 3px;
	padding-bottom: 0pt;
	border-left: #a7a6aa 1px solid;
	width:160px;
	padding-top: 2px;
	border-bottom: #a7a6aa 1px solid;
	height: 18px;
	
}

UL.TLI DIV.inp LABEL
{
	float:none;
	color:Black;
}
UL.TLI INPUT.ccode
{
	width: 54px;
}
UL.T LI.submit BUTTON
{
	display: block;
	margin: 10px auto 20px;
	height: 15px;
	background-color: #dadada;
}
UL.T LI LABEL
{
	font-size: 14px;
	float: left;
	width: 160px;
	color: #2068ba;
	line-height: 20px;
	margin-right: 5px;
	text-align: right;
}
UL.T LI DIV.default
{
	margin-left: 10px;
	color: #aaa;
	padding-top: 3px;
}


UL.H
{ text-align:center;
    margin-left:auto;
    margin-right:auto;
    background-image:url(Images/master/tbg.jpg);
    background-position:top;
    background-repeat:no-repeat;
    height:100%;
}

UL.H LI
{
	height: 30px;
}
UL.H LI.Title
{
	font-size: 14px;
	text-align:center;
	line-height:260%;

	color: #ff0000;

}
UL.H LI.SubmitMsg
{
	height: 10px;
}
UL.H LI.Submit
{
 margin-left:auto;
 margin-right:auto;
	text-align: center;
	height:10px;

}
UL.H LI DIV.inp
{
	float: left;
	width: 175px;
}
UL.H LI DIV.inf
{
	float: left;
	margin: 1px 0pt 5px;
	width: 400px;
}
UL.H LI INPUT
{
	border-right: #a7a6aa 1px solid;
	padding-right: 8px;
	border-top: #a7a6aa 1px solid;
	padding-left: 3px;
	padding-bottom: 0pt;
	border-left: #a7a6aa 1px solid;
	width:160px;
	padding-top: 2px;
	border-bottom: #a7a6aa 1px solid;
	height: 18px;
	
}

UL.HLI DIV.inp LABEL
{
	float:none;
	color:Black;
}
UL.HLI INPUT.ccode
{
	width: 54px;
}
UL.H LI.submit BUTTON
{
	display: block;
	margin: 10px auto 20px;
	height: 15px;
	background-color: #dadada;
}
UL.H LI LABEL
{
	font-size: 14px;
	float: left;
	width: 245px;
	color: #2068ba;
	line-height: 20px;
	margin-right: 5px;
	text-align: right;
}
UL.H LI DIV.default
{
	margin-left: 10px;
	color: #aaa;
	padding-top: 3px;
}