body{
  background-color:#eeeeee;
}

.contact_p{
  color:#999999;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:1.5em;
	line-height:120%;
	float:left;
	width:50%;	
	text-align:justify;
	margin:10px 0px 10px 80px;
}

#form_frame{
  background-color:#eeeeee;	
	float:left;
	width:50%;
	margin:10px 0px 10px 80px;
	border:none;
}

#form_frame span{
	margin-right:15px;
}	

#form_frame table{
  text-align:left;
}

#message_form{  
	color:#999999;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:1.5em;
	border:none;
}

#message_form span{
  margin-right:15px;
}	

#phone_gif{
	display:block;
	float:left;
	margin-right:20px;
}


