label {
	width: 300px;
	display: block;
	margin-top: 7px;
	margin-bottom: 2px;
	font-size: 11px;
	color: #116066;
	height:12px;	
}

.checkboxlabel{
	width: 270px;
	margin-top: 3px;
	float: right;
}

.label_checkbox_pair{
	margin-bottom: 20px;
	margin-left: 1px;
}
.checkboxpair{
	margin: 30px 0 20px 0;
}
label.error {
	padding-left: 20px;
	font-size: 11px;
	background: url(../images/css/cross-small.gif) no-repeat left center;
	display: block;
	margin-left: 10px;
	width: auto;
	color: #b41010;
}

em {
	font-weight: bold;
	padding-right: 5px;
	vertical-align: top;
	display: block;
}

input.inputfield.active {
	background-position: -290px 0px;
}

input.inputfield.error {
	background-position: -580px 0px;
}

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 {
	background:url(../images/css/submit.gif) 0px 0px no-repeat;	
 	width: 160px;
    height: 45px;
    border: none;
	cursor: pointer;
	margin-top: 10px;
	margin-left: 130px;
	display:block;
}

input.submit_button:hover {
	background-position: -160px 0px;	
}

.hidden{
	display: none;
}

div#countrydropdown_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 {
	background-position: -290px 0px;
}

select#countrydropdown {
	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
}

select.dropdown_over#countrydropdown {
	background-color: red
}

select.dropdown_down#countrydropdown {
	
}

div#countrydropdown_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;
}
div.errorWrap h4 { 
	font-size: 11px;
	line-height: 1.4;
	color: #f76600;
	
}
.alert {
	margin-right: 15px;
	vertical-align:text-bottom;
}
.asterisk{
	color:#f76600;
}