/*******MAIN WRAP******/
#smart-enquiry {
	width: 600px;
	margin:0 auto;
}
/*******INPUTS******/
#smart-enquiry input, #smart-enquiry textarea {
	border:1px solid #bdbdbd;
	background-color: #fff;
	font:11px arial, helvetica, sans-serif;
	color: #666;
	width: 250px;
	padding: 3px;
	margin-top: 2px;
}

#smart-enquiry input {
	height: 14px;
}
#smart-enquiry textarea {
	height: 40px;
}
/*******LABELS******/
#smart-enquiry label {
	display: block;
	padding-bottom: 5px;
}
#smart-enquiry label span {
	display: block;
	font-size:11px;
}
#smart-enquiry label span strong.req {
	color:#666;
	font-weight: bold;
}
#smart-enquiry fieldset {
	border: none;
}
#smart-enquiry label img.status {
	float: right;
margin: 0;
margin-top: 18px;

}
/*******BUTTON******/
#smart-enquiry input.submit-button {
	border: 1px solid #ccc;
	width: 100px;
	height:25px;
	cursor:pointer;
	float: left;
	margin:10px 20px 0 0px;
}
/*******STATUS BOX******/
div#statusbox {
	display: none;
	background-color: #fffcac;
	border: 1px #ffcb4d solid;
	margin:10px 20px 10px 0;
	overflow:visible;
	padding: 5px;
}
#ajax-load {
	display: none;
	text-align: center;
	font-size: 12px;
}
div#statusbox div#message2 h1 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	height: auto;
	font-weight: bold;
}
div#statusbox div#message2 ul li {
	font-size: 10px;
}

#smart-enquiry select {
	width:258px;
	height:21px;
	border:1px solid #BDBDBD;
	font:11px arial, helvetica, sans-serif;
	color: #666;
	padding: 3px;
	margin-top: 2px;
}

label.half {
		width: 25px;
		height:25px;
	 padding-top: 10px;
}
label.double {
		height: 67px;
	 padding-top: 10px;
}
label.double {
		height: 67px;
	 padding-top: 10px;
}
.column_half {
	width:280px;
	float:left;
}
.nudge {
	margin-right: 40px;
}
