/* this is the style sheet for the ajaxContact Form */.contactleft {	width: 5%;	text-align: right;	clear: both;	float: left;	display: inline;	padding: 4px;	margin: 3px 0;}.contactright {	width: 85%;	text-align: left;	float: right;	display: inline;	padding: 0px;	margin: 3px 0;}#cForm input {color:#CCC;border:1px solid #666666;background-color:#222222;margin-bottom:3px;font-family:"lucida grande", arial;font-size: 11px;width: 97%;padding:5px;}#cForm textarea {margin-bottom:3px;font-size: 11px;font-family:"lucida grande", arial;width: 97%;color:#CCC;border:1px solid #666666;background-color:#222222;padding:5px;}#cForm #sendContactEmail {border: 1px solid #00CC00;background-color:#00CC00;color:#FFFFFF;margin:10px 0px 10px 0px;font-size: 11px;width:100px;cursor:pointer;height:25px;}#contactform{margin-top:30px;}