/*
CSS Document
complied by Guy Hoogewerf - www.ncompass.co.uk - ©2008

Form */
fieldset
{
	border: 1px dashed #ffffff;
	align: center;
	padding: 0px 10px 14px;
	margin-top: 14px;
}
legend
{
	border: 0px solid #a94b12;
	padding: 3px 10px;
	background-color: #64686b;
	color: #fff;
	font-weight: bold;
}
label {
	width: 140px;
	float: left;
	text-align: right;
	margin: 14px 10px 0px 0px;
	clear: left;
}
.input-text {
	float: left;
	width: 180px;
	height: 16px;
	margin-top: 14px;
	color: #ff00ff;
	background: #eaeaea;
	border: #ffffff solid 1px;
}
.input-radio {
	margin-top: 14px;
	color: #ff00ff;
	background: #eaeaea;
}
.input-box {
	float: left;
	width: 380px;
	margin-top: 14px;
	color: #ff00ff;
	background: #eaeaea;
	border: #ffffff solid 1px;
}
select {
	float: left;
	color: #ff00ff;
	background: #eaeaea;
	border: #ffffff solid 1px;
	margin-top: 14px;
}