/* height 480px */

body
{
	font-family: Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: transparent;
}

div
{
	position: relative;
	display: block;
}

th, td
{
	padding-right: 5px;
}

#page
{
	width: 240px;
	overflow: hidden;
}

.box-corner
{
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	padding: 10px 5px;
}

#msg-container
{
	width: 230px;
	background-color: #fff;
}

#msg-container .container
{
	height: 250px;
	overflow: auto;
}

#msg-container .row
{
	margin: 0;
}

#msg-container .row.odd
{
	background-color: #e9e9e9;
}

#msg-container .row .name
{
	vertical-align: top;
}

#msg-container .row .name.style1
{
	color: #ea0000;
}

#msg-container .row .name.style2
{
	color: #008400;
}

#msg-container .row .name.style3
{
	color: #ff7c00;
}

#msg-container .row .content
{
	vertical-align: top;
}

.form
{
	
}

.form .row
{
	margin: 4px 0;
}

.form .row input
{
	width: 155px;
}

.form .row textarea
{
	width: 155px;
}

.form .row label
{
	display: block;
	float: left;
	width: 55px;
	text-align: right;
	margin-right: 5px;
}

.form .row img
{
	
}

.form .row .input-captcha
{
	clear: both;
	display: block;
	width: 70px;
	margin-top: 5px;
	margin-left: 60px;
}

.form .row input.send
{
	width: 92px;
	height: 70px;
	background: transparent url(../images/home/boxes/chat/btn-send.png) no-repeat scroll left top;
	border: 0 none;
	position: absolute;
	right: 5px;
	bottom: 0;
}

