/* CSS Document */

.simple_popup_div {
    position: absolute;
    top: 0;
    left: 0;
    background:url(../images/trans.png) repeat;
    width: 300px;
}

.simple_popup_div_wide {
    position: absolute;
    top: 0;
    left: 0;
    background:url(../images/trans.png) repeat;
    width: 550px;
}

.simple_popup_inner {
    padding: 20px;
    border: #999 2px solid;
    text-align: left;
}
.simple_popup_close {
    text-align: right;
}

.simple_close a{
color:#999;
}

.float_left {
    padding: 0 20px 0 0;
float:left;
}

.float_right {
    padding: 0  0 0 20px;
float:right;
}
