* {
	margin:0;
	padding:0;
}
html,body {
	font:small Georgia,Verdana,sans-serif;
	color:#444;
	background:#fff;
	width:100%;
	height:100%;
}
a {
	color:#0248c1;
}
a:hover {
	color:#5badff;
}
a img {
	border:none;
}
h1,h2,h3,h4 {
	font-weight:bold;
	color:#5badff;
}
h1 {
	font-size:140%;
	margin-bottom:10px;
}
h2 {
	font-size:140%;
	margin-bottom:10px;
}
h3 {
	font-size:110%;
}
h4 {
	font-size:100%;
}
table {
	border-collapse:collapse;
	border-width:0px;
}
td {
	vertical-align:top;
	padding:0;
}
hr {
	border:none;
	height:1px;
	color:#ccc;
	background:#ccc;
	margin:2px 0;
}
small {
	font-size:80%;
}

li {
	margin:3px 40px;
}

div.message {
	border:1px solid #999;
	padding:10px;
	margin:0 0 10px 0;
	background-color:#eee;
}
span.m_error {
	color:#f00;
	font-weight:bold;
}
span.m_ok {
	color:#0a0;
	font-weight:bold;
}
span.m_info {
	color:#00f;
	font-weight:bold;
}
span.m_warning {
	color:#ff7f00;
	font-weight:bold;
}
span.m_debug {
	color:#000;
	font-weight:bold;
}
form i {
	font-style:normal;
	color:#666;
	display:block;
	margin:10px 0 0 0;
}
.input {
	margin:3px 0 0 0;
	width:420px;
}
textarea.input {
	height:150px;
}
.captcha_img {
	float:left;
	width:120px;
	height:60px;
	margin:5px 20px 0 0;
	border:1px solid #aaa;
}
.captcha_input {
	float:left;
	width:120px;
	height:48px;
	margin:5px 20px 0 0;
	text-align:center;
	font-size:200%;
	padding-top:10px;
}
.captcha_button {
	float:left;
	width:140px;
	margin:20px 0;
}
.captcha_br {
	clear:both;
	padding:0;
	margin:0;
}
.forum,.forum_m {
	width:100%;
	border-bottom:1px solid #ccc;
}
.forum td,.forum th,.forum_m td,.forum_m th {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:2px 5px;
	vertical-align:middle;
}
.forum th,.forum_m th {
	text-align:center;
	background:#eee;
}
.forum_m td {
	vertical-align:top;
}
.forum1 {
	width:50%;
}
.forum1 img {
	float:left;
	margin:3px 7px 3px 2px;
}
.forum2 {
	width:10%;
	text-align:center;
}
.forum3 {
	width:20%;
	text-align:center;
}
.forum4 {
	width:20%;
}
.forum5 {
	width:20%;
}
.forum6 {
	width:80%;
}
.forum_m .forum7 {
	text-align:center;
}
.forum_m .forum7 a.img {
	width:84px;
	height:84px;
	display:block;
	border:1px solid #0000c7;
	padding:1px;
	margin:3px auto;
}
.forum_m .forum7 a.img:hover {
	border:1px solid #d50035;
}
.forum_m .forum7 img {
	width:84px;
	height:84px;
}
.forum_m .forum8 {
	text-align:right;
	border-top:none;
	padding-bottom:3px;
}
img.ft {
	position:relative;
	top:2px;
	margin-right:3px;
}
br.clear {
	clear:both;
}
.center {
	text-align:center;
}
