body
{
    background: #eee;
    text-align: center;
    padding: 0 25px;
}

#main
{
    width: 500px;
    margin: auto;
    text-align: left;
    background: white;
    padding: 50px 60px;
    border: solid #ddd;
    border-width: 0 1px 1px 1px;
}

#main h1
{
    margin-top: 0;
    font-size: 35px;
}

#main ul
{
    padding-left: 20px;
}

#main .error
{
    border: 1px solid red;
    background: #FDEFF0;
    padding: 20px;
}

#main .success
{
    border: 1px solid green;
    margin-top: 25px;
    color: green;
    background: palegreen;
}

#main .success code
{
    font-size: 12px;
    color: green;
    line-height: 13px;
}

#main .selectList
{
    border:2px solid #ccc;
    width:300px;
    height: 100px;
    overflow-y: scroll;
}

#previewIFrame
{
    position:absolute;
    top: 0px;
    right: 0px;
    width: 500px;
    height: 100%;
}

#previewIFrame .frame
{
    width: 100%;
    height: 100%;
}

.approvalIFrame
{
    width: 90%;
    height: 250px;
}

#oppositeFrame
{
    position:absolute;
    top: 0px;
    left: 0px;
    margin: auto;
    text-align: left;
    background: white;
    padding: 50px 60px;
    border: solid #ddd;
    border-width: 0 1px 1px 1px;
}

.dealIFrame
{
    align: right;
    top: 0px;
    left: 0px;
    margin: 0;
    position: absolute;
    border: none;
    width: 100%;
    height: 100%;
}

.storeTable
{
    border-collapse: separate;
    border-spacing: 20px 5px;
}

.required:after
{
    content:" *";
    color:red
}