@CHARSET "UTF-8";

/* search field */
.input_search {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 110px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:15px;
	font-size: 12px;
	line-height: 12px;
}

/* 输入框的默认 */
.input_common {
	height: 16px;
	border: solid 1px #AEAEAD;
	padding: 0px;
	margin: 0px;
}

/* 标题 color:#878686; */
.article_title {
	color:#444444;
	font-size:30px;
	font-weight:bold;
	margin-top:12px;
	text-align:left;
	text-transform:uppercase;
}

img {
	border: none;	
}
a:link,  a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
color:#000000;
text-decoration:underline;
}

.error {
color: #ca2c00;	
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#printable_title {
	font-size: 28px;	
}
