* { font-family: courier !important }

html, body {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #FFF;
    background-image: url(background.gif);
    color: #5F5F5F;
    font-family: Mono, Arial;
    font-size: 12px;
}

a {
    color: #FFF;
}

div#gcontainer {
    background-color: #5F5F5F;
}

div#header {
    background-color: #5F5F5F;
    text-align: center;
    vertical-align: center;
    color: #FFF;
    width: 400px;
    border: #000 1px solid;
    border-bottom: none;
    margin: auto;
    margin-top: 50px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

div#footer {
    background-color: #5F5F5F;
    text-align: center;
    vertical-align: center;
    color: #FFF;
    width: 400px;
    border: #000 1px solid;
    border-top: none;
    margin: auto;
    margin-bottom: 50px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

div#wrapper {
    background-color: #FFF;
    text-align: center;
    vertical-align: center;
    color: #5F5F5F;
    width: 400px;
    border: #000 1px solid;
    border-top: none;
    border-bottom: none;
    margin: auto;
    padding: 10px 0px;
}

div#overlay {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 50px;
	height: 50px;
    background-color: #000;
    filter:alpha(opacity=40);
    opacity:0.4;
    z-index: -1;
}

div#error {
    color: red;
    font-weight: bold;
}

input.url-field {
    width: 398px;
}

img {
    border: none;
}
