
input, textarea, select {
    outline: none;
}
.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	position: relative;
	height: 30px;
	float:right;
	color:#848484;
	font-size:10px;
	line-height:30px;
    margin: 0;
    padding: 0;
}
.selects-holder .selectArea {
	height:23px !important;
	line-height:23px !important;
}
.product-sel {
	float:left;
	height:23px;
	overflow:hidden;
	line-height:23px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:5px;
	height:100%;
	background: url(../images/select-left.gif) no-repeat;
	display: block;
}
.product-sel .left {background: url(../images/select-left-2.gif) no-repeat;}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:22px;
	height:100%;
	background: url(../images/select-button.gif) no-repeat;
}
.product-sel a.selectButton {background: url(../images/select-button-2.gif) no-repeat;}
.selectArea .center{
	height: 30px;
	line-height:30px;
	display:block;
	padding:0 22px 0 10px;
	background: #f4f3f0;
}
.selects-holder .selectArea .center{
	height:23px !important;
	line-height:23px !important;
}
.product-sel .center {line-height:23px;}
.product-sel .center {background:#fff;}
.selectArea .center img {float:left;}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #FFF;
	border: 1px solid #eceae6;
	display: block;
	z-index: 30;
	font-size: 10px;
    /*
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    */
}
.drop-product-sel{
 	margin-top:-7px !important;
 }
.drop-dif {background:#FFF;}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0px;
	overflow:hidden;
	height:1%;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
    border-top: 1px solid #edece9;
}
    .optionsDivVisible ul li:first-child, .optionsDivVisible ul li.first {
        border-top: none;
    }
.optionsDivVisible a {
	color: #4d4d4d;
	overflow:hidden;
	text-decoration: none;
	display:block;
	height:1%;
	padding: 5px 12px;
	line-height:16px;
    font-size: 10px;
    font-weight: bold;
}
    .optionsDivVisible a:hover {
        background-color: #e5f0f1;
        text-decoration: none;
    }
.optionsDivVisible a img {
	border:none;
	float:left;
}
/*.optionsDivVisible a:hover {text-decoration:underline;}*/

#enquiryForm_5 span.required  {
    float: left;
    line-height: 25px;
}
#enquiryForm_5 label {
    float: left;
    width: auto;
    line-height: 23px;
    padding-right: 10px;
}
#enquiryForm_5 .text {
    font-size: 10px;
    color: #848484;
}
#enquiryForm_5 div.submit {
    float: left;
}
#enquiryForm_5 div.submit input {
	float:left;
	width:58px;
	height:24px;
	margin:0 0 0 3px;
	display:inline;
	border:none;
	font-size:0;
	line-height:0;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/templates/default/images/btn-sign-up.gif) no-repeat;
}

.form_6_question_90 h3 {
    padding: 10px 0px;
    color: #3A3A3A;
}
.form_6_question_90 span.required {
    padding-top: 5px;
}

span.checker {
    display: inline-block;
    padding-top: 7px;
    text-indent: 3px;
}
span.checker input {
    margin: 0px;
}


.select-top {
    background: url(/templates/default/images/select-top.png) no-repeat;
    height: 5px;
    overflow: hidden;
    display: block;
}

div .jqTransformSelectWrapper a.selected {
    font-weight: bold;
}


#form_1_question_113 {
    float: left;
    margin-left: -25px;
    margin-top: 8px;
}
.row.type-checkbox.form_1_question_113 label {
    width: 255px;
    float: right;
    line-height: 17px;
    padding-right: 20px;
    margin-bottom: 10px;
}