/* `Mar_Book` CSS DOCUMENT */

#mbook_form, #mbook{
  margin:0;
  padding:0;
  word-wrap:break-word;
  font:11px Verdana;
  color:#cccccc;
}
#mbook_form a, #mbook a{
  text-decoration:none;
  color:#777;
}
#mbook_form a:hover, #mbook a:hover{
  color:#222;
}
#mbook_form {
  padding:5px;
  margin-top:30px;
  width:450px;
  border:3px double #cccccc;
}
form > #mbook_form {
  width:450px;
}
#mbook_form legend{
  padding:0 3px;
  color:#cccccc;
}
#mbook_form label{
  width:65px;
  display:block;
  float:left;
  margin:0px;
}
#mbook_form input, #mbook_form textarea{
  width:318px;
  margin-right:25px;
  margin-bottom:0px;
  background: #fff;
  border:1px double #cccccc;
  padding:2px;
  font:11px verdana;
}
#mbook_form textarea{
  height:100px;
  width:318px;
}
#mbook_form #mbook_form_submit {
  width:50px;
  height:22px;
  display:block;
  float:right;
  margin-right:43px;
  margin-top:0px;
  color:#cccccc;
  background:#330000;
  cursor: pointer; 
  font-size: 8pt; 
  font-family: verdana;
  margin-bottom: 10px;
  border:2px outset #FFFFFF;
}
#mbook_form_content {
  float:left;
}
.mbook_bbcode_editor, .mbook_emots_editor {
  padding:2px;
  margin:5px 2px 2px 2px;
}
.mbook_emots_editor {
  float:right;
  width:48px;
  margin:5px;
}
#mbook_form > .mbook_emots_editor {
  width:45px;
}
.mbook_emots_editor img {
  margin:2px;
}


.mbook_bbcode_editor button, .mbook_bbcode_editor select {
  padding:1px 2px;
  margin:0 1px;
  font:11px Verdana;
  color:#400;
  border:1px solid #b70000;
}

#mbook_list{
  display:block;
  text-align:center;
  font:11px Verdana;
}
#mbook_list li {
  display:inline;
  list-style-type:none;
}
#mbook_list a, #mbook_list .actual{
  padding:0 2px;
  color:#cccccc;
  font-weight:bold;
  text-decoration:none;
}
#mbook_list .actual{
  font-weight:bold;
}
#mbook_list a:hover{
  text-decoration:none;
  color:#ffffff;
  font-weight:bold;
}
#mbook .wpis{
  background: url(bg.gif);
  border:1px solid #cccccc;
  margin:8px auto;
  padding:3px;
  width:75%;
}
#mbook .wpis_inside {
  background: #fefefe;
  border:1px solid #cccccc;
  padding:5px;
  position:relative;
  overflow:hidden;
}
#mbook .wpis .permalink{
  padding:2px;
  margin-right:390px;
  color:#b70000;
  font:10px "Trebuchet MS";
  border-bottom:0px solid #b70000;
}
#mbook .wpis .data{
  font-style:italic;
  font-size:10px;
  color:#663333;
}
#mbook .wpis .admin{
  position:absolute;
  right:5px;
}
#mbook .wpis .admin a{
  color:#800;
}
#mbook .wpis .tresc{
  padding:10px 0;
  margin:0;
  color:#400;
}
#mbook .wpis .podpis{
  color:#700;
  margin-left:10px;
}
#mbook .wpis .podpis a{
  color:#b70000;
}
#mbook .wpis img{
  padding:0 3px;
}



