@CHARSET "UTF-8";

#main_content {
	height: 155px;
	width: 100%;
	background-image: url(../images/background-red.gif);
	background-repeat: repeat-x; 
}

#bh_logo {
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 975px;
	height: 155px;	
	text-indent: -9000px;
	outline: none;
	background: transparent url(../images/head-logo.png) no-repeat;
}

#q_about_title {
	display: block;
	position: absolute;
	right: 20px;
	top: 51px;
	width: 95px;
	height: 34px;
	background: transparent url(../images/title-about.png) top left no-repeat;
	text-indent: -9000px;
	outline: none;
}

#contact_form input {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#contact_form input.submit_button {
	border: none;
	padding-right:0px;
}

#contact_form textarea {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

label {
	color:#2A2A2A;
	text-align: right;
	width: 100%;
}

required {
	color:#6C9D00;
	text-align: right;
	width: 100%;
}

#contact_form {
	border: 1px solid #DEDEDE;
}

.hide {
	display: none;
}

span.names a {
	font-size: 18px;
	padding-top:10px;
}

.graypipe {
color: #999999;
}

span.arrow_open {
	padding-right: 15px;
	background: transparent url('../images/arrow_open.gif') 100% 84% no-repeat;
}
span.arrow_closed {
	padding-right: 15px;
	background: transparent url('../images/arrow_closed.gif') 100% 84% no-repeat;
}

