/*
CSS Document
complied by Guy Hoogewerf - www.ncompass.co.uk - ©2007

Form */
fieldset
{
	border: 1px dashed #dcb7a0;
	width: 420px;
	align: center;
	margin-left: 30px;
	padding: 10px;
	position:relative
}
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: 0 10px 10px 0;
	clear: both
}
.input-box {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	color: #64686b;
	background: #eaeaea;
	border: #64686b solid 1px
}
select {
	color: #64686b;
	background: #eaeaea;
	border: #64686b solid 1px
}


