body {
    background:url(/img/bg2.png) repeat 50% 50% #51555f;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

#header, #content {
    margin:auto;
    width:880px;
}

a {
    color:#518f00;
}

a:hover {
    color: #3b6301;
}

.clear {
    clear:both;
    margin:0;
    padding:0;
}

/** header **/

#header {
    background:#7bb823;
    padding:0 10px;
    margin-top:20px;
    position:relative;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    -khtml-border-radius-top-right: 7px;
    border-radius-top-right: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    -khtml-border-radius-top-left: 7px;
    border-radius-top-left: 7px;
    text-align:left;
}

h1 {
    margin:0;
    padding:10px 0 0 15px;
    width:300px;
}

h1 a {
    color:#FFF;
    text-decoration:none;
}

h1 a:hover {
    color:#bde947;
}

#header h2 {
    color:#FFF;
    margin:0;
    padding:0 0 10px 15px;
    font-size:16px;
    font-weight:normal;
    width:300px;
}

#headerAd {
    width:468px;
    position:absolute;
    top:10px;
    right:25px;
}

/** content area **/

#content {
    padding:5px 10px 5px 10px;
    background:#FFF;
    color: #111;
    text-align:left;
}

#content h2 {
    margin:10px 0 0;
}

#mainCol {
    padding:0 0 20px 20px;
    width:520px;
    float:left;
}

#mainCol p {
    text-align:left;
}

.tinyurl {
    font-size:11px;
    font-style:italic;
    line-height:1.5em;
    display:block;
    padding: 5px 0;
}

.small-font {
    font-size:11px;
    font-style:italic;
}

/** the form **/

#formError {
    color:red;
}

#urlForm {
    padding-bottom:15px;
}

.form-fields {
    margin: 0;
    padding: 0 0 5px;
    line-height: 18px;
}

#urlForm label {
    font-size: 18px;
}

#oldurlInput, #newurlInput {
    padding: 2px;
    font-size: 13px;
}

#oldurlInput {
    width:323px;
}

#newurlInput {
    width:195px;
    margin-left: 3px;
}

.submit-wrap {
    margin-top: 15px;
}

.input-submit {
    background:#7bb823;
    display: block;
    float: left;
    padding:2px 20px;
    margin: 0 5px 0 0;
    border: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    font-size: 30px;
    line-height: 1.5em;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

.input-submit:hover {
    background:#589501; 
}

/** side col **/

#rightcol {
    width:300px;
    float:right;
    margin:15px 20px 15px 0;
    text-align:center;
}

/** footer **/


#footer {
    font-size:11px;
    margin-top:15px;
}

#footer, #footer A {
    color:#DDD;
}

#footer A {
    text-decoration:none;
}

#footer A:hover {
    text-decoration:underline;
}
