
/* stay connected */
#stay_connected_container { position: relative; float: left; width:950px; height: 576px; font-size: 12px; text-align: center; padding-top: 10px; }
/* #stay_connected_container { position: absolute; top: 0px; left: 25px;  width:950px; height: 576px; font-size: 12px; text-align: center; padding-top: 10px; }*/
.link_entry{ font-size: 14px; text-align: center; padding-top: 10px; }
.link_entry a {font-weight: bold;}


.selected, .selected a, .selected a:hover { color: #000000; }
.tooltip { 

 background-color:#fff; background:#fff; color:#828282; font-size:1.2em; border: 1px solid #474747; padding: 0;margin: 0;

 }
.tooltip_title { background: #fff; border-bottom: 1px solid #474747; margin: 3px;}
.tooltip_content { background: #fff; margin: 3px; text-align: left;}


IMG { border: 0; }

INPUT.invalid
{ 
    background-color:   #FFE0E0;
    border-color:       red;
    border-style:       solid;
}

