#contact
{
	color: #999;
}
#contact #picturetitle
{
	padding: 		40px 0;
}

#contact #text
{
	color: 			#848484;
	font-style: 	italic;
	padding: 		0 150px 20px 0;
}
#contact #contact_left
{
	padding-top: 	100px;
}



#company1,
#company2
{
	padding: 		20px;
	padding-left: 	40px;
}

#company1
{
	background-color: 		#181818;
	background-image: 		url(../images/contact/fr.jpg);
	background-position: 	15px 22px;
	background-repeat: 		no-repeat;
}
#company2
{
	background-color: 		#0D0D0D;
	background-image: 		url(../images/contact/ch.jpg);
	background-position: 	15px 22px;
	background-repeat: 		no-repeat;
}

#company1 .title,
#company2 .title
{
	color: 		#FF9B2D;
	font-size : 10pt;
}

#company1 .address,
#company2 .address
{
	color: 		#808080;
}

#company1 .phone,
#company2 .phone
{
	color: 		#F0F0F0;
}




#openhour
{
	padding: 		20px 0;
}
#openhour .title
{
	color: 			#646464;
	padding: 		1px;
}
#openhour .description
{
	color: 			#E8E8E8;
	padding: 		1px;
}



.form_field_left
{
	width: 80px;
}
.form_field_right
{
	width: 350px;
}
textarea
{
	font-family: 	Arial;
	font-size: 		9pt;
}
.submit
{
	margin-top: 	20px;
	margin-right: 	100px;
}