




#jqDialog_box {
    #background: #eee;
    background:#f1f9ff;
    position: absolute;
    width: 400px;
    height: 150px;
    font-family: Arial;
    
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    #border-color: #ccc;
    border-color: #0861a6;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
#jqDialog_content {
    margin: 10px;
    font-weight: bold;
    font-size: 12px;
    height: 90px;
    width:350px;
    white-space:normal;
    word-wrap: break-word; 
    word-break: normal;
    color: #0861a6;
}

#jqDialog_options {
    margin: 10px;
    text-align: center;
}
#jqDialog_options button {
    font-family: Arial;
    margin-right: 5px;
    #background: #666;
    background: #398de2;
    border: 0px;

    font-size: 1.5em;
    color: #fff;
    width: auto;
}

#jqDialog_input {
    padding: 4px;
    width: 250px;
}
#jqDialog_close {
    background: none;
    border: none;
    float: right;
    font-weight: bold;
    font-size: 10px;
    #color: #cc0000;
    color: #000000;
}
