/*body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
} */
#firsthalf {
	/*height: 400px;*/
	padding: 0;
	width: 100%;
	position: relative;
	/*background: #000 url(../images/bg.jpg) no-repeat bottom center;*/
}
#firsthalf h1 {
	display: none;
}
#otherhalf {
	padding: 35px 0;
	text-align: center;
	/*background: #fff url(../images/design.gif) no-repeat top center;*/
}
#maincontent {
	width: 420px;
	margin: 0 auto;
}
#otherhalf h2 {
	display: none;
}
#otherhalf h3 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align: left;
	color: #666;
}
#otherhalf fieldset p {
	padding: 10px 5px;
	margin: 0;
	font-size: 11px;
	text-align: justify;
}
fieldset {
	margin: 5px auto 30px;
	padding: 2px;
	border: 2px solid #eee;
}
legend {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	margin: 0 8px;
	padding: 0 4px;
}
form {
	margin: 10px;
	padding: 0;
}
input {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}
.forminput {
	padding: 4px 0 0 6px;
	margin: 2px;
	height: 20px;
	width: 380px;
	color: #666;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.textinput {
	padding: 4px 0 0 6px;
	margin: 2px;
	height: 120px;
	width: 380px;
	color: #666;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.button input {
	border: 1px solid #ccc;
	color: #ccc;
	background: #fff url(../images/bg_bt.gif) repeat-x bottom left;
	font-size: 13px;
	padding: 5px 20px;
	cursor: pointer;
		margin: 5px 50px 5px;
	text-align: center
}
.graph {
	position: relative;
	border: 1px solid #ddd;
	padding: 2px;
	margin: 5px auto;
	text-align: left;
}
.graph .bar {
	display: block;
	position: relative;
	background: #ccc url(../images/bg_bt.gif) repeat-x bottom left;
	text-align: center;
	color: #ccc;
	height: 2em;
	line-height: 2em;
}
.graph .bar span {
	position: absolute;
	left: 1em;
}
.footer {
	margin-top: 50px;
	line-height: 2em;
}
.footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {
	text-decoration: line-through;
}
