﻿.send-form {background-color: #C3D9FF; padding: 5px;}

.send-form table
{
	width: 100%;

}

.send-form th, .send-form td {empty-cells: show; white-space: nowrap;}
.send-form th {text-align: right;}
.send-form td {width: 100%;}
.send-form input, .send-form textarea
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 5px;
}

.row-showers a
{
	display: inline-block;
	padding: 0 5px;
	border-left: 1px solid black;
	zoom: 1; /* обычный layout fix для ИЕ6 */
	*display: inline; /* для ИЕ 6, 7 */
}
.row-showers a:first-child {border: 0;}

.attach-img
{
	display: inline-block;
	width: 16px; height: 16px;
	background: url(../images/sprites.png) no-repeat;
	background-position: -120px -40px;
	zoom: 1; /* обычный layout fix для ИЕ6 */
	*display: inline; /* для ИЕ 6, 7 */
}

.attach-input input {width: auto; margin-right: 5px;}

.message-container
{
	margin-top: 10px;
}

.message-container textarea
{
	height: 300px;
}
