* { margin: 0; padding: 0; }
a { color: #ff8000; text-decoration: none; }
body { background: #696969; font: 14px arial, sans-serif; width: 100%; }
ul { margin-bottom: 10px; }
li { list-style: none; }
input, textarea
{
    color: #000;
    font-weight: bold;
    outline: none;
}
div#ad_wrapper
{
    margin: 20px 10px;
}
div#form_wrapper
{
    margin: 20px 10px;
    width: 551px;
    text-align: center;
}
div#url_wrapper
{
    background: #494949 url('http://yourl.nu/public/img/input_large.jpg') no-repeat 0 0;
    height: 161px;
    width: 551px;
}
textarea#url
{
    background-color: transparent;
    border: 0;
    height: 116px;
    margin: 20px;
    width: 508px;
    resize: none;
    overflow: auto;
}
div#cb_wrapper
{
    color: #fff;
    font-style: italic;
    margin: 10px 0 10px 5px;
    text-align: left;
}
#cbAuto
{
    margin-right: 5px;
}
div#ownurl_wrapper
{
    background: #494949 url('http://yourl.nu/public/img/input_small.jpg') no-repeat 0 0;
    height: 62px;
    width: 551px;
}
input#ownurl
{
    background: transparent;
    border: 0;
    margin: 15px 0 0 0;
    padding: 6px;
    width: 508px;
}
div#btn_wrapper
{
    margin-top: 10px;
}
div#history
{
    background: #494949;
    color: #ff8000;
    float: left;
    width: 300px;
    position: absolute;
    bottom: 30px;
    left: 10px;
    z-index: 1000;
}
div#result
{
    background: #494949;
    color: #ff8000;
    float: left;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 260px;
    width: 440px;
    text-align: center;
}
div#result input
{
    background: #696969;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 10px;
    width: 380px;
    text-align: center;
}
.edge_top
{
    clear: both;
}
.edge_top_left
{
    background: #494949 url('http://yourl.nu/public/img/edge_left_top.jpg') no-repeat 0 0;
    float: left;
    margin-bottom: 0;
    height: 10px;
    width: 10px;
}
.edge_top_right
{
    background: #494949 url('http://yourl.nu/public/img/edge_right_top.jpg') no-repeat 0 0;
    float: right;
    height: 10px;
    width: 10px;
}
.edge_bottom
{
    clear: both;
}
.edge_bottom_left
{
    background: #494949 url('http://yourl.nu/public/img/edge_left_bottom.jpg') no-repeat 0 0;
    float: left;
    margin-bottom: 0;
    height: 10px;
    width: 10px;
}
.edge_bottom_right
{
    background: #494949 url('http://yourl.nu/public/img/edge_right_bottom.jpg') no-repeat 0 0;
    float: right;
    height: 10px;
    width: 10px;
}

