/* Forms */
#forms {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	width: 550px;
	color:#333333;
	margin: 0 auto;
	font-weight: bold;
}
p{
	margin: 10px 30px 10px 30px;
}
hr{
	margin: 0px 30px 0px 30px;
}
h3{
	font-size: .7em;
	color: #990000;
	font-weight:500;
}
#forms p{
	padding-left: 275px;
}
#forms input .input-text{
	border:1px solid #336633;
	color: #333333;
	width:150px;
	font-size: .7em;
}
#forms select {
	border:1px solid #336633;
	color: #333333;
	
}
#forms label{
	display: block;
	margin-top:5px;
	color: #333;
	font-size: .9em;
	text-align: left;
}
#forms label span{
	display:block;
	float:left;
	padding: 0px 20px 0px 0px;
	width: 150px;
	text-align:right;
	font-weight:bold;
}
#attention h6 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 5px;
	font-size: .8em;
	font-weight: 500;
	color: #CC0000;
}
#attention span {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
#choice{
	margin:0px 0px 10px 20px;
}
