body.iframe {
    position:relative;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    text-align:center;
    x-background-color:#E4E6E6;
    color:#626262;
    font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-size:12px;
    line-height:1.5em;
}
a:link,
a:visited {
    font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
    font-size:12px;
    color:#000;
    text-decoration:none;
}
a:hover {
    color:#000;
    text-decoration:none;
}
body.iframe h1 {
    color: #000000;
    /*
    height: 30px;
    line-height: 30px;
    */
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #D6D8DA;
}
#content_main {
    text-align:left;
    padding-bottom: 15px;
    background-color:#FFF;
}
#content_main h2 {
    color: #000000;
}
#content_main table {
    width: 98%;
    margin: 15px 0px;
}
#content_main table td {
    padding: 3px 5px;
    vertical-align: top;
}
#content_main .textinput {
    width: 96% !important;
    max-width: 96% !important;
    padding: 5px 8px;
    outline: none;
    color: #333;
    background: #f2f2f2;
    border-color: #dddddd;
}
#content_main .textinput.textinput_focus {
    background: #f2f2f2;
    border-color: #888888;
}
#content_main .textinput.errorinput {
    border-color: #ff0000 !important;
}
#content_main .button {
    height: auto;
    line-height: 100%;
    color: #ffffff;
    background: #999999;
    border-color: #999999;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding: 12px 30px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -khtml-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#content_main .button:hover {
    background: #777777;
    border-color: #666666;
}

#closebutton_bottom {
    display: none !important;
}

#corner_top_left,
#corner_top_right,
#corner_bottom_left,
#corner_bottom_right,
#border_left,
#border_right {
    display: none;
}
