/* CSS Document */

body {
	background-color: #DCD4BA;
	background-image: url(../images/common/bg_interior.gif);
	background-repeat: repeat-x;
	
}

#image {
	text-align: center;
	background-image: url(../images/common/bg_image.gif);
	height: 154px;
	}
	
.form_row {
	clear: both;
	padding-bottom: 15px;
	}

.form_text {
	width: 135px;
	}
	
.form_input {
	padding-bottom: 15px;
	width: 260px;
	}

.form_row select {
	}