#questionForm {
    position: absolute;
    z-index: 10;
    top: -10px;
    left: -10px;
    width: 500px;
    margin: 0 auto;
    height: auto;
    display: none;
    border: 0px solid #fff;
    background-color: transparent;
}
#questionForm #onloading {
    position: absolute;
    width: 700px;
    height: 100%;
    background: #000 url('../images/iboxloading.gif') no-repeat scroll center center;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    display: none;
}
#virtFrame {
    background-color: #000;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}
#questionForm #close {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    top: 0;
    color: red;
    text-align: center;
    font-size: 1px;
    display: block;
    cursor: Pointer;
    background: url('../images/icon_close.png') no-repeat scroll left bottom;
}

