@charset "utf-8";
/* CSS Document */

#shoutboxLeft{
	width:660px;
	border-right:1px #ab00d6 dotted;
	margin-left:10px;
	position: relative;
	float:left;
}

#shoutbox{

}

#shoutboxPic{
margin:2px;
padding:2px;
border:1px #CCCCCC solid;
}

#shoutboxbody{
border-bottom:4px #efe4f9 solid;
text-align:center;
float:left;
width:100%;
}

#shoutboxhead{
/*background-image: url(../img/base/head_transp_new_205_30.png);*/
background-position:left top;
background-repeat:no-repeat;
height:40px;
text-align:left;
margin-bottom:5px;
}


#shoutbox textarea{	
	width:190px;
	border:1px #CCCCCC solid;
	height:100px;
	font-family:verdana;
	font-size:11px;
	color:#666666;
}

#shoutboxRight{
	width:205px;
	position: relative;
	float:right;
	margin-right:10px;
}