/* Pod IE7 inuty wyskakiwaly z boxa. Daję margin by nie wyskakiwaly */
#sb_main form{
	margin:0px;
	padding:0px;
		
}

#sb_main {
	margin: 10px 10px 10px 10px;
	padding: 3px;
	width: 770px;
	height: 320px;
	border: #E9E3CB solid 1px;
	overflow: visible;
	position: relative;
	text-align: left;
	
}
.sb_online {
	margin-bottom: 5px;
	height: 320px;
	width: 120px;
	left: 800px;
	top:-2px;
	overflow: auto;
	position: absolute;
    border: #E9E3CB solid 1px;
    padding: 5px;
}

#sb_online_users {
	padding-left: 0px;
	margin-left: 0px;
}
.sb_online_users li {
	list-style-type: none;
	font-weight: bold;
}

.sb_online_title {
    background-color: #aaa;
}

#sb_wait {
    position: absolute;
    display: none;
    left: 2px;
    width: 10px;
    height: 10px;
    background-image: url(../images/wait.gif);
}

#sb_body {
	margin-bottom: 5px;
	height: 275px;
	border-bottom: #E9E3CB solid 1px;
	overflow: auto;
	
}
/* W tym divie będą różne przyciski, jak history lub lockscroll */
.sb_tools {
    position: absolute;
    right:-20px;
    top:-5px;
}
.sb_history {
    width: 16px;
    height: 16px;
    background-image: url(../images/history.png);
}
.sb_nohistory {
    width: 16px;
    height: 16px;
    visibility: hidden;
}
.sb_unlocked, .sb_locked {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.sb_unlocked {
    background-image: url(../images/unlocked.png);
}
.sb_locked {
    background-image: url(../images/locked.png);
}


.sb_m {
	margin-bottom: 5px;
	line-height: 16px;
}

.sb_input_text {
}

.sb_m_o {
	margin-bottom: 5px;
	background-color: #DDD;
	line-height: 16px;
}

.sb_m_s {
	margin-bottom: 5px;
	background-color: #EEE;
	line-height: 16px;
}

.sb_m_s .sb_n{
	display: none;
}

.sb_m_s div{
		font-style: italic;
}

.sb_m_a {
	margin-bottom: 5px;
	background-color: #DDD;
	line-height: 16px;
}
div.sb_m_a div{
	background-color: #AAA;
}

.sb_t, .sb_n {
	float: left;
	margin-right: 5px;
}

.sb_n {
	font-weight: bold;
}

.sb_tt {
	overflow: auto;
}
.sb_e, .sb_d, .sb_history {
    cursor: pointer;
}

.sb_d {
	float: left;
	width: 12px;
	height:12px;
	background-image: url(../images/delete.png);
}

.sb_m, .sb_m_o, .sb_m_a {
	vertical-align: middle;	
	margin: 2px 0px;
}
.sb_tt img {
	vertical-align: middle;
} 
#sb_message, #sb_message.short, #sb_nick {
	padding: 3px;
	float: left;
	width: 700px;
	height: 22px;
	border: #E9E3CB solid 1px;
}
#sb_message.short {
	width: 630px;
}
#sb_nick  {
	width: 60px;
	margin-right: 3px;
}

#sb_submit {
	float: right;
	width: 52px;
	height: 23px;
}

#shoutbox {
	width:935px;
	border: 0px solid black;
	left:-935px;
	background-color:#FFFDEA;
	top:10px;
	margin-top:0px;
	position:fixed;
	z-index:9999;
}
#shoutboxdisplay {
    background: url("../images/shoutboxbutton.png") no-repeat scroll 0 0 transparent;
    border: 0 solid black;
    cursor: pointer;
    height: 160px;
    padding-left: 0;
    position: absolute;
    right: -40px;
    top: 0px;
    width: 40px;
}

