/* --------------- contact form -------------------- */
#content-wrapper {
	padding-top: 25px;
	padding-bottom: 25px;
}
#content {
float:left;
width:349px;
}
#content h1 {
		font-size: 20px;
		color: #FFF;
}
#content h2 {
		font-size: 16px;
		color: #FFF;
}
#content dt {
		font-weight: bold;
}
#content dd {
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ABA995;
}
#content ul {
		margin-bottom: 15px;
}

#content .plan li, #content .thumbnail-list {
		padding: 0;
		background: none;
		border: 0px;
		line-height: 16px;
}
#contact-form fieldset {
	margin-bottom: 20px;
}
#contact-form fieldset.mini {
	width: 350px;
	margin-right: 30px;
	float: left;
	display: inline;
}
#contact-form fieldset.large {
	padding: 15px;
}
#contact-form legend {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}
#contact-form input, #contact-form textarea, #contact-form select {
	font-weight: normal;
}

.input {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #5F5B3E;
	color: #ccc;
	font-size: 14px;
	padding: 3px;
	background: #555555;
}
#contact-form fieldset input:focus {
	border-bottom: 1px solid #000;
	background: #2c7200;
}
#contact-form fieldset textarea {
	line-height: 24px;
	width: 100%;
}
#contact-form p {
	font-weight: bold;
	color: #888888;

}
span.required {
	font-size: 11px;
	color: #99957B;
	font-weight: normal;
}
#contact-form label {
	font-size: 11px;
	color: #FFF;
}
#contact-form select {
	color: #000;
}
#contact-form .submit {
	background: #5F5B3E;
	color: #FFF;
	border: 1px solid #9B9881;
}
#contact-form #Button1 {
	background: #5F5B3E;
	color: #FFF;
	border: 1px solid #9B9881;
}
#contact-form table {
	width: 70%;
	border:0 none;
}
#contact-form th {
	width: 300px;
	vertical-align: top;
}
#contact-form td {
	vertical-align: top;
}
#contact-form th, #contact-form td {
	border-bottom: 1px solid #B0AC94;
}
