/* page styles */

/*label { */
/*    font-size:1.5em; */
/*    text-align:left; */
/*    margin-top:.8em; */
/*    margin-bottom: .3em; */
/*    border-bottom: 0; */
/*    display: block; */
/*    float: left; */
/*    background: url(../img/icon-info.png) right 3px no-repeat; */
/*    padding-right:20px; */
/*}*/

/*tooltip styles*/
.tooltip { 
    position:absolute;0
    background:#252122 url(../img/bg-tooltip.gif) top repeat-x;
    padding:12px 18px; 
    font-size:1.2em; 
    line-height:1.4; border:2px solid #fff; 
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
    border-radius:8px; 
    -o-box-shadow:0 0 8px #aaa; 
    -moz-box-shadow:0 0 8px #aaa; 
    -webkit-box-shadow:0 0 8px #aaa; 
    box-shadow:0 0 8px #aaa; 
    width:250px; 
    color:#fff;  
    z-index: 1998
}
.tooltip-hidden { display: none; }
.tooltip h2 { font-size:1.3em; margin:0; }
.tooltip p { font-size:1em; font-weight:bold; margin:.5em 0; }
.tooltip img { float:right; margin:20px 0 10px 10px; }
.tooltip a { color: #eee; }
.tooltip ul { padding: 0;}
.tooltip li { margin-bottom: .6em; margin-left: 15px;}
