label {
	width: 200px;
	display: block;
	margin-top: 7px;
	font-size: 11px;
	color: #116066;
}

.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;
}

#formwrap {
	margin-top: 50px;
	width: 335px;
}

#formwrap_winyourwallet, #formwrap_contact {
	margin-top: 20px;
	margin-bottom: 0;
}
#formwrap_winyourwallet td, #formwrap_contact td{
	vertical-align:top;
}
form.contact{
	padding: 37px 16px 7px 36px;
	background: url(../images/css/pdiv.gif) no-repeat left top;


}
form{
	padding-left: 35px;
	padding-top: 20px;
	background-image: url(../images/css/formbg.gif);
	background-repeat: no-repeat;
}

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-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none
}


input.inputfield.large {
	background-image: url(../images/css/input-large.gif);
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 9px;
}

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;
}

.textareawrap{
	background: url(../images/css/textarea-small.gif) no-repeat;
	width: 290px;
	height: 105px;
	margin-bottom: 20px;

}

input.submit_button {
	background:url(../images/css/submit.gif) 0px 0px no-repeat;	
 	width: 70px;
    height: 28px;
    border: none;
	cursor: pointer;
	margin-top: 10px;
}

input.submit_button:hover {
	background-position: -70px 0px;	
}

.jquery-checkbox {
	display: inline; 
	font-size: 20px;
	line-height: 20px;
	cursor: pointer;
	margin: 0
}
.jquery-checkbox .mark {
	display: inline;
}

.jquery-checkbox img {
	vertical-align: middle; width: 16px; height: 16px;
}

.jquery-checkbox img{
	background: transparent url(../images/css/checkbox.png) no-repeat;
}

.jquery-checkbox img{
	background-position: 0px 0px;
}

.jquery-checkbox-hover img{
	background-position: 0px 0px;
}

.jquery-checkbox-checked img{
	background-position: -16px 0px;
}

.jquery-checkbox-checked .jquery-checkbox-hover img {
	background-position: -16px 0px;
}

.jquery-checkbox-disabled img{
	background-position: 0px 0px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px 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;
}