/*******MAIN WRAP******/
#smart-enquiry {
	width: 190px;
	background:#d2d2d2;
	margin: 0;
	padding: 14px;
}
/*******INPUTS******/
#smart-enquiry input, #smart-enquiry textarea {
	border:1px solid #bdbdbd;
	background-color: #fff;
	font:11px arial, helvetica, sans-serif;
	color: #666;
	width: 152px;
	padding: 3px;
	margin-top: 2px;
}
#smart-enquiry input {
	height: 14px;
}
#smart-enquiry textarea {
	height: 70px;
}
/*******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-top: 19px;
}
/*******BUTTON******/
#smart-enquiry input.submit-button {
	border: 2px solid #ccc;
	width: 100px;
	height:25px;
	cursor:pointer;
	float: left;
	margin:5px 20px 0 0;
}
/*******STATUS BOX******/
div#statusbox {
	display: none;
	background-color: #fffcac;
	border: 1px #ffcb4d solid;
	margin:10px 20px 10px 0;
	overflow: hidden;
	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;
}
