/*
#############################
FORM STYLES
#############################
*/
.form {
background: none;
border: 0;
padding:10px;
}
.form fieldset
{
	border: 0px solid #ccc;
	width: 400px;
	-moz-border-radius:5px;
	background-color: inherit;
	padding: 1em;
	
}
.form p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0.2em 0em;
	margin-bottom: 15px;
}
.form h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #666666;
	margin: 0.2em 0em;
	margin-bottom: 10px;
}
.form label {
	width: 100px;
	float: left;
	display: block;
	text-align: left;
	font: 12px arial;
}
.form .submit input
{
	margin: auto;
	font: 23px arial;
}
.form select, .form input
{
	margin-left: 1em;
	/* width: 200px; */
	font: 12px arial;
}
.form .radio
{
width:20px;
}
