html,body {
	margin: 0;
	padding: 5px;
	background:#776d4e url(images/background.jpg) repeat-x;
	text-align: center;
}

.form_box {
	text-align: left;
	width: 452px;
	background:#ffffff url(images/form_background.png) no-repeat;
	border: 1px;
	border-style: solid;
	border-color: #615749;
}


.form_title {
	font-family: Geneva, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #615749;
	text-transform: uppercase;
	letter-spacing: 2px;
}


.general {
	font-family: Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006633;
	text-transform: uppercase;
}

.form_text {
	font-family: Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #615749;
	background: #e0decb;
	width: 280px;
}

.form_text_small {
	font-family: Geneva, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #615749;
	background: #e0decb;
	width: 135px;
}

.form_textarea {
	font-family: Geneva, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #615749;
	background: #e0decb;
	width: 280px;
	height: 120px;
}

img {
	border: none;
}

