

#form { 
	width:600px;
	margin: 10px 0 20px 60px; 
	padding: 10px 0 10px 0;
	}

.formcontent { font-size:12px; line-height:170%; }

.formfield {	
	font: 11px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #000;
	border: none;
	border: 1px solid #c0b8b2;
	border-bottom: 1px solid #333;
	background: #fffbed;
	}
	
.listfield {	
	font: 11px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	border: none;
	border-bottom: 1px solid #333;
	padding:2px;
	}
	
input {
	background: url(images/bg_textfield.jpg) top left no-repeat; 
	border: 1px solid #666;
	}

.checkbox {
	background: none; 
	border: none;
	}


select, input { font: 11px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica; }

	
.submit {
	font: 12px "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	background:#fff6d8;
	color:#000;
	font-weight: bold;
	margin:4px 0 0 3px;
	}
	
div.row {
  	clear: both;
  	padding-top: 2px;
	}

div.row span.label {
  	float: left;
  	width: 115px;
  	color:#797442;
  	font-weight:bold;
  	text-align: left;
  	}
  	
div.row span.formw {
 	float: left;
  	width: 500px;
  	text-align: left;
  	} 

div.row span.col1 {
  	float: left;
  	width: 300px;
  	text-align: left;
  	}
 
div.row span.col2 {
   	float: left;
   	width: 250px;
   	text-align: left;
  	}
  	
.formtable {
	height:430px;
	}

#address {
	width:730px;
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:20px;
	}
	
	
a.contacted {
	color:#000;
	}
