@charset "utf-8";
/* CSS Document */

form {
	margin-top: 2em;
}

form p.errorText {
	margin-top: 3px;
	margin-left: 0px;
}

/* full specification required to override a previous full specification */
#fullwidth .feature form p.errorText {
	margin-left: 0px;
}

#leftCell1, #rightCell1 {
	height: 150px;
}

#leftCell2, #rightCell2 {
	height: 485px;
}


fieldset#machineFields {
/*	height: 260px; */
}
	
select#country {
	width: 220px;
}
select.machineType {
	width: 18ex;
}

select.machineBrand {
	width: 18ex;
}

select.machineController {
	width: 18ex;
}
select.machineFeature { }

div.machineFeature {
	width: 180px;
	height: 250px;
	border-style: solid;
	border-width: thin;
	border-color: #DBDBDB;
	float: right; 
}

div.machineFeature input.featureCheck {
	width: auto;
	display: block;
	float: left;
}

div.machineFeature label {
	display: block;
	float: right;
	width: 140px;
	margin-top: 3px;
}
div.machineFeature p {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}

#machineLabels {
	margin-top: 5px;
}
#machineTypeLabel {
	display: block;
	float: left;
	width: 20ex;
}
#machineBrandLabel {
	display: block;
	float: left;
	width: 21ex;
}
#machineControllerLabel {
	display: block;
	float: left;
	width: 23ex;
}
#machineFeatureLabel {
	display: block;
	float: left;
	width: 21ex;
}


