/*

	// -------------------------------------------------------------- //
	// contact.css

*/

/* google maps */

/* tiny contact form */
#tcform {
	float: left;
	margin: 0 30px 10px 10px;
	overflow: auto;
}
	#tcform label {
		clear: both;
		float: left;
		display: block;
		width: 100px;
		margin: 0 0 10px 0;
	}
	#tcform label[for="tcf_captcha"] {
		width: 175px;
	}
	#tcf_name {}
	#tcf_sendit {}
	.tcf_input {}
	#tcf_sender,
	#tcf_email,
	#tcf_subject,
	#tcf_captcha {
		float: left;
		width: 200px;
	}
	#tcf_sender {}
	#tcf_email {}
	#tcf_subject {}
	#tcf_captcha {width: 125px;}
	#tcf_msg,
	#contactsubmit {
		clear: both;
		float: left;
		margin-bottom: 10px;
	}
	#tcf_msg {
		width: 301px;
	}
