@charset "UTF-8";
/* CSS Document */

div#contact_text {
	float: left;
	
	width: 190px;
	max-width: 190px;
		
	margin-top: 4px;
	margin-left: 20px;
	
	overflow: auto;
	}

div#contact_form_frame {
	float: left;
	
	width: 470px;
	max-width: 470px;
		
	background-color: #DDD;
	border-style: solid;
	border-width: 2px;
	border-color: #8A8A8A;
	
	margin-top: 8px;
	margin-left: 28px;
	}
	
div#contact_form {	
	width: 440px;
	max-width: 440px;
	
	color: #666;
	
	background-color: #DDD;
	
	margin-top: 10px;
	margin-left: 10px;
	}
	
div#contact_form_title {
	text-align: center;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22pt;
	color: #8A8A8A;
	line-height: normal;
	
	width: 440px;
	height: 40px;
	}
	
div.input_frame {	
	text-align: right;
	}
	
.form_input_box {
	background-color: #FFF;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	
	border: solid;
	border-width: 1px;
	border-color: #8A8A8A;
	
	margin-top: -16px;
	margin-left: 7px;
	padding-left: 5px;
	
	overflow: auto;
	}

div#subject_frame {			
	margin-top: 10px;
	}
	
div#email_frame {	
	margin-top: 10px;
	}
	
div#message_frame {	
	margin-top: 13px;
	}
	
div#contact_notification	{
	margin-top: 10px;
	}
	
div#notification_tick	{
	float: left;
	
	margin-top: 17px;
	
	width: 82px;
	height: 84px;
	
	background-image:url(../Images/Site/Layout/Checkmark.png)
	}

div#notification_text	{
	float: left;
	
	margin-left: 10px;
	
	width: 330px;
	}