.form_box {
	background-color: #DEDEDE;
	border-width: 0
}

.form_corner IMG {
	border-width: 0
}

.form_top_side {
	background: url('../images/form_top_side_bg.gif');
	background-position: top left;
	background-repeat: repeat-x
}

.form_left_side {
	background: url('../images/form_left_side_bg.gif');
	background-position: top left;
	background-repeat: repeat-y
}

.form_field_box {
	margin: 15px
}

.form_heading_cell {
	color: black;
	font-family: verdana,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	text-align: left
}

.form_field_cell {
	padding: 5px;
	text-align: left
}

.form_field {
	border: solid 1px #555;
	font-family: verdana,sans-serif;
	font-size: 13px
}

.form_right_side {
	background: url('../images/form_right_side_bg.gif');
	background-position: top right;
	background-repeat: repeat-y
}

.form_bottom_side {
	background: url('../images/form_bottom_side_bg.gif');
	background-position: bottom left;
	background-repeat: repeat-x
}