@charset "gb2312";
/* CSS Document, www.aniFace.com*/
/* Global settings */
*{
	margin:0;
	padding:0;
}
body, body div, body p, body th, body td, body li, body dd{
	font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:12px;
}
body{
	/* background:#072A79 url("/images/sea/body_bk.jpg") top repeat-x; */
	background: white;
	color:#737373;

}
a{
	color:#53719C;
}
/* Public Settings */
.hidden{
	display:none;
}

/*普通按钮*/
input.common_button{
	border-top: 1px solid #737373;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;
	border-left: 1px solid #737373;
	background-color: #FAFAFA;
	color:#555555;
}

/* 普通输入框 */
.common_text{
	border-top: 1px solid #737373;
	border-right: 1px solid #737373;
	border-bottom: 1px solid #737373;
	border-left: 1px solid #737373;
	background-color: white;
	color:#737373;
	overflow-x:hidden;
	overflow:auto;

}

/*必需*号提示颜色*/
.needed{
	color:#CC3300;
}

/*看起来像iframe的div框*/
div.embeded{
	padding:20px;
	border-right:#A3A3A3 1px solid;
	border-top:#A3A3A3 1px solid;
	border-bottom:#A3A3A3 1px solid;
	border-left:#A3A3A3 1px solid;
	overflow-x:hidden;
	overflow:auto;
	scrollbar-face-color: #A9DEDC;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-shadow-color:  #A9DEDC;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
}
/*错误字体*/
.red14{
   
                font-size:14px; 
                color:#ff0000;
                font-weight:bold
}
     

/*标题字体*/
.title{
	text-align:center;
	color:#53719C;
	font-size:x-large;
	line-height:30px;
	padding-bottom:20px;
}

/*正文字体*/
.content{
	text-align:left;
	color:#53719C;
	line-height:25px;
}


/*Classes*/
.reg_table{
	
}
.reg_table td{
	padding:5px;
}

.hidden {
	position: absolute;
	top:0; left:0;
	visibility: hidden;
}

.withTips { 
	behavior:url(../common/withTips.htc); 
	background-image: ../_images/1_37.gif;
	}
.withNull { behavior:url(../common/nopop.htc); }
.sendable { behavior:url(../common/nopop.htc); }