#contactdetails
{
	width: 200px;
	border-left-color: #E4DAD3;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E4DAD3;
}
#title
{
	font-weight: bold;
	color: #9c8469;
	background-color: f7f4f2;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E4DAD3;
	text-align: left;
	margin: 0px;
	text-indent: 8px;
}
#ul
{
	margin: 0px;
	list-style-position: outside;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-top: 5px;
	text-align: left;
	vertical-align: top;
	list-style-type: none;
}
#titleform
{
	font-weight: bold;
	color: #9c8469;
	background-color: f7f4f2;
	width: 298px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E4DAD3;
	text-align: left;
	margin: 0px;
	text-indent: 8px;
	
}
.formbutton {
	color: #ffffff;
	background-color: #c13e3e;
	height: 20px;
	border: thin none #c13e3e;
}
.blackbutton {
	color: #ffffff;
	background-color: #000000;
	height: 20px;
	border: thin none #000000;
}