
body{
	margin: 0;
	padding: 0;
	font-size: 9pt;
	font-family: "Arial", "simsun";
}

a{
	color: #039;
	text-decoration: none;
}
a:hover{
	color: #c00;
	text-decoration: underline;	
}

input{
	font-size: 12px;
	font-family: "tahoma","simsun";
	margin: 0;
}
form{
	margin: 0;
	padding: 0;
}
.str{
	font-weight: bold;
}
.red{
	color: #BE3838;
}
.highlight{
	color: #c00;
}

.clearfix{
	clear: both;
}

#userbar_login,#userbar_unlogin{
	margin: 0 3px 3px 0;
	padding-top: 3px;
	text-align: right;
}

h3{
	font-size: 14px; font-weight: bold;}