/* CSS Used on Voltage Divider Page only */


#r1lblpos { /* r1 label position */
	
 position:absolute;
 left:10px;
 top:70px;
 z-index: 1;
}

#r1fpos { /* r1 field position */
	
 position:absolute;
 left:50px;
 top:70px;
  z-index: 1;
}

#r1bpos { /* r1 button position */
	
 position:absolute;
 left:150px;
 top:70px;
 z-index: 1;
}

#r1lblpos { /* r1 label position */
	
 position:absolute;
 left:10px;
 top:70px;
 z-index: 1;
}

#r2fpos { /* r2 field position */
	
 position:absolute;
 left:50px;
 top:100px;
 z-index: 1;
}

#r2bpos { /* r2 button position */
	
 position:absolute;
 left:150px;
 top:100px;
 z-index: 1;
}

#r2lblpos { /* r2 label position */
	
 position:absolute;
 left:10px;
 top:100px;
 z-index: 1;
}

#vinlblpos { /* Vin label position */
	
 position:absolute;
 left:10px;
 top:130px;
 z-index: 1;
}

#vinfpos { /* Vin field position */
	
 position:absolute;
 left:50px;
 top:130px;
 z-index: 1;
}

#vinbpos { /* Vin button position */
	
 position:absolute;
 left:150px;
 top:130px;
 z-index: 1;
}

#voutlblpos { /* Vout label position */
	
 position:absolute;
 left:10px;
 top:160px;
 z-index: 1;
}

#voutfpos { /* Vout field position */
	
 position:absolute;
 left:50px;
 top:160px;
 z-index: 1;
}

#voutbpos { /* Vout button position */
	
 position:absolute;
 left:150px;
 top:160px;
 z-index: 1;
}

#imagepos { /* image position */
	
 position:absolute;
 left:50px;
 top:0px;
}

#r1pwr { /* power position */
position:absolute;
 left:240px;
 top:16px;
 font-family: System; /*this gives you nice arrows */
 font-style: normal;
 
}

#r2pwr { /* power position */
position:absolute;
 left:295px;
 top:95px;
 
 font-family: System; /*this gives you nice arrows */
 font-style: normal;
}

#zo { /* output impedance position */
 position:absolute;
 left:370px;
 top:49px;
 
 font-family: System; /*this gives you nice arrows */
 font-style: normal;
}

#dblbl { /* dB position */
position:absolute;
 left:320px;
 top:5px;
 font-family: System; /*this gives you nice arrows */
 font-style: normal; 
}

.frm_btn1 {
    font-family: System; /*this gives you nice arrows */
    font-style: normal;
    font-size: small;
    font-weight: bold;
    color: #0000FF;
    width:85px;
    /*background-color: #D1D1D1;
    border: 1px solid #83AAD3; */
} 


#olworkdiv {    /* main container for ohms law working area, slightly modifed for IE in IE3d file */
 position:absolute;
 left:150px;
 top:380px;
 border:1px outset #8B8378;
 width:475px;
 height:220px;
}