/*会议内容样式*/
.MainContent{ clear:both; padding:10px;}
.MainContent h3{ font-size:13px; text-align:left; margin-bottom:20px; margin-top:15px;}
.MainContent h4{ font-size:12px; font-weight:normal; text-align:left; margin-bottom:8px; margin-top:5px;}
.MainContent h5{ font-size:12px; font-weight:normal; text-align:left; margin-top:2px; margin-bottom:4px; line-height:150%;}
/*标题行会议文字样式结束*/
.leftcom{ clear:both; float:left; width:49%; text-align:left;}
.rightcom{ float:right; width:50%; 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;}/*底部提交按钮层的样式*/
/**/