/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

#title-consultation-contact { background: url("../images/inside/title-consultation-contact.gif") left top no-repeat; width:331px; float:left; }

#footer-consultation-contact { background: url("../images/inside/footer-consultation-contact.gif") left bottom no-repeat; width:331px; float:left; }
	
#consultation-container { background: url("../images/inside/bg-contact-form.gif") left top repeat-y; width:331px; float:left; }
	 p.secure { padding:5px 40px 5px 40px; }
	 p.address { padding-left:40px; }
	 
	 p#client-title { font-size:13px; color:#09449E; padding:15px 5px 0 27px; }

form#contact-main br { line-height:0em; }


#contact-container form { width:240px; padding:20px 0 20px 30px; }

#contact-main input { 
	background-color:#FFF !important; 
	border:1px solid #09449E;
	color:#000;
	width:240px; 
	height:22px; 
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:4px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif; 
	font-size:11px;
	}
#contact-main select { 
	background-color:#FFF !important; 
	border:1px solid #09449E;
	color:#000;
	height:22px; 
	margin-bottom:5px; /* sets vertical spacing between fields */
	padding-top:0px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:"Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif; 
	font-size:11px;
	}
#contact-main textarea { 
	background-color:#FFF !important; 
	border:1px solid #09449E;
	color:#000;
	width:240px;
	height:70px;
	padding-left:4px; /* horizontally position text in input/textarea field */
	overflow:hidden;
	font-family:"Trebuchet MS", "Bitstream Vera Sans", Arial, Verdana, Helvetica, sans-serif; 
	font-size:11px;
	}
#contact-main label#contact-email { font-size:12px; color:#FFF; }
#contact-main input.checkbox { padding:0; margin:0; }

#contact-main input.submit-contact-main { 
	width:60px; 
	cursor:pointer; 
	padding:0; 
	}

/* Testing right column bg */
#right-column { background:url("../images/inside/bg-right-column.gif") left top no-repeat; width:331px; float:left; }
