/*Margin: Up,Right,down,Left*/
html {
	height: 100%;
}

#overlay {
	background-color:#000000;
	height:500px;
	left:0pt;
	opacity:0.5;
	position:absolute;
	top:0pt;
	width:100%;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	z-index:90;
}

#Popup_window {
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 100;
}

#Popup_window a, a:visited{
text-decoration:underline;
color: #847D69;
}


#Popup_window_content {
	position: absolute;
	background-color: #fff;
	z-index: 102;
}

#content .block{
clear:both;
margin: 5px 20px 0 0px;
width: 590px;
}

#content a, a:visited{
text-decoration:underline;
color: #847D69;
}

.user_select_line {
clear:both;
margin: 0px 0 0 0px;
height:40px;	
width: 100%;
}

.selection_bar{
  float: left;
  margin: 0 auto;
  margin-left: 0px;  
  position: relative;
  text-align: left;
}

#Quantity{
float: left;
width: 200px;
}

#Subtotal{
float: left;
margin: 0 0 0 38px;
width: 200px;
}


#Add_button{
height:40px;
float: right;
cursor:pointer;
}

#Print_button{
height:15px;
float: right;
cursor:pointer;
font-size:10px;
text-decoration: underline;
}




#Result_form{
border: 1px solid #F8E2CB; 
width: 100%;
}

#Result_form .Form_title{
height:20px;
margin: 0px 0px 0px 0px;
padding: 3px 0px 3px 0px;
background: #F8E2CB;
width: 100%;
}

#Result_form .Form_item{
height:20px;
margin: 5px 0 0px 0px;
padding: 3px 0px 3px 0px;
width:100%;
overflow:hidden;
}









