#enc fieldset{
	margin-bottom: 20px;
}

#enc legend{
	font-weight: bold;
	color: #0186C9;
	font-size: 1.4em;
	padding-bottom: 10px;
}

#enc label{
	font-weight: bold;
	font-size: 1.2em;
	display: block;
}

#enc input, #enc textarea{
	width: 580px;
}

#enc select{
	width: auto;
}

#enc input, #enc textarea, #enc select{
	display: block;
	border: 1px solid #ccc;
	font-size: 1.1em;
	padding: 4px;
	margin: 10px 0;
}

#enc #submit{
	width: 100px;
	background: #0186C9;
	color: #fff;
	font-weight: bold;
}
