/*
 * $Id: guestbook.css 57 2009-12-03 20:48:02Z wru $
 */
img {
    border-style: none;
}

.guestbookheading, .guestbooknewheading {
    color: #123796;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 29px;
    font-weight: bold;
    background-image: url(../img/mjo/strzalka.gif);
    background-repeat: no-repeat;
    text-indent: 35px;
}

.guestbookheading span, .guestbooknewheading span {
    position: relative;
    top: 6px;
}

div.guestbookentry {
    border-top: 2px groove #C0C0C0;
    margin-bottom: 10px;
}

p.guestbookcreate {
    text-align: center;
}

p.guestbookdate  {
    margin: 4px 0;
}

p.guestbooktitle {
    margin: 10px 0;
}

p.guestbookdate {
    font-weight: bold;
    font-size: larger;
}

p.guestbooknavigation {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

p.guestbooknavigation.guestbooknavbottom {
    border-top: 2px groove #C0C0C0;
    padding-top: 10px;
}

span.guestbookurl {
    margin-right: 2ex;
}

form.guestbooknewform {
    margin-top: 2.5ex;
    margin-left: 1.5ex;
}

form.guestbooknewform p.guestbooknewbuttons {
    margin-left: 16ex;
    margin-bottom: 0px;
}

form.guestbooknewform p.guestbooknewname {
    margin-top: 0;
}

form.guestbooknewform p.guestbooknewsubmit {
    margin-bottom: 0;
}

div.guestbooknewpreview {
    border-bottom: 2px groove #C0C0C0;
    margin-bottom: 10px;
}

p.guestbooknewerror {
    margin-bottom: 10px;
    font-weight: bold;
    color: red;
}

fieldset.guestbooknewfieldset {
    margin: 0;
    padding: 0;
    border: none;
    width: 120ex;
}

fieldset.guestbooknewfieldset legend {
    display: none;
}

form.guestbooknewform button {
    width: 14ex;
}

form.guestbooknewform button[type="submit"] {
    margin-right: 1ex;
}

form.guestbooknewform img {
    background-image: url(../img/bbc/bbc_bg.gif);
    margin: 1px 2px 1px 1px;
    vertical-align: bottom;
}

img.guestbooknewdivider {
    background-image: none;
    margin: 0 3px;
}

label.guestbooknewlabel, span.guestbooknewlabel {
    float: left;
    width: 16ex;
}

span.guestbookspamprot {
    font-size: larger;
    font-weight: bold;
}

p.guestbooknewhint {
    text-align: left;
    font-weight: bold;
    color: #FF0000;
    margin-left: 16ex;
}

p.guestbooknewpreviewtitle {
    font-weight: bold;
    font-style: italic;
}

p.guestbooknewsubmit {
    text-align: center;
}

span.guestbooknewhotkey {
    text-decoration: underline;
}

span.guestbooknewstar {
    margin-left: 5px;
    vertical-align: top;
}

p.guestbooknewline {
    margin-bottom: 0;
    margin-top: 2ex;
}

.quoteheader, .codeheader {
    color: black;
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    font-size: x-small;
}

.code {
    color: black;
    background-color: #5A95DF;
    border: 1px solid black;
    padding: 1px;
    font-family: "courier new", helvetica, "times new roman", serif;
    font-size: x-small;
    width: 99%;
    margin: 1px auto 1px auto;
    white-space: nowrap;
    overflow: auto;
}

.quote {
    color: black;
    background-color: #72B2F5;
    border: 1px solid black;
    margin: 1px;
    padding: 1px;
    font-size: x-small;
}

