﻿.popup-contacts
{
	position: absolute;
	left: -180px;
	top: 9px;
	width: 280px;
	height: 261px;
	background: url(../files/shablon-images/contact_info.gif) no-repeat left top;
	z-index: 2;
}
.popup-contacts div#message-send
{
	position: absolute;
	width: 200px;
	font: bold 11px Tahoma;
	color: #333;
	left: 30px;
	top: 180px;
}
.popup-contacts img#preloader-img
{
	position: absolute;
	left: 130px;
	top: 176px;
	width: 16px;
	height: 16px;
}
.popup-contacts table
{
	width: 278px;
	height: 240px;
	table-layout: fixed;
	border-collapse: collapse;
	margin: 16px 0 0 1px;
	padding: 0;
	border-width: 0;
}
.popup-contacts table td#contacts-caption
{
	margin: 0;
	padding: 0 0 0 8px;
	font: bold 12px Tahoma,Arial,Verdana;
	color: #fff;
	background-color: #666633;
	height: 28px;
	width: 100%;
}
.popup-contacts table td#contacts-info
{
	margin: 0;
	padding: 14px 16px 0 0;
	
	font: normal 11px Tahoma,Arial,Verdana;
	color: #000;
	
	background-color: #cccc99;
	height: 64px;
	width: 100%;
	text-align: right;
	
	line-height: 1.8;
}
.popup-contacts table td#contacts-info a
{
	color: #000;
	float: right;
	position: relative;
}
.popup-contacts table td#contacts-userinfo p
{
	margin: 0 0 5px 15px;
	padding: 0;
	font: bold 14px Tahoma,Arial,Verdana;
	color: #000;
}
.popup-contacts table td#contacts-userinfo div
{
	margin: 0 14px 14px 14px;
	padding: 14px;
	position: relative;
	border: solid 1px #666633;
	height: 72px;
}
.popup-contacts table td#contacts-userinfo div#user-info-container
{
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
	height: auto;
	display: block;
}
.popup-contacts table td#contacts-userinfo span
{
	display: block;
	font: normal 11px Tahoma,Arial,Verdana;
	color: #000;
	margin: 0;
	padding: 0;
}
.popup-contacts table td#contacts-userinfo
{
	margin: 0;
	padding: 0;
	
	background-color: #cccc99;
	width: 100%;
}
.popup-contacts table td#contacts-userinfo #userNameTextBox
{
	border: solid 1px #666633;
	background-color: #fff;
	font: normal 11px Tahoma,Arial,Verdana;
	color: #000;
	padding: 1px 0 2px 2px;
	margin-bottom: 10px;
	width: 150px;
}
.popup-contacts table td#contacts-userinfo #userPhoneTextBox
{
	margin: 0;
	border: solid 1px #666633;
	background-color: #fff;
	font: normal 11px Tahoma,Arial,Verdana;
	color: #000;
	padding: 1px 0 2px 2px;
	width: 170px;
	float: left;
}
.popup-contacts table td#contacts-userinfo #submit-contacts-form
{
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
	width: 30px;
	position: relative;
	font: normal 12px Tahoma,Arial,Verdana;
	color: #fff;
	background-color: #666633;
	border: solid 1px #fff;
}
.popup-contacts table td#contacts-userinfo #submit-contacts-form:hover
{
	cursor: pointer;
	cursor: hand;
}