@charset "utf-8";
/* CSS Document */

#contactform{
	float:left;
	background-image:url(../images/contact_bg.png); background-repeat:no-repeat;
	width:303px;
	height:374px;
}

.fieldset1{
		
	width:190px;
	height:26px;
	background-color:#FFF;	
	border:1px #b9b9a7 solid;
}

.fieldset1:hover{
		
	width:190px;
	height:26px;
	background-color:#ecece8;	
	border:1px #b9b9a7 solid;
}

.fieldset_msg{
		
	width:266px;
	height:117px;
	background-color:#fff;
	border:1px #b9b9a7 solid;
}

.fieldset_msg:hover{
		
	width:266px;
	height:117px;
	background-color:#ecece8;
	border:1px #b9b9a7 solid;
}



.submit_btn1{
	height:32px;
	width:99px;
	background-color:#b9b9a7;
	cursor:pointer;
	text-decoration:none;
	border-style:none;
}

.submit_btn1:hover{
	height:32px;
	width:99px;
	background-color:#333;
	cursor:pointer;
	color:#FF9;
	text-decoration:none;
	border-style:none;
}


.submit_btn2{
	height:27px;
	width:99px;
	background-color:#b9b9a7;
	cursor:pointer;
	text-decoration:none;
	border-style:none;
}

.submit_btn2:hover{
	height:27px;
	width:99px;
	background-color:#333;
	cursor:pointer;
	color:#FF9;
	text-decoration:none;
	border-style:none;
}



.fieldname{
	padding-bottom:5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	font-weight:bold;
}

.contact_text{	
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#7a7f7c;
	line-height:20px;

}

.contact_add{	
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#7a7f7c;
	line-height:22px;

}

.fieldset_text{
	padding-left:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}