#shoutbox_zaves{
   position: fixed; top: 0; left: 0; z-index: 90; width: 100%; height: 1000; background-color: #000;
   opacity: 0.8;
   -khtml-opacity: 0.8;
   -moz-opacity: 0.8;
}

#shoutbox_sendmsg{
    border: #545660 solid 1px;
    color: #008DD4;
    width: 394px;
    background: #2e2e2e;
	position: fixed;
	top:200px;
	z-index:100;
	padding: 3px;
}

#shoutbox_stred{
	height: 285px;
    border: #545660 solid 1px;
    color: #008DD4;
    width: 175px;
    background: #2e2e2e scroll;
    padding: 3px;
    overflow: auto;
    overflow-y: auto;
    overflow:  -moz-scrollbars-vertical;
    overflow-x: hidden; 
	scrollbar-face-color: #222222;
    scrollbar-3dlight-color: #008DD4;
    scrollbar-arrow-color: #008DD4;
    scrollbar-track-color: #222222;
    scrollbar-shadow-color:#008DD4;
    scrollbar-darkshadow-color: #222222;
    scrollbar-highlight-color: #222222;     
}

#shoutbox_main
{
    background: #222222;
	font-family:  tahoma, arial, sans-serif;
    font-size: 8pt;
}

.sb_zaznam_1{
    border-bottom: #545660 1px dashed;
    padding: 4px 0px 4px 0px;
    line-height: 1.4;
	background: 2e2e2e;

}
.sb_zaznam_1 a{
    color: #008DD4;
}
.sb_zaznam_1 a:hover{
    color: #008DD4;
    text-decoration: none;
}

.sb_zaznam_2{
    border-bottom: #545660 1px dashed;
    padding: 4px 0px 4px 0px;
    line-height: 1.4;
	background: #222222;
}
.sb_zaznam_2 a{
    color: #008DD4;
}
.sb_zaznam_2 a:hover{
    color: #008DD4;
    text-decoration: none;
}
#shoutbox_vrch{
    padding: 2px 0px 4px 5px;
    border: #545660 solid 1px;
	border-bottom: 0px;
}
#shoutbox_vrch a{
    color: #0090b0;
}
#shoutbox_vrch a:hover{
    color: #008DD4;
    text-decoration: none;
}

.sb_pole{
    border: #008DD4 solid 1px;
    background-color: #444444;
    font-family: tahoma, arial, sans-serif;
	font-size: 8pt;

    color: #008DD4;
}

.sb_send_pole input, .sb_send_pole textarea{
    border: #008DD4 solid 1px;
    background-color: #444444;
    font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
    color: #008DD4;
}

.sb_send_pole{
    padding: 3px 0px 3px 0px;
}
.sb_send_pole a{
    color: #008DD4;
}
.sb_send_pole a:hover{
    color: #008DD4;
    text-decoration: none;
}



.sb_smajl{
    margin: 1px;
}

.sb_nick{
    color: #0090b0;
}