@charset "utf-8";
select:hover {
	background-color: #FEFFD2;	
}
select:focus {
	background-color: #FEFFD2;
	border: 4px solid #FC0;
}
/* CSS Document */

.form_input {
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	border: 1px solid #CCC;
}
.form_input:hover {
	background-color: #FEFFD2;	
}
.form_input:focus {
	background-color: #FEFFD2;
	border: 4px solid #FC0;
}

.vol_container {
	height: 340px;
	width: 850px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
}
.submit_BTN {
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 370px;
	background-color: #CCC;
	outline: none;
	height: 34px;
	width: 120px;
}
.submit_BTN:hover {
	background-color: #FF0;
}
.submit_BTN:active {
	background-color: #F0F;
}
.vol_line_container {
	height: 60px;
	width: 850px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.vol_input_descrip {
	background-color: #666;
	float: left;
	height: 20px;
	width: 850px;
}
.vol_input_descrip_half {
	background-color: #666;
	float: left;
	height: 20px;
	width: 425px;
}
.vol_input_desrip_text {
	color: #FFF;
	margin-left: 12px;
}

.vol_input {
	float: left;
	height: 40px;
	width: 850px;
	background-color: #D5FFFF;
}
.vol_input_half {
	float: left;
	height: 40px;
	width: 425px;
	background-color: #D5FFFF;
}

.vol_input_submit {
	float: left;
	height: 40px;
	width: 850px;
	background-color: #999;
}

