/* base elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 1.6;
	padding: 15px 0 30px;
}
a {
	color: #00c;
}
body, input, select, textarea, table {
	font-family: Arial, Simsun, Verdan, sans-serif;
}
img {
	border: none;
}
h2, h3 {
	font-size: 14px;
}
ul {
	list-style: none;
}
textarea.quick {
font-family: "Courier New", Courier, Hei, mono;
font-size: 13px;
width: 490px;
overflow: auto;
background-color: #F7F7F7;
color: #333;
border-style: solid;
border-width: 1px;
padding: 2px;
border-top-color: #C0C0C0;
border-left-color: #C0C0C0;
border-right-color: #CCC;
border-bottom-color: #CCC;
}

textarea.quick:focus {
font-family: "Courier New", Courier, Hei, mono;
font-size: 13px;
width: 490px;
overflow: auto;
background-color: #FFF;
color: #000;
border-style: solid;
border-width: 1px;
padding: 2px;
border-top-color: #3C0;
border-left-color: #3C0;
border-right-color: #3C0;
border-bottom-color: #3C0;
}
/* base layout */
#wrapper {
	width: 750px;
	margin: auto;
	text-align: left;
}
.catchword {
	font-size: 14px;
	font-weight: bold;
	color: #76b300;
	line-height: 1.5;
	text-align: right;
	margin-top: -20px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}
.searchbox {
	border: 1px solid #E3E3E3;
	background: #F6F7F7;
	text-align: center;
	clear: both;
	font-size: 14px;
	margin-top: 20px;
}
.searchbox form {
	border: 2px solid #fff;
	padding: 10px 0;
}
.searchbox input {
	vertical-align: middle;
}
.labels {
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #888;
}
.btn1 {
	height: 25px;
	width: 67px;
	border: 1px solid #1F60C8;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #429BEF url(/imges/blogsearch/btnbg.gif) no-repeat left top;
}
.small-print {
	font-size: 10px; color: #888;text-align: center;
}
.small-print a:link {
	color: #888;
}
.small-print a:visited {
	color: #888;
}
.small-print a:hover {
	color: #333;
}
.small-print a:active {
	color: #333
}