#support {
     background-color: #FFFFFF;
     position:fixed;
     top:40%;
     right:1px;
       z-index:500;
}
#support_header{
background-image:url(../../images/design/bg_navbar.gif);
background-repeat:repeat-x;  
height:29px;
text-align:center;
padding-top:10px;
color:#FFFFFF;
width:584px;

}

div.supportForm 
{width:530px; padding:10px; font: normal 11px/22px Verdana, Arial, Helvetica, sans-serif; color:#333; border:5px solid #F4F4F4; margin: 0 auto 0 auto; text-align:left; height: 100%; overflow: hidden;}
    
.supportForm button{
background-image:url(../../images/design/bg_navbar.gif);
background-repeat:repeat-x;  
height:29px;
color:#FFFFFF;
width:80px;
padding: 5px;
margin-left :5px;
margin-right:5px;
}
div.supportForm input
{width:199px; padding: 2px; color: #2C5783; background: #DEE9F3; border: 1px solid #69C; border-bottom: 0; border-right: 0; margin-bottom:10px;; margin-right: 20px;margin-left: 4px;}
div.supportForm #sup_txt{
    width:520px;
    margin-bottom: 10px;
}    
div.supportForm .error{
    color: red;
}
.form_lb{
color:#666666;
display: inline;    
width:140px;
    
}

#support_body{
padding:12px;
}
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 50%;
    
    margin-left: -300px;
    width: 584px;
    
    background-color: #FFF;
    color: #333;
    border: 1px solid black;

    z-index: 20;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     z-index: 201; 
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}