#contacts
{
}

#contacts .title
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	color: #1d5ea2;
	margin: 20px 0;
}

#contacts .map
{
	height: 300px;
	background: #d5e1ee;
	padding: 10px;
	margin-bottom: 20px;
}

#contacts .category td
{
	border-left: 0 ! important;
	border-right: 0 ! important;
	padding: 25px 0 15px 0 ! important;
	font-weight: bold;
	font-size: 1.05em;
}

#letter-to-admin .form
{
	background: #d5e1ee;
	padding: 20px 0;
}

#letter-to-admin .item
{
	overflow: hidden;
	padding: 3px 0;
}

#letter-to-admin .item .one, #letter-to-admin .item .two
{
	float: left;
}

#letter-to-admin .item .one
{
	width: 100px;
	text-align: right;
	font-size: 1.2em;
	padding-right: 20px;
	line-height: 24px;
}

#letter-to-admin .item .two
{
	width: 350px;
}

#letter-to-admin .item input
{
	width: 210px
}

#letter-to-admin .item textarea
{
	width: 100%;
	height: 115px;
}

#letter-to-admin .item .send
{
	width: 182px;
	height: 44px;
	background: url(../i/send.png) no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	margin-top: 20px;
}

