/* defaults */
html, body {
    margin: 5px;
    background-color: black;
    color: white;
}
body, p, td, tr, a:link, a:visited, a:active,
h1, h2, h3, h4, h5, h6 {
    color: white; 
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
} 
h1.csc-firstHeader, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 20px;
    margin: 0;
}
small, sub {
    font-size: 11px;
}
p.align-right {
    text-align: right;
}
span.tx-srfreecap-pi2-cant-read, 
div.tx-guestbook-pagination a,
div#content a.internal-link,
div#content p.bodytext a,
div#content pre a {
    background: transparent url(../gfx/bullet.png) 0 3px no-repeat;
    padding-left: 13px;
}
a, a:link, a:visited, a:active {
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    font-style: normal;
}

/* layout */

div#content {
    width: 520px;
    margin-top: 20px;
}
div#cont_main {
    width: 250px;
    float: left;
}
div#cont_right {
    width: 250px;
    float: left;
    margin-left: 20px;
}

/* content */

.csc-firstHeader {
    padding-bottom: 10px;
}

dd.csc-textpic-caption {
    font-style: italic;
    font-size: 11px;
}
form#mailform fieldset.csc-mailform {
    border-width: 0;
} 

form#mailform div.csc-mailform-field {
    display: block;
    height: 20px;
}
form#mailform label {
    float: left;
    width: 100px;
    font-weight: bold;
} 
form#mailform input {
    width: 380px;
    float: left;
} 
form#mailform textarea {
    width: 380px;
    height: 180px;
    clear: both;
}
form#mailform input.csc-mailform-submit {
    position: relative;
    top: 180px;
    left: 100px;
    width: 100px;
}

/* guestbook list */

div.sep {
    width: 520px;
    border-top: 1px solid white;
    margin: 8px 0 8px 0;
    clear: both;
}
span.link-left {
    float: left;
    width: 80px;
}
span.link-center {
    width: 360px;
    text-align: center;
    float: left;
    left: 100px;
}
span.link-center a {
    background-image: none;
    font-weight: bold;
    padding-left: 5px;
}
span.link-center strong {
    font-weight: normal;
    padding-left: 5px;
}
span.link-right {
    float: right;
    width: 70px;
    text-align: right;
}
div.tx-guestbook-pagination br {
    clear: both;
}
div.tx-guestbook-result {
    margin-bottom: 8px;
}

/* guestbook form */

.tx-guestbook-form-obligationfield{
    color: #ffaaaa;
    font-weight: bold;
}
p.tx-guestbook-form-error {
    color: #ffaaaa;
    font-weight: bold;
    margin-left: 105px;
}
div.tx-guestbook-error-list ul {
    margin-left: 105px;
}

div.tx-guestbook-field {
    position: relative;
    margin-top: 5px;
}
div.tx-guestbook-field label {
    font-weight: bold;
    vertical-align: top;
}
div.tx-guestbook-field input.tx-guestbook-form-inputfield {
    position: absolute;
    left: 105px;
    width: 400px;
}
textarea.tx-guestbook-form-textarea {
    margin-left: 105px;
    width: 400px;
    height: 120px;
    margin-top: -16px;
}
div.captcha {
    margin-top: 8px;
}
div.captcha img {
    border: 1px solid white;
    margin: 5px 0 0 2px;
    margin-left: 105px;
}
div.captcha .freecap-span {
    margin-left: 105px;
}
div.tx-guestbook-submit {
    position: relative;
    margin: 2px 0 0 107px;
}

