/* Bowling Green Convention Visitors Bureau
   CSS Document (Contact) */

#contact_info
	{
	width: 300px;
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 50px;
	border: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}
	
#thankyou
	{
	width: 300px;
	border: 0px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
	}

#contact_form
	{
	width: 320px;
	float: right;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 15px;
	border: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}
	
#contest_form
	{
	margin-left: 20px;
	}
	
.welcome_type
	{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #2C4F68;
	margin-top: 20px;
	font-weight: bold;
	}

.contact_body
	{
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #333333;
	}
	
.disclaim_body
	{
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	color: #333333;
	}
	
.contest_body
	{
	width: 250px;
	margin: auto;
	margin-right: 50px;
	}
	
.form_body
	{
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	color: #000000;
	}
	
.form_body_small
	{
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	color: #666666;
	}

.contact_form_input
	{
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	color: #2C6853;
	border: 1px dashed #CCCCCC;
	background-color: #f6f6f6;
	}
	
.search_form_input
	{
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #000000;
	border: 1px dashed #CCCCCC;
	background-color: #f6f6f6;
	}
	
.contact_form_button
	{
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	border: 1px solid #666666;
	background-color: #f4f4f4;
	padding: 2px;
	}
