#messagebox {
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(/uploads/images/textbk.jpg);
	background-repeat: repeat-y;
	margin-bottom: 20px;

}
#messagebox #bk{
	background-image: url(/uploads/images/sendmeamessage_header.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 100%;

}
#messagebox #bk_pt{
	background-image: url(/uploads/images/sendmeamessage_header_pt.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 100%;

}
#messagebox #bk_fr{
	background-image: url(/uploads/images/sendmeamessage_header_fr.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 100%;

}
#messagebox ul{
	float: left;
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
/**************************************************************
   Form Elements
 **************************************************************/
h3 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	letter-spacing: -0.035em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #524020;
	color: #524020;
	font-size: 20px;
	padding-left: 10px;
	padding-top: 10px;
}
form {
	padding: 0;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
	float: left;
	width: 20%;
	vertical-align: top;
	font-size: 12px;
	margin-left: 20px;
	color: #6F4F02;
}

input,
textarea,
select {
	padding: 1px;
	color: #524020;
	border: 1px solid #574217;
	font-size: 12px;
	background-color: #D6D3A8;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
	color: #524020;
	background-color: #CDC77B;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
	padding: 2px 5px;
	cursor: pointer;
	color: #524020;
	border: 1px solid #574217;
	font-size: 12px;
	background-color: #DDD8B2;
}
.width75 {
	width: 320px;
}
.forminfo {
	font-size: 9px;
	padding-left: 120px;
	color: #6F4F02;
}
.formbuttons {
	font-size: 9px;
	padding-left: 120px;
}

