@import url("layout.css");
@import url("widgets.css");


/*公共属性*/
body, dl, dt, dd, ol, ul, pre, form, field, input, p, blockquote, th, td, h1, h2, h3, h4, h5, h6 { font-family:"宋体",Arial, Helvetica, sans-serif; margin:0; padding:0; color:#0054A6; font-size:12px;}
body {
	text-align:left;
	background-color: #0068A5;
}
a:link, a:visited { text-decoration:none; color:#0054A6;}
a:hover, a:active { text-decoration:underline; color:#0054A6;}
ul, ol { list-style:none;}
input, textarea, select, button, file {	font-size:12px;}
img {
	border:0;
	margin: 0px;
	padding: 0px;
}
p, li {	line-height:1.8em;}


/*表单相关*/
input,select,textarea,.textarea_style{	font-family:"宋体";	border:1px solid #dcdcdc;}
.inputtitle{ background:url("../images/ruler.gif") repeat-x 0 5px; height:18px;line-height:18px;padding-left:2px;}
.input_focus, .input_blur {	height:18px; line-height:18px; border:1px solid #dcdcdc;  padding-left:2px;}
.input_focus, .textarea_focus {	background-color:#F6FCFF; font-size: 12px; border:1px solid #C7E8F9;}


/*单选框复选框*/
.radio_style, .checkbox_style {	border:0;}


/*按钮样式*/
.button_style {	background:url(../images/bg_admin.jpg) repeat-x 0 -51px; text-align:center; border:1px solid #9cc9e0; padding:1px 4px;
 *padding-top:3px; color:#077ac7; cursor:pointer; height:21px; }
