/*styling forms*/
form{
	width:73%;
	margin-left:1.5em;
}
form p,
fieldset{
	clear:both;
}
label{
	display:block;
	float:left;
	clear:left;
	width:13em;
	padding:.3em 1em 0 0;
}
input.short{
	width:3em;
}
input.med{
	width:10em;
}
input.long{
	width:17em;
}
input,
textarea{
	font-size:1.10em;
	padding:2px;
	border:1px solid #999;
}
input.required{
	
}
input.error{
	border-color:#c00;
}
textarea{
	clear:both;
	display:block;
	width:99%;
	margin-top:1em;
}
fieldset{
	margin-top:1em;
	padding:1em 0;
}
fieldset input.cbx,
fieldset label{
	display:inline;
	float:none;
	width:auto;
}
fieldset input{
	display:block;
	position:absolute;
	left: 26em;
}
fieldset input.cbx{
	position:static;
	left:auto;
	margin-top:.3em;
}
legend{
	font-weight:bold;
	color:#3C69A7;
}
#submit{
	display:block;
	float:right;
	font-size:14px;
	padding:3px;
	cursor:hand;
	cursor: pointer;
}