@charset "utf-8";
/* CSS Document */

/* Location */
	#location_title_bg
	{
		background: #CCC;
		width: 400px;
		height: 20px;
	}
	.pad_3
	{
		padding-top: 3px;
		padding-left: 5px;
	}
	.left_pad_3
	{
		padding-left: 3px;
	}
	.location_container
	{
		width: 399px;
		height: 22px;
	}
	.location_title
	{
		width: 150px;
		height: 20px;
		margin-top: -1px;
		margin-left: -1px;
	}
	.location_sub_title
	{
		position: absolute;
		width: 249px;
		height: 20px;
		margin-left: 150px;
	}
	.border_black
	{
		border: 1px solid #626A68;
	}
	
/* Contact Us */
	#contact_us_container
	{
		width: 420px;
		min-height: 100px;
		height: auto !important;
		height: 100px;
	}
	#contact_us_title
	{
		width: 420px;
		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: 90px;
	}
	.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: 70px;
	}
	#contact_us_form_input_country
	{
		margin-left: 60px;
		width: 150px;
	}
	#contact_us_form_sub_container
	{
		margin-top: -32px;
		margin-left: 190px;
		width: 130px;
	}