/*-------------------------
Author: Andrew Sherman
Company: Visual Blaze
Descr: alt form styling
- forms for non js clients
-------------------------*/

/*---------------
Alt contact form
---------------*/

form#qCFormalt {
	
	}
	form#qCFormalt fieldset {
		display: inline;
		border: none;
		float: left;
		}
		form#qCFormalt fieldset label {
			display: block;
			font-weight: bold;
		}
		form#qCFormalt fieldset input, form#qCFormalt fieldset textarea {
			margin-right: 15px;
			border: 1px solid #D6D6D6;
			background: #E8E8E8;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		/*no email field yet so dont include
		form#qCFormalt fieldset input#altgNCompany, form#qCFormalt fieldset input#altgNEmail {
			width: 315px;
		}
		*/
		form#qCFormalt fieldset textarea {
			width: 500px;
			height: 75px;
	}
	form#qCFormalt fieldset#altMessage {
		clear: left;
}


/*------
errorMsg
------*/

p.altErrorMsg {
	min-height: 20px;/*25-5*/
	margin-top: 15px;
	padding: 5px 0px 0px 30px;
	font-weight: bold;
	color: #ff0000;
	background: url(../images/exclaim.png) no-repeat top left;
}

.formWarning {
	font-size: 0.9em;
	margin-left: 15px;
	color: #ff0000;
}

/*-------
honeypots
--------*/

#althP {
	display: none;
}
