label {
	width:12em;
	float:left;
	text-align:left;
	margin:0px 1em 10px 0px;
	clear: both;
} 
.input-box {
	float:left;
	margin-bottom:10px;
	color:#666666;
	border:1px solid #3399ff;
	background-color: #FFFFFF;
} 
.submit-button {
	margin-left:5em;
	clear:both;
	color:#FFFFFF;
	background:#3399ff;
	border:2px #9cf outset;
} 
fieldset {
	border:1px solid #3399ff;
	padding-left:10px;
	width:80%;
	margin-right: auto;
	margin-left: auto;
} 
legend {
	border:#26a solid 1px;
	padding:1px 10px;
} 
.textarea {
	float:left;
	margin-bottom:10px;
	color:#666666;
	border:#26a solid 1px;
	position:relative;
	left:10px;right:10px;
}
.style1 {
	color:#FF0000;
	font-weight:bold;
}
.wide {
	width: 400px;
	float: none;
}
