/* class for rounded corners */
.allrnd {padding:10px;text-align:center;font-family:Verdana,Trebuchet MS,Times New Roman,Arial,Helvetica,serif,sans-serif;background-color:#A2CCA2;
    border-top:0px solid #101010;border-right:0px solid #101010;border-bottom:0px solid #101010;border-left:0px solid #101010;}
.hbox {position:relative;width:600px;height:50px;text-align:center;background-color:transparent;margin-left:auto;margin-right:auto;}
/* class for rounded top/bottom corners */	
.toprnd {margin:0px;color:#101010;width:100%;padding:0px;text-align:center;background-color:#A2CCA2;}
.botrnd {margin:0px;color:#101010;width:100%;padding:0px;text-align:center;background-color:#A2CCA2;}
/* class for tooltips */
.hovertip {position:relative;display:none;text-align:center;font-family:Verdana,Trebuchet MS,Times New Roman,Arial,Helvetica,serif,sans-serif;
    background-color:#A2CCA2;color:#101010;border:solid #101010;padding:2px 10px;border-width:2px 3px;z-index:100;}