/* 
    Document   : shoutbox
    Created on : 01.06.2010, 17:17:55
    Author     : oldperl
    Description:
        Purpose of the stylesheet follows.
*/

div#shoutbox {
    width: 160px;
    margin: 0 auto;
    margin-right: 10px;
    text-align: center;
    padding: 0;
    float: right;
    overflow: hidden;
}

/******* FORM *******/
div#shoutbox #form{
	margin: 0 auto;
	width: 160px;
}

div#shoutbox #form fieldset{
    border: 1px solid #d0ccc9;
    margin: 5px auto;
    padding: 5px 0;
}

div#shoutbox #form fieldset legend{
    color: #5f95ef;
    font-weight: 700;
    margin-left: 4px;
}

div#shoutbox #form table td{
	text-align: left;
	font-size: 11px;
}
div#shoutbox #form label{
	font-weight: 700;
 display: block;
}
div#shoutbox #form input, div#shoutbox #form textarea{
	border: 1px solid #d0ccc9;
	background: #fff;
	color: #5f95ef;
	font-size: 11px;
	font-weight: 700;
}

div#shoutbox #form textarea{
    margin-bottom: 4px;
}

div#shoutbox #form input.text{
	font-weight: normal;
	color: #565656;
	border: 1px solid #9c9c9c;
	width: 250px;
	padding: 2px;
	margin-bottom: 5px;
	text-align: left;
}
div#shoutbox #form input.text.user{
	width: 100px;
	background-color: #e9e9e9;
	color: #7a7a7a;
}

div#shoutbox #form input#send {
    cursor: pointer;
}
/******* /FORM *******/

/******* MENU *******/
div#shoutbox #container{
	margin: 1em auto;
	width: 160px;
}
div#shoutbox #sb_container ul{
	list-style: none;
	list-style-position: outside;
}
div#shoutbox #sb_container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
 z-index: 1000;
}
div#shoutbox #sb_container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #fff;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 0 1px;
	position: relative;
	color: #5f95ef;
	cursor: pointer;
}
/******* /MENU *******/
/******* CONTENT *******/
div#shoutbox .sb_content{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
 height: 400px;
}

div#shoutbox .sb_content ul{padding: 0;}

div#shoutbox .sb_content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 14px;
	background: transparent url(images/bubble.jpg) no-repeat scroll left top;
}
div#shoutbox .date{
	font-weight: normal;
	font-size: 9px;
	color: #aeaeae;
 display: block;
}
/******* /CONTENT *******/
/******* LOADING *******/
div#shoutbox #loading{
    position: absolute;
    text-align: center;
}
/******* /LOADING *******/


/** IE6 Hacks **/
* html div#shoutbox .sb_content{
 width: 140px;
}

* html div#shoutbox ul.menu {
	margin-top: -14px;
}/* CSS Document */

