
.formContainer {
	display: inline;
	width: 100%;
	text-align: left;
}

#modulo_SHOUT {
	width: 350px;
	padding: 4px 10px 4px 4px;
	border: 2px solid #eee;
	float: left;
	background: #fff;
}

#modulo_SHOUT:hover,
#modulo_SHOUT_active {
	border: 2px solid #ccc;
	background: #eee;
	width: 350px;
	padding: 4px 10px 4px 4px;
	float: left;
}

.shouts {
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;	
	font: bold 16px Verdana;
	text-align: left;
	margin: 0;
	height: 303px;
	overflow: auto;
	margin: 4px 0 4px 0;
}

.shoutTitulo {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	display: block;
	width: 90px;
	height: 24px;
	text-align: left;
	float: left;
}

.shoutStatus {
	display: block;
	height: 24px;
	font-size: 14px;
	color: #999;
	float: right;
	padding: 0 0 0 0!important;
	margin: 0px;
	text-align: right;
}

.shoutError {
	display: block;
	height: 21px;
	font-size: 12px;
	color: #C00;
	float: left;
	padding: 3px 0 0 0!important;
	margin: 0px;
}

.noShouts {
	color: #C00;
	text-align: center;
	padding: 25px;
	width: 747px;
	border: 1px dotted #ccc;
	background: #fff;	
	font: bold 16px Verdana;
}

.shoutRow1 {
	background: #efefef;
	display: block;
	font-size: 11px;
	color: #000;
}

.shoutRow {
	background: #e5e5e5;
	font-size: 11px;
	color: #000;
}

.nickEdata {
	display: block;
	float: left;
	margin: 0 5px 1px 0;
	background: #fff;
	height: 50px;
}

.nickname {
	font-size: 11px;
	color: #666;
	margin: 14px 5px 0 5px;
}

.date {
	font-size: 7px;
	font-weight: bold;
	color: #aaa;
	margin: 0 5px 0 5px;
	text-align: center;
}

.shoutedMessage {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	font-size: 10px;
	display: block;
}

.clear {
	clear: both;
	line-height: 5px;
}

.form {
	padding: 0 0 5px 0;
}

#shoutsContainer span {
	text-align: left;
	padding-top:3px;
	font-size: 15px;
}

.emoticonsTrigger_container {
	display: block;
	height: 32px;
	width: 30px;
	float: left;
	z-index: 11;
	position: absolute;
}

.emoticonsTrigger {
	display: block;
	height: 32px;
	width: 40px;
	background: transparent url(../images/emoticonsT.png) no-repeat 0 0;
	margin: 1px 0 0 0;
}

.emoticonsTrigger:hover {
	background: transparent url(../images/emoticonsT.png) no-repeat 0 -32px;
}

img.emoticon {
	margin: 0 0 4px 0;
}

.textInput {
	display: block;
	border: 1px solid #ccc;
	background: transparent;	
	font: normal 11px Verdana;
	padding: 0 0 0 45px;
	height: 30px;
	width: 220px;
	float: left;
	color: #999;
	z-index: 10;
	position: relative;
}

#chars_left_container {
	position: absolute;
	overflow: hidden;
	width: 240px;
	height: 30px;
	top: 286px;
	left: 32px;
	z-index: 1;
	text-align: right;
	background: #fff;
	cursor: text;
}

#chars_left_container_L {
	position: absolute;
	overflow: hidden;
	width: 240px;
	height: 30px;
	top: 287px;
	left: 32px;
	z-index: 1;
	text-align: right;
	background: #fff;
	cursor: text;
}

#chars_left_container #chars_left, #chars_left_container_L #chars_left {
	width: 100px;
	height: 40px;
	font-size: 40px;
	color: #f2f2f2;
	font-weight: bold;
	position: relative;
	top: 0px;
	left: 145px;
	z-index: 2;
	text-align: right;
	background: transparent;
}

a.shout_remove {
	position: relative;
	top: -32px;
	left: -3px;
	width: 9px;
	height: 9px;
	background: url(../images/cross_9x9.png) no-repeat 0 0;
	display: block;
}

a.shout_remove:hover {
	background: url(../images/cross_9x9.png) no-repeat 0 -9px;
}

.textInputBT {
	display: block;
	border: 2px solid #ccc;
	background: #ddd;	
	font: bold 14px Verdana;
	cursor: pointer;
	float: right;
	height: 30px;
	margin: 2px 0 0 0;
	width: 75px;
}

.textInputBT:hover {
	border: 2px solid #aaa;
}

.messagebox{
	position:absolute;
	width:100px;
	margin-left:30px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}

.messageboxok{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
	
}







.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:30px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}

.shoutBT {

}


















