@charset "utf-8";
/* CSS Document */

body {
	background: #e5e5e5 url(../img/bg.jpg) repeat-y;
	background-position: 830px 0;
	margin: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	padding: 0 0 15px 0;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 25px;	
}

ul li, ol li {
	line-height: 1.5em;
	list-style-type: square;
}

ol li {
	list-style-type: decimal;	
}

a {
	color:#039;
	text-decoration: underline;
}

a:hover {
	color:#003;	
}

h1 {
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 15px 0;
}

h2.pagesubtitle {
	color: #666;
	padding-left: 20px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 15px 0;
	color: #F00;
}

.red {
	color: #F00;	
}

#top {
	position: relative;
	width: 960px;
	height: 152px;
	background: transparent url(../img/boardtop.png) no-repeat;
	background-position: 0 0;
}

#logo {
	position: absolute;
	z-index: 100;
	width: 274px;
	height: 183px;
	top: 48px;
	left: 39px;
}

#board {
	position: relative;
	width: 680px;
	background: transparent url(../img/boardbg.png) repeat-y;
	background-position: 0 0;
	padding: 85px 240px 40px 40px;
}

#bottom {
	position: relative;
	width: 960px;
	height: 10px;
	background: transparent url(../img/boardbottom.png) no-repeat;
	background-position: 0 0;
}

.question {
	padding: 0 0 15px 0;
	font-size: 14px;
}

.answer {
	padding: 5px;
}

#front-footer-pics {
	text-align: center;	
	padding: 5px 0 10px 0;
}

#front-footer-pics img {
	padding: 0 50px 0 50px;	
}

@charset "utf-8";
/* CSS Document */

form {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

form div.fieldset {
	position: relative;
	border-top:  1px solid #3a362c;
	margin: 20px 0 0px 0;
	padding: 15px;
}

form div.fieldset span.legend {
	position: absolute;
	background-color: #FFF;
	padding: 3px;
	top: -12px;
	font-size: 14px;
	font-weight: bold;
	color: #3a362c;
}

form p {
	font-size: 12px;
	margin: 0;
	padding: 0 0 9px 0;
}

form label {
	text-align: right;
	padding: 5px 0 5px 0;
	width: 150px;
	margin-right: 0.6em;
	float: left;
}

label.error { float: none; color: red; font-size: 10px; padding: 3px 0 3px 0.5em;}

.label {
	padding: 0 0 0 30px;
	text-align: right;
	margin-right: 0.3em;
}

form .submit input { 
	margin: 0 0 0 105px;
}



form input[type="text"], input[type="password"], form textarea, form select {
	border: 1px solid #999;
	padding: 2px 3px 2px 3px;
}

form .line {
	position: relative;
	height: 0;
	line-height: 0;
	font-size: 0px;
	padding: 0;
	margin: 8px 0 8px 0;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}