/*内容样式==开始*/
/*左侧内容*/
.clearbug{ clear:both; height:15px;}/*用空白层防止ie 3px bug*/
.frmtop{ height:30px; text-align:center; font-size:16px; font-weight:bold; padding-top:5px;}

.Mainlefttop{ clear:both; padding:10px 20px 0 20px;}
.Mainlefttop h3{ font-size:14px; text-align:center; margin-bottom:10px; margin-top:15px;}
.Mainlefttop h4{ font-size:12px; font-weight:normal; text-align:left; margin-bottom:8px; margin-top:5px; line-height:150%;}
.Mainlefttop h5{ font-size:12px; font-weight:normal; text-align:left;}
/*左侧结束*/
.leftcom{ clear:both; float:left; width:49%; text-align:left;}
.rightcom{ float:right; width:49%; text-align:left;}
.starstyl{ font-size:10px;}
/*表单中各类样式*/
.textstyl{ border:1px solid #999999; height:100px; width:300px;}/*默认文本域样式*/
.textstylfocus{ border:1px solid #3E98AF; background-color:#C4E6EF; height:100px; width:300px;}/*获得焦点时文本域样式*/
.textstylblurerr{ border:1px solid #ED6164; background-color:#FFEDDD; height:100px; width:300px;}/*失去焦点且输入错误时文本域样式*/

.inputstyl{ border:1px solid #999999; height:16px; width:200px;}/*默认文本框样式*/
.inputstylfocus{ border:1px solid #3E98AF; background-color:#C4E6EF; height:16px; width:200px;}/*获得焦点时文本框样式*/
.inputstylblurerr{ border:1px solid #ED6164; background-color:#FFEDDD; height:16px; width:200px;}/*失去焦点且输入错误时文本框样式*/

.checkFrmInput{ color:#FFFFFF;}/*输入内容格式正确时，提示内容的样式*/
.checkFrmInputerr{ color:#FF0000;}/*输入内容格式错误时，提示内容的样式*/

.bottonstyl{ font-size:13px; border:1px solid #000000; text-align:center; background-color:#FFFFFF; padding:2px 15px 2px 15px;}/*底部提交按钮层的样式*/

/*内容样式==结束*/
