/********************************************
 * CONTACT
 ********************************************/
div#contact h3 {
	margin: 10px 0 0 115px;
	padding: 0;

	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;

	width: 550px;
	height: 20px;
	text-indent: -10000px;

	font-size: 1px;
	cursor: pointer;
}

div#contact h4 {
	margin: 30px 0 20px 115px;
	padding: 0;

	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;

	width: 450px;
	height: 22px;
	text-indent: -10000px;

	font-size: 1px;
}

div#contact h3:hover,
div#contact h3.active:hover {
	background-position: 0 -20px;
	cursor: pointer;
}

div#contact h3.active {
	background-position: 0 -40px;
	cursor: pointer;
}

div#contact fieldset {
	width: 400px;
	padding: 20px 0;
}

div#contact span.space {
	display: block;
	float: left;
	height: 26px;
	width: 120px;
}

div#contact div.contact-hidden {
	padding: 0 0 0 27px;
	margin: 0;
}

div#contact form {
	margin: 0 0 0 115px;
}

div#contact form br {
  clear: left;
}

div#contact form label {
	display: block;
	float: left;
	width: 120px;
	text-transform: uppercase;
	margin: 7px 0 0 0;
	padding: 0;
	background: transparent;
}

div#contact form input,
div#contact form select {
	width: 270px;
	color: #878787;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	border: none;
	border-width: 0px;
	background: transparent;
}

div#contact form input.salutation-mrs,
div#contact form input.salutation-mr {
	width: 20px;
	float: left;
}

div#contact form div.input-bg.active,
div#contact form div.file-bg.active {
	background-position: 0 -40px;

}


div#contact form div.textarea-bg.active {
	background-position: 0 -150px;
}

div#contact form div.input-bg.error input,
div#contact form div.textarea-bg.error textarea {
	color: #96326e !important;
	font-size: 0.9em;
}

div#contact form div.input-bg.error,
div#contact form div.file-bg.error {
	background-position: 0 -80px;
}

div#contact form div.textarea-bg.error {
	background-position: 0 -300px;
}

div#contact form div.input-bg {
	background-color: transparent;
	background-image: url('../images/contact-input-bg.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 270px;
	height: 30px;
	float: right;
	padding: 5px 5px 0 5px;
}

div#contact form div.file-bg {
	background-color: transparent;
	background-image: url('../images/contact-file-bg.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 270px;
	height: 30px;
	float: right;
	padding: 5px 5px 0 5px;
}

div#contact form div.textarea-bg {
	background-color: transparent;
	background-image: url('../images/contact-textarea-bg.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 270px;
	height: 140px;
	float: right;
	padding: 5px 5px 0 5px;
}

div#contact form label.salutation {
	width: 60px;
	float: left;
	margin-top: 4px;
}

div#contact form textarea {
	width: 270px;
	border: none;
	background: transparent;
	height: 130px;
	color: #878787;
	font-family: Arial, arial, sans-serif;
	font-size: 1.1em;
	border: none;
	border-width: 0px;
	background: transparent;
	margin: 0;
	padding: 0;
}

div#contact form textarea {
	background-position: 0 -150px;
}

div#contact form div.dropdown-container {
	float: right;
	width: 280px;
}

div#contact form div.clear {
	height: 5px;
}


/********************************************
 * PLUGINS
 ********************************************/

/* ### DROPDOWNS CONTACT ### */
div#contact div.jDrop {
	margin:0;
	color:#878787;
	float:left;
}

div#contact div.jSel {
	width: 255px !important;
	margin-bottom: 5px;
}

div#contact div.jSel{
	background: transparent url(../images/select-bg.gif);
	padding:0px 0px;
	height:29px;
	overflow:hidden;
	float:left;
	color: #00c8ff;
}

div#contact div.jSel.hover{
	background-position:0px -29px;
	color:#00c8ff;
	cursor: pointer;
}

div#contact span.jSelOp{
	float: left;
	padding: 7px;
	white-space: nowrap;
	left: 5px;
}

div#contact div.jDropBut{
	background:url(../images/select-arrow.gif);
	width:25px;
	height:29px;
	float:left;
}

div#contact div.jDropBut.hover{
	background-position: 0px -29px;
	cursor: pointer;
}

div#contact div.jOpDrop{
	margin:0px!important;
	position:absolute;
	z-index:10;
	display:none;
	border:1px solid #d2e6f0;
	background: #fff;
	max-height: 260px;
	overflow-x: hidden;
	overflow-y: auto;
}

div#contact div.jOp{
	padding:2px 20px 3px 7px;
	white-space:nowrap;
}

div#contact .jDrop img{
	width:15px;
	height:15px;
	vertical-align:middle;
	margin:-2px 5px 0 0px;
	position:relative;
}

div#contact div.jOpDrop div.jOp.hover{
	background: #e8f2f7;
	color: #00c8ff;
	cursor: pointer;
}


/* ### CHECKBOX AND RADIOBUTTON ### */
.cust_checkbox{
	font-size:14px;
	cursor: pointer;
	float: left;
	height: 22px;
	width: 30px;
}
.cust_checkbox_on{
	background:url('../images/checkbox_on.gif') no-repeat 0 0;
}
.cust_radio_on{
	background:url('../images/radiobox_on.gif') no-repeat 0 0;
}
.cust_checkbox_off{
	background:url('../images/checkbox_off.gif') no-repeat 0 0;
}
.cust_radio_off{
	background:url('../images/checkbox_off.gif') no-repeat 0 0;
}
.cust_checkbox_disabled_on{
	background:url('../images/checkbox_disabled_on.gif') no-repeat 0 0;
}
.cust_checkbox_disabled_off{
	background:url('../images/disabled_off.gif') no-repeat 0 0;
}
.cust_radio_disabled_on{
	background:url('../images/radiobox_disabled_on.gif') no-repeat 0 0;
}
.cust_radio_disabled_off{
	background:url('../images/disabled_off.gif') no-repeat 0 0;
}
