@charset "utf-8";

#popup_wrapper {
    margin: 0 auto;
    width: 950px;
    position:relative;
    z-index:3000;
    padding: 0px;
    height: 0px;
}

#popup {
    padding: 10px;
    height: 470px;
    width: 650px;
    position:absolute;
    font-size:12px;
    background-color:#fff;
    border:solid 1px #666;
    z-index:1000;
    float:left;
    top:100px;
    left:154px;
}


.clear_both {
    clear:both;
    height:0;
}

#popup #intro_text {
    color:#666666;
    font-size:16px;
    font-weight:bold;
}

#popup #col1 {
    width:190px;
    padding:10px;
    margin-left:10px;
    float:left;
}

#popup #col2 {
    width:190px;
    padding:10px;
    float:left;
}

#popup #col3 {
    width:190px;
    padding:10px;
    margin-right:10px;
    float:right;
}

#popup h3 {
    color:#EE3224;
    font-size:12px;
    }
    
#popup p {
    padding-bottom: 0px;
    }
    


a.linkred:hover {
    color:#ccc !important;
}