form fieldset {
	border: none;
	padding-left: 15px;
}

form fieldset legend {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 12px;
}

form label {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

form .small-input {
	width: 81px !important;
	font-size: 11px !important;
	padding: 8px 30px 8px 10px !important;
	text-align: center;
	background: url(../images/img_formFields.png) no-repeat scroll -8px -40px;
}

form .medium-input {
	width: 230px !important;
	font-size: 11px !important;
	padding: 8px 10px !important;
	background: url(../images/img_formFields.png) no-repeat scroll -130px -40px
}

form .large-input {
	width: 368px !important;
	font-size: 11px !important;
	padding: 8px 3px !important;
	background: url(../images/img_formFields.png) no-repeat scroll -8px -6px
}

form .text-area {
	width: 368px !important;
	height: 90px !important;
	font-size: 11px !important;
	padding: 6px 3px 2px 3px !important;
	background: url(../images/img_formFields.png) no-repeat scroll -8px -117px
}
	 
form select {
	padding: 4px;
	background: #fff;
}


/***************************** CONTACT FORM ******************************/

form.formBox legend {
	color: #0f8285;
}

form.formBox label {
	color: #d77b42;
	font-family: 'FranchiseRegular';
	font-size: 1.2em;
	letter-spacing: 0.5px;
	font-weight: normal;
}

form.formBox dd {
	display: block;
	padding-bottom: 5px;
}

form.formBox dt {
	display: block;
	position: absolute;
	left: 390px;
	padding: 8px 0px 0px 0px;
}

form.formBox input.text-input,
form.formBox select,
form.formBox textarea {
	font-family: 'UbuntuRegular', Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: medium none;
	color: #fff;
}

div.counters {
	display: block;
	width: 364px;
	padding-top: 8px;
	font-size: 12px;
	color:  #d77b42;
}

.submitButton {
	position: absolute;
	top: 234px;
	left: 487px;
	display: block;
	width: 115px;
	height: 35px;
	background: url(../images/img_formFields.png) no-repeat scroll 1px -80px;
}

#checkLicensure,
#submitFormBtn {
	display: block;
	border: medium none;
	width: 105px;
	height: 33px;
	margin:0 0 0 5px;
	cursor: pointer;
	background: url(../images/img_formFields.png) no-repeat scroll -113px -79px;
}
#checkLicensure:hover, 
#submitFormBtn:hover {
	background: url(../images/img_formFields.png) no-repeat scroll -218px -79px;
}

#errorMesages {
	position: absolute;
	top: 420px;
	left: 0px;
	width: 698px;
	background: url(../images/img_pageBG.png) repeat scroll 0 0;
	font-size: 12px;
	color: #FFF;
	border:1px solid #303030;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;	
	z-index: 300;
	display:none;
}

.errors {
	padding: 5px 0px 5px 150px;
	margin: 5px;
	width: 535px;
	background-color: #141414;
	border: 1px solid #272727;
}

#message {
	display: block;
	width: 400px;
	padding-left: 25px;
	float: left;
}


/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.formNiceRadio {
	background: transparent url(../images/img_formRadio.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
}


/* -------------
 * Checkboxes
 * ------------- */
.formNiceCheckbox {
	display: block;
	background: url(../images/img_formFields.png) no-repeat scroll -384px -73px;
	height: 40px;
	width: 40px;
	position: relative;
	float: left;
	z-index: 5;
	cursor: pointer;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.formNiceChecked { 
	background-position: -384px 2px;
}


.formNiceHidden {
	position: absolute;
}

/* -------------
 * Selects
 * ------------- */
/*Select Menu*/

form.formBox .cb_select {
	position: relative;
	width: 324px;
	height: 29px;	
	float: left;
	clear: both;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px !important;
}
form.formBox .cb_select .cb_selectMain {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 368px !important;
	padding: 1px 1px !important;
	cursor: pointer;
	color: #fff;
	text-align: left;
	line-height: 32px;
	text-indent: 4px;
	z-index: 10;
}

form.formBox .cb_down {
	background: url(../images/img_formFields.png) no-repeat scroll -8px -6px;
}
form.formBox .cb_up {
	background: url(../images/img_formFields.png) no-repeat scroll -8px -6px;
}

form.formBox .cb_selectWrapper {
	position:absolute;
	top: 0px;
	left: 4px;
	width: 356px !important;
	display: none;
	height: 150px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: url(../images/img_selectFormDrop.png) repeat;
	margin: 29px 0px 0px 0px;
	z-index: 10000;
}

form.formBox .cb_selectWrapper ul {
	list-style:none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

form.formBox .cb_selectWrapper ul li a {
	cursor:pointer;
	display:block;
	width: 360px;
	padding: 3px 0px;
	text-indent: 10px;
	text-decoration: none;
	color: #fff;
}

form.formBox .cb_selectWrapper ul li a:hover {
	color: #d77b42;
	background-color: #000;
}

/* Validation */

#formFeedback {
	background: url(../images/img_selectFormDrop.png) repeat;
	position: absolute;
	top: 150px;
	left: 485px;
	height: 174px;
	width: 154px;
	z-index: 9999;
	padding: 10px;
	color: #ccc;
	border: 3px solid #000;
	display: none;
}

#formFeedbackClose {
	position: absolute;
	bottom: 5px;
	display: block;
	width: 154px;
	font-size: 11px;
	cursor: pointer;
	color: #ccc;
	text-align: center;
}

#formFeedbackClose:hover {
	color:  #d77b42;
}