/* CSS Used on Ohms Law Page only */


#vlblpos { /* v label position */
	
 position:absolute;
 left:280px;
 top:5px;
 z-index: 1;
}
#vfpos { /* v field position */
	
 position:absolute;
 left:300px;
 top:5px;
 z-index: 1;
}
#vbpos { /* v button position */
	
 position:absolute;
 left:380px;
 top:5px;
 z-index: 1;
}

#ilblpos { /* I label position */	
 position:absolute;
 left:280px;
 top:30px;
 z-index: 1;
}
#ifpos { /* I field position */	
 position:absolute;
 left:300px;
 top:30px;
 z-index: 1;
}
#ibpos { /* I button position */	
 position:absolute;
 left:380px;
 top:30px;
 z-index: 1;
}

#rlblpos { /* r label position */	
 position:absolute;
 left:280px;
 top:55px;
 z-index: 1;
}
#rfpos { /* r field position */
 position:absolute;
 left:300px;
 top:55px;
 z-index: 1;
}
#rbpos { /* r button position */	
 position:absolute;
 left:380px;
 top:55px;
 z-index: 1;
}

#vflblpos { /* Vf label position */	
 position:absolute;
 left:275px;
 top:80px;
 z-index: 1;
}
#vffpos { /* Vf field position */
 position:absolute;
 left:300px;
 top:80px;
 z-index: 1;
}

#imagepos { /* image position */
	
 position:absolute;
 left:0px;
 top:30px;
}

#rpwr { /* r power position */
position:absolute;
 left:87px;
 top:75px;
 font-family: System; /*this gives you nice arrows */
 font-style: normal; 
}

#rlbl { /* resistance position */
position:absolute;
 left:104px;
 top:94px;
 font-family: System; /*this gives you nice arrows */
 font-style: normal; 
}

#vlbl { /* voltage position */
position:absolute;
 left:34px; 
 top:44px;
 font-family: System; /*this gives you nice arrows */
 font-style: normal; 
}

#ilbl { /* current position */
position:absolute;
 left:102px;
 top:154px;
 font-family: System; /*this gives you nice arrows */
 font-style: normal; 
}

#vflbl { /* Vf position */
 position:absolute;
 left:200px;
 top:148px;
 font-family: System; /*this gives you nice arrows */
 font-style: normal; 
}

#dpwr { /* d power position */
 position:absolute;
 left:203px;
 top:75px;
 font-family: System; /*this gives you nice arrows */
 font-style: normal; 
}

