.form {
	margin: 30px 0 0 0;
}

.form input, .form textarea, .form select {
	border: 1px solid #BBB;
	float: left;
	margin: 0 0 20px 0;
}

/***********************
	INPUT TYPES
***********************/
/** text fields **/
.textField label {
	display: block;
	width: 180px;
	float: left;
	text-align: right;
}

.textField input, .textField textarea, .textField select, .textField img {
	width: 200px;
	margin: 0 0 0 10px;
}

.textField textarea {
	height: 150px;
	width: 300px;
}


/** checkboxes **/
.checkboxes {
	padding: 0 0 0 40px;
}

.checkboxes td {
	padding-bottom: 10px;
}

.checkboxes input {
	width: auto;
	border: none;
	margin-right: 10px;
}

.checkboxes label {
	text-align: left;
}


/***********************
	STATUS STYLING
***********************/
.required, .normal, .error {
	margin: 0 0 10px 0;
	float: left;
}


/** REQUIRED **/
.required label {
	font-weight: bold;
}

.required input, .required textarea {
	border: 1px solid #BBB;
	border-left: 4px solid #BBB;
	width: 197px;
}


/** ERROR **/
.error {
	background: url(/images/asterix.gif) right 4px no-repeat;
	padding: 0 20px 0 0;
}


/**** FIELD GROUPING ****/
.form fieldset {
	border: none;
	border-top: 2px solid #666aaa;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
}

.form legend {
	font-size: 14px;
	color: #666aaa;;
	font-weight: bold;
	padding: 0 10px 0 0;
}

.form .submit {
	background-color: #EEE;
	cursor: pointer;
	border: 1px solid #999;
	color: #000;
	width: auto;
	margin: 0px 0 20px 200px;
}

/**** OTHER ****/
.errorMessage {
	color: #000;
	font-weight: bold;
	background-color: #FECFCF;
	border: 1px solid #FC9696;
	padding: 5px 0px;
}

.errorMessage p {
	margin: 0px !important;
}





/***********************
	QUOTE FORM
***********************/
#quote {
	overflow: hidden;
	width: 560px;
	float: left;
}

#quote fieldset fieldset {
	position: relative;
}



/**** QUOTE FIELDSET ****/
.quote {
	margin: 10px;
	padding-bottom: 0px;
	border: none !important;
}

/** top text **/
.titleInput {
	margin: 0 0 1px 0 !important;
}

.titleInput label {
	width: auto !important;
	padding: 0 0 0 2px;
}

.titleInput select {
	width: 100px !important;
}

/** gray box **/
.quote .grayBox {
	background-color: #DDD;
	float: left;
	border-top: 2px solid #666aaa;
	padding: 10px 0 10px 0;
	width: 555px;
}

.quote .searchBox {
	background-color: #DDD;
	float: left;
	border-top: 2px solid #666aaa;
	padding: 10px 0 10px 0;
	width: 555px;
}

.quote .required, .quote .normal {
	width: 270px;
	float: left;
	padding-right: 0px;
}

.quote label {
	width: 140px;
}

.quote input {
	width: 100px;
}

.quote select {
	width: 100px;
	float: left;
}

/** comments **/
.quote .comments {
	float: left;
	clear: both;
	width: 520px;
}

.quote .comments label {
	width: 140px;
	float: left;
}

.quote .comments textarea {
	width: 360px;
	height: 50px;
	float: left;
}

/** Search boxes result **/
/***********************
	Search Results FORM
***********************/
#rfq {
	overflow: hidden;
	width: 560px;
	float: left;
}

#rfq fieldset fieldset {
	position: relative;
}


/**** Search Results  FIELDSET ****/
.rfq {
	margin: 10px;
	padding-bottom: 0px;
	border: none !important;
}

.rfq .quoteBox {
	background-color: #DDD;
	float: left;
	border-top: 2px solid #666aaa;
	padding: 10px 0 10px 0;
	width: 555px;
}

.rfq .required, .quote .normal {
	width: 270px;
	float: left;
	padding-right: 0px;
}

.rfq label {
	width: 140px;
}

.rfq input {
	width: 100px;
}

.rfq select {
	width: 100px;
	float: left;
}

/** comments **/
.rfq .comments {
	float: left;
	clear: both;
	width: 520px;
}

.rfq .comments label {
	width: 140px;
	float: left;
}

.rfq .comments textarea {
	width: 360px;
	height: 50px;
	float: left;
}


/** ADD AND REMOVE BUTTONS **/
.quote .addButtons {
	color: #333;
	clear: both;
	float: left;
	margin: 0px;
	width: 555px;
}

.addButtons div, .addButtons p {
	font-size: 12px;
	float: right;	
	padding: 6px 2px 0 0;
}

.addButtons div {
	cursor: pointer;
	padding: 4px 10px;
	margin: 2px 0 0 0;
}

.addButtons div.hover {
	color: #000;
	background-color: #DDD;
}

.addButtons div.remove {
	border-left: 1px solid #000;
}


.disabled, .disabled label {
	color: #999 !important;
	font-weight: normal !important;
	background: none !important;
}




/***********************
	RESULTS TABLE
***********************/
.resultsTitle {
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

.borderRight {
	border-right: 1px solid #999;
	padding-right: 15px !important;
}

.divider {
	width: 10px;
}

.formResults {
	text-align: center
}

.formResults thead td {
	background-color: #CCCCCC;
	color: #000;
	border-right: 1px solid #FFF;
}






