@charset "utf-8";
/* CSS Document */

/* Contact Us */
	#contact_us_container
	{
		padding-left: 10px;
		padding-right: 10px;
		width: 480px;
		min-height: 100px;
		height: auto !important;
		height: 100px;
	}
	#contact_us_title
	{
		width: 480px;
		min-height: 20px;
		height: auto !important;
		height: 20px;
	}
	#contact_us_address
	{
		margin-left: 30px;
		width: 230px;
		min-height: 100px;
		height: auto !important;
		height: 100px;
	}
	#contact_us_phone_email_container
	{
		margin-top: -100px;
		margin-left: 240px;
		width: 230px;
		min-height: 100px;
		height: auto !important;
		height: 100px;
	}
	.contact_us_form_container
	{
		width: 480px;
		min-height: 500px;
		height: auto !important;
		height: 500px;
	}
	.contact_us_form_label
	{
		float: left;
		width: 110px;
	}
	.contact_us_form_label_container
	{
		position: absolute;
		width: 110px;
	}
	.contact_us_form_input
	{
		padding-left: 93px;
		width: 370px;
	}
	#contact_us_form_label_country
	{
		float: left;
		width: 80px;
	}
	#contact_us_form_input_country
	{
		margin-left: 60px;
		width: 150px;
	}
	#contact_us_form_sub_container
	{
		margin-top: -32px;
		margin-left: 250px;
		width: 230px;
	}