#contactInfo {
	width: 260px;
	position: relative;
	top: 30px;
	left: 160px;
/*	margin: 30px 0px 0px 160px; */
	background-image: url(../images/contact-icon.jpg);
	background-repeat: no-repeat;
	color: #000000;
	text-align: right;
	float: left;
}

#contactBox {
	width: 310px;
	float: right;
	margin: 20px 0px 0px 0px;
}

#contactFormArea {
	width: 310px;
	position: relative;
	margin: auto;
/*	margin-top: 20px; */
}

.BBEinputContainer {
	width: 100%;
	overflow: auto;
	margin-top: 3px;
}

.BBEinputLabel {
	float:left;
	font-size: 14px;
	line-height: 34px;
	color: #a6a4a3;
	opacity: 0.99;
	text-shadow: 0 0 0 #333232;
}

.BBEinputField {
	float: right;
	width: 240px;
	height: 30px;
	max-height: 30px;
	border: 0px solid black;
	color: #006b6e;
	background-color: #c0dff2 !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	opacity: 0.99;
	text-shadow: 0 0 0 #333232;
	vertical-align: middle;
}

input:hover {
	background-color: #b1cfe1 !important;
}

input:focus {
	background-color: #b1cfe1 !important;
}

.BBEtextareaContainer {
	width: 100%;
}

.BBEtextareaField {
	position: relative;
	top: -1px;
	left: -1px;
	float: right;
	width: 240px;
	max-width: 240px;
	border-style: solid;
	border-width: 0px;
	border-color: black;
	color: #006b6e;
	background-color: #c0dff2 !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	opacity: 0.99;
	text-shadow: 0 0 0 #333232;
}

textarea:hover {
	background-color: #b1cfe1 !important;
}

textarea:focus {
	background-color: #b1cfe1 !important;
}

.BBEsubmitContainer {
	width: 100%;
	overflow: auto;
}

#BBEcontactMessage {
	float: left;
	color: #48b34d;
	margin-top: 15px;
}

.BBEsubmitButton {
	float: right;
	border: 0 solid black;
	color: #006b6e;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	opacity: 0.99;
	text-shadow: 0 0 0 #333232;
	height:20px;
	width:50px;
	margin-top: 10px;
}

