/* CSS Used on Index Page only */


#news1div {    /* main container for news1 area */
 position:absolute;
 left:150px;
 top:145px;
 /* border:1px outset #8B8378; */
 width:552px;
 height:28px;
 z-index:1;
}

#news2div {    /* main container for news2 area */
 position:absolute;
 left:150px;
 top:341px;
 /* border:1px outset #8B8378; */
 width:552px;
 height:28px;
 z-index:1;
}

#searchdiv {    /* main container for search box */
 position:absolute;
 left:0px;
 top:30px;
 /*border:1px outset #8B8378;*/
 width:475px;
 padding:10px;
 margin:0px;
}

#resistorfrm {    /* main container for resistor standard value form */
 font-family:Arial, sans-serif;
 position:absolute;
 left:10px;
 top:80px;
 border:1px outset #8B8378;
 width:150px;
 padding:2px;
 text-align: center; 
 color:blue;
 border-color:blue;
 border-width:1px;
}

.textboxclassleft{ 
 font-family:"Courier New","Courier";
 font-size:13px;
 color: blue;  
 text-align: left; 
} 

.littlebtn1pct {
	  font-family:"times","serif";
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    color: #006231;
    width:34px;       
} 

.littlebtn5pct {
	  font-family:"times","serif";
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    color: blue;
    width:34px;       
} 

.frm_btn1 {
    width:220px;       
} 