/*页面布局*/

h3
{
	font-size:14px;
	font-weight:bold;
}
pre,p
{
	color:#1E7ACE;
	margin:4px;
}
input,select,textarea
{
	padding:1px;
	margin:2px;
	font-size:11px;
}
.buttom
{
	padding:1px 10px;
	font-size:12px;
	border:1px #1E7ACE solid;
	background:#D0F0FF;
}
#formwrapper
{
	width:450px;
	margin:15px auto;
	padding:20px;
	text-align:left;
	border:1px solid #fff;
}
fieldset
{
	padding:10px;
	margin-top:5px;
	border:1px solid #fff;
	background:#fff;
}
fieldset legend
{	
	height:30px;
	font-size:16px;
	color:#6D808D;
	font-weight:bold;
	padding:3px 20px 3px 20px;
	border:1px solid #6D808D;
	background: #ECF2F4;
}
fieldset label
{

}
fieldset div
{
	
	margin-bottom:2px;
}
.enter
{text-align:left;}
.clear
{clear:both;}

/*弹出框样式*/
#massage_box
{
    position:absolute;
    left:expression((body.clientWidth-350)/2);
    top:expression((body.clientHeight-450)/2);
    width:350px;
    height:400px;
    filter:dropshadow(color=#666666,offx=3,offy=3,positive=2);
    z-index:2;
    visibility:hidden;
}
#mask
{
    position:absolute;
    top:0;
    left:0;
    width:expression(body.scrollWidth);
    height:expression(body.scrollHeight);
    background:#666;
    filter:ALPHA(opacity=60);
    z-index:1;
    visibility:hidden;
}
.massage
{
    border:#036 solid;
    border-width:1 1 3 1;/*上－右－下－左*/
    width:95%;
    height:95%;
    background:#fff;
    color:#036;
    font-size:12px;
    line-height:150%;
    text-indent:24px;
}
.massageHeader
{
    background:#036;
    height:20px;
    fond-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    padding:3 5 0 5;
    color:#fff;
    text-indent:2px;
}
.massageContent
{
    height:380px;
    overflow:auto;
}
/*<p>标签就整个网页来说是蓝色的*/
.massageContent p
{color:#666;}