.formdiv{
	width: 600px;
	border: 1px solid black;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
}

.signuptitle{
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 4px;
	background-color: #aaaaaa;
}

.forminfo, .fitem, .tinput, .einput, .sitem, .cname, input, select, textarea, .ffitem{
	font-family: verdana;
	font-size: 10px;
}

.cname{
	border-top: 1px solid #cccccc;
	background-color: #eeeeee;
	margin-top: 4px;
	padding: 4px;
	font-weight: bold;
}

.sitem{
	padding: 1px;
	width: 33%;
}

.formheading{
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #cccccc;
	padding: 3px;
	margin-top: 15px;
	margin-bottom: 2px;
	border-top: 1px solid black;

}

.formsection{

}

.fitem{
	padding: 4px;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
}

.tinput{
	width: 150px;
}

.einput{
	width: 200px;
}

