/****************** 
    CONTACT PAGE
******************/
.body {
	background: #9C570B;
}
#body_pane_top {
	background: url('../img/body_pane_top_min.png') no-repeat;
}
#body_pane {
	padding: 7px 0 0 0;
	background: url('../img/body_pane_min.png') repeat-y;
}

table.fancy .prompt {
	width: 20%;
}

#row_top {
	padding: 0 12px 10px 12px;
}
#row_bottom {
	background: #9C980B;
}
#row_bottom_top {
	height: 10px;
	background: url('../img/body_pane_top.png') no-repeat;
}
#row_bottom form {
	padding: 0 12px 15px 12px;
	background: url('../img/body_pane.png') repeat-y;
}
#row_bottom form p {
margin-bottom: 1em;
}