| #forum
{
	margin: 10px;
}
#forum h2
{
	margin-bottom: 1.0em;
}
#forum form
{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
#forum form label
{
	font-weight: bold;
}
#forum form textarea
{
	width: 100%;
}
#forum form #captcha
{
	width: 60%;
	padding: 10px;
	border: 1px solid #888;
	margin: 10px auto;
}
#forum form #captcha #image
{
	float: left;
	width: 40%;
}
#forum form #captcha #capright
{
	text-align: left;
}
#forum form #captcha #code
{
	float: right;
	width: 55%;
	padding: 5px;
}
#forum form #captcha #code input
{
	width: 10em;
	margin-top: 10px;
}
#forum table
{
	width: 100%;
}
#forum table h2
{
	text-align: center;
}
#forum table .original, #forum table .even, #forum table .odd
{
	padding: 4px;
	border: 1px solid #aaa;
}
#forum table .original
{
	background: #ffc;
}
#forum table .even
{
	background: #dfd;
}
#forum table .odd
{
	background: #ddf;
}
#forum table .info
{
	font-size: 75%;
	font-weight: bold;
}
#forum table .info a
{
	font-weight: bold;
	padding: 0 4px;
	margin: 0 4px;
}
#forum .pager
{
	font-size: 75%;
}
#forum .pagerBold
{
	color: #800;
	font-weight: bold;
}
#forum ol
{
	list-style-type: none;
	margin: 1.0em;
}
#forum ol li
{
	margin-left: 2.0em;
	padding-left: 26px;
	background: url(../upload/flight.jpg) no-repeat left top;
}
 |