/*-------------------------
Author: Andrew Sherman
Company: Visual Blaze
Descr: alt form styling
- forms for non js clients
-------------------------*/

/*---------------
Alt contact form
---------------*/

form#altForm {
	
	}
	form#altForm fieldset {
		display: inline;
		border: none;
		float: left;
		}
		form#altForm fieldset label {
			display: block;
			font-weight: bold;
		}
		form#altForm fieldset input, form#altForm 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#altForm fieldset input#altgNCompany, form#altForm fieldset input#altgNEmail {
			width: 315px;
		}
		*/
		form#altForm fieldset textarea {
			width: 200px;
			height: 75px;
	}
	form#altForm fieldset#altMessage {
		clear: left;
}


/*------
errorMsg
------*/

p.altErrorMsg {
	min-height: 20px;/*25-5*/
	margin-top: 15px;
	padding: 5px 0px 20px 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
--------*/

#althPN {
	display: none;
}
