form{
	padding-left: 0px;
	padding-top: 0px;

}

label {
	width: 300px;
	display: block;
	margin-top: 7px;
	margin-bottom: 2px;
	font-size: 11px;
	color: #116066;
	height:12px;	
}

label.error {
	padding-left: 15px;
	font-size: 11px;
	background: url(../images/css/cross-small.gif) no-repeat left center;
	display: block;
	width: auto;
	color: #b41010;
	
}





em {
	font-weight: bold;
	padding-right: 5px;
	vertical-align: top;
	display: block;
}

/* input */

input.inputfield.active {
	background-position: -290px 0px;
}

input.inputfield.error {
	background-position: -580px 0px;
}

select.error, input.error, countrydropdown_label.error{
	color: #b41010;

}

input.inputfield:focus {
	background-position: -290px 0px;
}

input.inputfield {
	width: 272px;
	height: 21px;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 8px;
	margin: 0;
	background-position: 0px 0px;
	background-image: url(../images/css/input-small.gif);
	background-color: #dce4ef;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}



textarea {
	width: 280px;
	height: 95px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	outline-style: none;
	outline-width: 0pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #fafafa;
	margin: 6px 10px 6px 8px;
}

div.active {
	background-position: -290px 0px;
}

div.error {
	background-position: -580px 0px;
}


input.submit_button {
	
	margin-top: 10px;
	display:block;
}



.hidden{
	display: none;
}

div#countrydropdown_container, div#industrydropdown_container {
	float: left;
	background-position: 0px 0px;
	background-image: url(../images/css/input-select-small.gif);
	background-repeat: no-repeat;
	width: 289px;
	height: 27px;
}

div.dropdown_over#countrydropdown_container, div.dropdown_over#industrydropdown_container {
	background-position: -290px 0px;
}


div#countrydropdown_container.selecterror, div#industrydropdown_container.selecterror {
	background-position: -580px 0px;
}


select#countrydropdown, select#industrydropdown {
	margin-top: 2px;
	margin-left: 1px;
	display: inline;
	z-index: 2;
	filter: alpha(opacity: 0);
	float: left; width: 254px;
	cursor: pointer;
	padding-top: 8px;
	position: absolute;
	width: 288px;
	height: 25px;
	background-color: #ffffff;
	-moz-opacity: 0;
	opacity: 0
}


div#countrydropdown_label, div#industrydropdown_label {
	padding-top: 1px;
	padding-left: 9px;
	z-index: 1;
	line-height: 25px;
	position: absolute;
	height: 25px

}


div.contact_leftcolumn {
	float: left;
	width: 300px;
}

div.contact_rightcolumn {
	float: right;
	width: 310px;
}

div.errorWrap { 
	display: none;
	margin-bottom: 10px;
	width: 300px;
	
}


div.errorWrap h4 { 
	font-size: 11px;
	color: #f76600;
	margin: 0;
	padding: 0;
}

.alert {
	margin-right: 15px;
	vertical-align:text-bottom;
}

.asterisk{
	color:#f76600;
}


/* checkbox */



p.checkboxgroup {
	margin: 10px 0 0 0;
}

p.checkboxgroup label{
	display:block;
	font-size: 11px;
	margin:10px 0 15px 0;
	height: 24px;
	width: 330px
}

p.checkboxgroup input{
	padding-top: 3px;
	margin-right:10px;
	float:left;
}

/* form handling*/

#done{
	display: none;

}
#done {   
	
	margin: 60px auto 0 auto;
	background: #4b8cbe;
	width: 200px;
	height: 90px;
	padding: 40px 50px 25px 50px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #c4cdd9;
	float: left;

}  

#done a {
	color: #FFF;
	text-decoration: underline;

}