﻿@charset "utf-8"; /* CSS Document */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td
{
	margin:0;padding:0;font-size:12px;line-height:24px;color:#000;font-family:SimSun,verdana,Tahoma;
}
td{line-height:24px;}
table {border-collapse:collapse;border-spacing:0;border:0;}
#messageshow td{border:solid 1px #666;padding-left:5px;}
body{width:auto;background:none;}
#messagebox{width:600px;margin:0 auto;}
.required {color:red;font-weight:bold;padding:0 0 0 7px;font-size:14px;height:20px;overflow:hidden;display:none;}
.redcontent{color:#C00;}
.textfield{
background:#fff url(/include/images/text_bg.gif) repeat-x top!important;
height:14px;
line-height:14px;
padding:3px;
border:solid 1px #B5B8C8;
}
.s_btn{
width:70px;
height:23px;
font-size:14px;
padding:0;
background:#DDD url(/include/images/btn-bg2.gif) no-repeat;
border:0;
cursor:pointer;
}
.wrong{
width:200px;
height:24px;
line-height:24px;
text-indent:30px;
background:url(/include/images/error_20100904.gif) no-repeat left center;
position:absolute;
font-size:12px;
}
.right{
width:100px;
height:24px;
position:absolute;
background:url(/include/images/ok_20100904.gif) no-repeat left center;
}