body { 
	
	  background: #fff; 
	  font-family: verdana, helvetica, arial, geneva, sans-serif;
	  font-size: 10px;	
	  }


.frmElem { 

	  font-family: verdana, helvetica, arial, geneva, sans-serif;
	  font-size: 11px;	
	  color: #ffffff; 
	  background:#666666;
	  border:1px inset #000000;
 			
}

.frmElemSHRT { 

	  font-family: verdana, helvetica, arial, geneva, sans-serif;
	  font-size: 11px;	
	  color: #ffffff; 
	  background:#666666;
	  border:1px inset #333333;
	  max-width: 300px;
	  margin-top:10px;
	  	 			
}

.frmElemSel { 

	  font-family: verdana, helvetica, arial, geneva, sans-serif;
	  font-size: 11px;	
	  color: #ffffff; 
	  background:#333333;
	  border:1px outset #333333;
 			
}


#sideimgright {
	visibility: visible;
	width: 30px;
	height: 37px;
	background-image: url(images/vwr_rtarrow_body.gif);
} 

#sideimgleft {
	visibility: visible;
	width: 30px;
	height: 37px;
	background-image: url(images/vwr_ltarrow_body.gif);
} 


.vwrHd {
	height:10px; 
	position: fixed; 
	top:0px; 
	left: 0px; 
	width:100%; 
	background: #666;
	_position: absolute;	
}

.vwrBg { 
	text-align: center; 
	background-position: 70px 0px; 
	background-attachement: fixed; 
	top:70px; 
	left:0px; 
	width:100%; 
	height: 100%;  
	padding: 50px; 
	overflow: hidden; 
	background: #C0C0C0; 
	background-repeat:repeat-x; 
	position: fixed;
	_position: absolute; 
}

.vwrDisp {
	text-align: center; 
	position: absolute; 
	padding-top: 10px;
	top:72px; 
	left: 0px; 
	width: 100%; 
	border: 1px red;
	
	}

.vwrNavBg {
	height: 70px; 
	position: fixed; 
	top: 0px; 
	left: 0px; 
	background: #ffffff; 
	color:black; 
	width:100%; 
	border-bottom: 1px outset;
	border-top: 1px outset;
	_position: absolute;	
}

.vwrNav {
	height: 35px;
	top: 15px; 
	left: 0px; 
	width: 100%;
	color: black;
	float: right;
	position: fixed;
	_position: absolute; 
	
}

.vwrNavlwr {
	height: 50px; 
	padding-top: 0px;
	padding-bottom: 10px;
	bottom: 15px;
	border-top: 1px outset black;	 
	left: 0px; 
	background: #ffffff; 
	color: black; 
	width: 100%; 
	position: fixed;
	_position: absolute;
	_height: 30px;
	_padding-bottom: 0px; 
	visibility: hidden;
}

.vwrfoot a {
	color: #fff;
	text-decoration: none;
	visibility: hidden;
}

.vwrfoot a:hover {
	text-decoration: underline;
	visibility: hidden;
	
}

.vwrfoot {
	height: 20px; 
	bottom:0px; 
	left: 0px;
	text-align: left;
	color: white;
	width:100%; 
	background: #666;
	padding-top: 5px;
	padding-left:5px;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	_position: absolute;
	visibility: hidden;
}

.instructions {

	background: #ffffff;
	color: #000000;
	border: 0px dotted #000000;
	width:280px;
	height:380px;
	margin: 2px;
	padding: 15px;
	opacity: 0.5;
	font-size: 10px;
}


.instructions span {
	border: 0px red solid; width: 150px; position:relative; float: left; height: 30px;
}

.instructions span.icon {
	border: 0px black solid; width: 100px; position:relative; float: left; height: 30px; text-align: center;
}


