/* styles for cambridge viscosity forms */
/* added to site April 2008             */

/* -----------------------------------------------------------------------------
Basic Style Sheet (modern browsers)

version: 1.0
author:  Luann Ebert
email:   ltebert@comcast.net
date:    April, 2008


/* =colors
---------------------------------------------------------------------------
background cream        #f7f4eb
bright orange           #f60  #ff5300
dark red                #900
bright blue             #0066ce
light orange            #f8c473
bright red              #f22c07
teal		            #00B5ef

*/

/* =Layout and Positioning
---------------------------------------------------------------------------*/





/* =Typgraphy and links
---------------------------------------------------------------------------*/

h2.section_head  {
   font-weight: normal;
   font-size: 16px;
   line-height: 16px;
   font-style: normal;
   font-weight: normal;
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
   color: #666;
   padding: 0;
   margin: 21px 0 7px 0;
}


.req {
	color: #f60; 
}

.little_note {
	font-size: 10px; 
	padding:0;
	margin:0;
}

.error {
	color: #900;
	font-size: 85%;
	display: inline; 
}

input {
	padding-botom: 2px;
}


/* =Table and typography styling
---------------------------------------------------------------------------*/


table.service  {
	background-color: #f7f4eb;
	border: solid 1px #f8c473; 
	color: #333;
	}


table.service td.label  {
	width: 150px;
	}

table#service_contact td  {
	width: 150px;
	padding: 0 5px 0 5px;
	}

table#service_contact td.top {
	padding-top: 10px;
}







