/* Forms
*******************************************************/
fieldset{
	font-size:11px;
}

label{ 
	font-weight:bold;
}

label.left{ float:none; }
.required label, span.required{
	color:#ee1d23;
}
.middleColumn {
 	display: block;
	padding:3px 0;
	clear: left;
}

div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #a5acb2;
	background-color:#f5f5f5;
	color: #000;
	font-weight: bold;
	width: 200px;
}

select{
	font-weight:normal;
}
#People select,
#Budget select{
	width:205px;
}
textarea, #Event input{
	width:468px;
}

#CompanyAddress textarea, #Comment textarea{
	width:200px;
}
#DropDown{
	position:relative;
	width:100%;
	margin:10px 0;
	padding:10px 0;
	border-top:1px dotted #b2b4bf;
}

#DropDown .right{
	position:absolute;
	right:0;
}

#DropDown span.message{
	width:200px;
}

fieldset #Category{
	width:470px;
	margin:10px 0;
	padding:10px 0;
	border:1px dotted #b2b4bf;
	border-left:none; border-right:none;
}
#Category ul{
	margin-left:1px;
}
#Category .optionset{
	width:100%;
	overflow:hidden;
	margin-top:5px;	
}
#Category .optionset li{
	float:left; width:230px;
	list-style:none;
}
#Comment{ margin-top:5px; }
#Comment .message, #People .message, #Company .message{ width:200px; }
#Captcha{ margin-top:10px; }

#Form_EnquiryForm .action{ 
	margin-top:10px; 
	font-size:12px; 
	color:#fff;
	background:url(../images/submit_enquiry.gif) no-repeat left top;
	width:197px;
	height:27px;
	border:none;
}

input.action {
	padding: 8px;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
span.validation{
	color:#ff0000;
}
