#sidebar {
	width:200px;
	float: left;
	text-align: center;
}

#contact {
	width: 200px;
	height: 365px;
	background-image: url(images/contact_bar.gif);
	background-repeat: no-repeat;
	float: left;
}

#contact_header {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}

#send {
	width: 115px;
	height: 40px;
	border: none 0px;
}

#click_here {
	width: 165px;
	height: 40px;
	border: none 0px;
}

.contact_right_text {
	color: #FCEE21;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	text-align: right;
	padding: 5px 10px;
}

.contact_input_text {
	color: #FFF;
	font-size: 10px;
	padding-left: 10px;
	display: block;
	text-align: left;
	width: 100%
}

.contact_inputs {
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
	width: 100%
}

