/*popin css*/

#modal_bg {
    position:absolute;
    z-index:100;
    background-color:#fff;
    filter:alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}
#modal {
    position:absolute;
    border:3px solid #ccc;
    padding:0;
    background-color:#fff;
    z-index:105;
    }
    #modal iframe {
        width:100%;
        height:100%;
        border:0;
        z-index:106;
    }

#modal_title {
    position:absolute;
    width:100%;
    margin-top:-18px;
    margin-left:-3px;
    background:#ccc;
    color:#000;
    font-family: Arial,Verdana;
    font-size: 10px;
    height:18px;
    clear:both;
    border-left:3px solid #ccc;
    border-right:3px solid #ccc;
    }
    #modal_title a {    
        font-family: Arial,Verdana;
        text-transform: uppercase;
        font-size: 10px;
        color:#000;
        float:right;
    }

/* media + login */

.flash  {margin:0;}
.onleft {
 float:left;   
}

.onright {
 float:right;   
}
input,input:active  { border: 1px solid #ccc; background:#fff;margin-right:2px;}

