/* Start of CMSMS style sheet 'MiniContact' */
form {
	width:175px;
	margin:10px 0 15px 15px; /* set margin left and right below */
	}

form fieldset {border:none; }

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #B4790C;
	color:#000000;
	width:170px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:175px; height:auto; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 

input.submit { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0;
        color:#000000; 
	}
input#fbsubmit1 {
       width:80px;
       height:30px;
       cursor:pointer;
       }
form#contact-quick {
       color:#ffffff;
       }
input#
/* End of 'MiniContact' */

