#chatoutput {

/* Height of the shoutbox*/
min-height:200px;
max-height:350px;
//height: 400px;

/*Uncomment width below*/
/*width: 220px;*/

/* Horizontal Scrollbar Killer */
padding: 6px 8px; 

/* Borders */
border: 1px solid #028040;
border-width: 1px 1px;

font: 11px helvetica, arial, sans-serif;
color: #333333;
background: #FFFFFF;
overflow: auto;
margin-top: 10px;
margin-bottom: 10px;
}

#chatoutput span {
font-size: 1.1em;
color: #028040;
}

#chatForm label, #shoutboxAdmin {
display: block;
margin: 4px 0;
}



#chatoutput a {
font-style: normal;
font-weight: bold;
color: #028040}

/* User names with links */
#chatoutput li span a {
font-weight: normal;
display: inline !important;
border-bottom: 1px dotted #028040}

#chatForm textarea {
width: 150px;
}

#chatoutput ul#outputList {
padding: 0;
position: static;
margin: 0;
}

#chatoutput li {
padding: 6px 4px 6px 24px;
margin: 0;
color: #333333;
font-size: 1em;
list-style: none;
text-overflow:ellipsis;
overflow:hidden;
width: 100%;
background: url("../images/lapis.jpg") no-repeat;
}

/* No bullets from Kubrick et al. */
#chatoutput ul#outputList li:before {
content: '';
}

ul#outputList li:first-line {
line-height: 16px;
}

#lastMessage {
width:100%;
margin: -6px 0px 0 -8px;
padding: 2px 18px 2px 2px;
text-align: center;
//border-bottom: 2px solid #666666;
//background: url("../images/bg_barra.jpg") no-repeat;
background: #028040;
color:#ffffff;
}

#lastMessage span{
color:#ffffff;
font-weight:bold;
}

em#responseTime {
font-style: normal;
display: block;
}

#chatoutput .wp-smiley {
vertical-align: middle;
}

#formulario {
width: 200px;
float: left;
}

#imagem {
width:45%;
float: left;
}

.website {
	display: none;
}