@charset "utf-8";
/* Fulltext */
#sf {
 position:absolute;
 padding: 0 0 0 25px;
 right:30px;
 bottom:15px;
 background:url('../_img/zoom.jpg') transparent no-repeat 0 0;
}

.srch { width:140px; }

/* Guestbook */
.mwguestlist {
 margin:20px 0;
}

.mwguestform table {
 width:500px;
}

.mwguestform th {
 padding:2px;
 width:80px;
 font-size:9pt;
}

.mwguestform td {
 padding:2px;
}

.mwguestlist dt {
 background-color:#ddd;
 padding:2px 5px;
 margin:10px 0 0 0;
 position:relative;
}

.mwguestlist dd {
 background-color:#eee;
 padding:2px 5px;
 margin:0;
}

.mwguestlist dd p {
 padding:2px 0;
 margin:0;
}

.mwguestdate { position:absolute;right:5px;display:block;width:90px; }
.mwguestname { margin:0 5px 0 0;font-weight:bold; }
.mwguestemail { margin:0 5px; }
.mwguestwww { margin:0 5px;; }

input.guestinput {
 width:400px;
 border:1px solid #666;
}

textarea.guestinput {
 width:400px;
 height:80px;
 border:1px solid #666;
}

.guestbuttonscell {
 text-align: center;
}

.guestbuttonscell p {
 color: #f00;
}

.sbutton ,.bt , #guestbookreset, #guestbooksubmit {
 border: 1px outset #999999;
 background-color: #FFFFFF;
 color: #333333;
 font-size:8pt;
 font-weight: bold;
}

/* Anketa */
.mwpolls {
 padding:20px 10px 20px 20px;
 background:url('../_img/anketa_main.jpg') transparent no-repeat 0 0;
}

.mwpolls ul li {
 margin-left:5px;
 padding-top:5px;
 list-style-type:none;
}

.mwpolls input {
 position:absolute;
 left:-10000px;
 top:-10000px;
}

.mwprogress {
 display:block;
 height:6px;
 background:url('../_img/anketa_stat_bar.jpg') transparent repeat-x;
}

.mwpolls_info_ok {
 color:#060;
}

.mwpolls_info_fail {
 color:#f00;
}

/* forms */
.in, .srch {
 border:1px inset #000;
 color:#666666;
}

/* helpfull */  

label.req, span.req
{
 color:#ff0000;
}

input.req
{
 background-color:#ffffaa;
}

