/***************************************************

	BROOKLYNITE HOCKEY - CONTACT 	
	author: Mike Van Tassell	
	company: Brooklynite Hockey Corp. (www.brooklynitehockey.com)	
	
****************************************************/

.left_content {
	width: 380px;
	border-right: 1px #999 dashed;
	display: block;
	float: left;
	margin: 20px 60px 0 30px;
	padding-right: 40px;
}
.left_content a {
	color: #A9994C;
}

.left_content a:hover {
	color: #222222;
}
.left_content h2 {
	font-size: 18px;
	font-weight:bold;
	line-height: 24px;
	margin: 0 0 12px 0;
	color: #999;
}
.left_content p {
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 18px 0;
	color: #666;
}
.right_content {
	width: 450px;
	display: block;
	float: left;
	margin: 20px 0 30px 0;
}
.right_content p {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
	color: #666;
}
.right_content form {
	margin: 0;
	width: 400px;
	float: left;
}
.right_content .element * {
	font-family: Verdana, Geneva, sans-serif;
}
.right_content .element .text {
	width: 200px;
	background:#f9f9f9;
	color:#333;
	border: 1px #666 dashed;
	font-size: 13px;
	padding:6px 0 6px 6px;
}
.right_content .element .comment_field {
	width: 320px;
	height: 50px;
	background:#f9f9f9;
	color:#333;
	border: 1px #666 dashed;
	font-size: 13px;
	padding:6px 0 6px 6px;
}
.right_content a:hover {
	border-bottom: 1px #cc9100 dotted;
}
.right_content .element label {
	font-size: 12px;
	color: #999999;
	display: block;
	text-align: right;
	margin: 0 120px 20px 0;
}
.right_content .element .comment {
	margin: 0 0 8px 0;
}
.right_content .element span {
	font-size: 10px;
	color: #A9994C;
	vertical-align: top;
}
.right_content .element .submit {
	border: none;
	width: 122px;
	height: 37px;
	font-size: 0px;
	cursor: pointer;
	margin: 5px 0 5px 70px;
	background: url(../images/buttons/btn_submit.gif) no-repeat 0 0;
}

.right_content .element .submit:hover {
	background-position: 0 -40px;
}

.right_content .element .clearform {
	border: none;
	width: 122px;
	height: 37px;
	font-size: 0px;
	cursor: pointer;
	margin: 5px 0 5px 5px;
	background: url(../images/buttons/btn_clear.gif) no-repeat 0 0;
}

.right_content .element .clearform:hover {
	background-position: 0 -40px;
}
.right_content .element .hightlight {
	background: #f9f9f9 url(../images/contact/bg_required_field.gif) no-repeat 50px 0;
}

.right_content .done {
	background:url(../images/contact/check.png) no-repeat 0 0; 
	padding-left:50px;
	line-height: 48px;
	font-size:14px; 
	width:70%; 
	margin:20px auto;
	display: none;
}
.right_content .clear {
	clear:both
}

