/*!
 -- SECTION -- modal/modalDialog.css -- 
*/

#modalContent
{
    background: #fff;
    padding: 2px;
    overflow:hidden; 

}
.modalDialog
{
    float:left;
    display: none ;
    position: absolute; text-align:left
}


.modal_n, .modal_ne, .modal_nw, .modal_sw, .modal_se, .modal_s{
height:18px;background-repeat:no-repeat;margin:0;}
.modal_n, .modal_s{background-repeat:repeat-x; padding:0 2px;}
.modal_e, .modal_w{background-repeat:repeat-y;}

 .modal_ne, .modal_e, .modal_se{padding-right:13px;}
.modal_nw, .modal_w, .modal_sw{padding-left:13px;}
.modal_n
{    
      background-image: url(/content/images-2011/modal/shadow_n.png);
      background-position:bottom left;
}
.modal_nw
{
    background-position:bottom left;
    background-image: url(/content/images-2011/modal/shadow_nw.png);
}
.modal_ne
{   
    background-position:right bottom;
    background-image: url(/content/images-2011/modal/shadow_ne.png);

}
.modal_w
{
    background-image: url(/content/images-2011/modal/shadow_w.png);
    background-position:top left;
    clear:both
}
.modal_e
{
    background-image: url(/content/images-2011/modal/shadow_e.png);
    background-position:top right;
    overflow:hidden;
}
.modal_se
{
    background-image: url(/content/images-2011/modal/shadow_se.png);
    background-position:top right;
}
.modal_s
{
    background-image: url(/content/images-2011/modal/shadow_s.png);
}
.modal_sw
{
    background-image: url(/content/images-2011/modal/shadow_sw.png);
    background-position:top left;
    clear:both;
}
.modal_close
{
    position: absolute;
    right: -8px;
    top:3px;
    height: 30px;
    width: 30px;
    background-image: url(/content/images-2011/modal/close.png);
    background-repeat:no-repeat;
    cursor: pointer ;
    z-index:1002;
}
.modalWait
{
    text-align:center ;
}
#waitAnimation
{
    position:absolute; 
    top:50%; 
    margin-top:-21px; 
    left: 50%; 
    margin-left:-21px; 
    z-index:99999;
    float:left;
}
#UFrame1
{
   overflow: hidden;
   height:1%;
}
#LoginModal, #RegisterModal{width:960px; padding:10px; text-align:left;}
#LoginModal a.majorButton { margin-top:21px;}
