/* Стили для формы */

@font-face
{
	font-family: '__PT Sans_5';
	src: url('../fonts/ptsansbold.eot');
	src: local('вє'), url('../fonts/ptsansbold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face
{
	font-family: '__PT Sans_5';
	src: url('../fonts/ptsans.eot');
	src: local('вє'), url('../fonts/ptsans.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

#contentSKV
{
	position: relative!important;
}

.input-block-level
{
	font-family: '__PT Sans_5';
	font-size: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #0e86ef;
	border-radius: 8px;
	background-color: #ffffff;
	padding: 5px;
	display: block;
	margin-top: 3px;
	width: 300px;
}
input.btn
{
	margin-left: auto!important;
	margin-right: auto!important;
}

.select-block-level
{
	font-family: '__PT Sans_5';
	font-size: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #0e86ef;
	border-radius: 8px;
	background-color: #ffffff;
	padding: 5px;
	width: 300px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.textarea-label
{
	margin-top: 10px;
	font-family: '__PT Sans_5';
	font-size: 20px;
}

.textarea-content
{
	height: 100%;
	width: 100%;
	font-family: '__PT Sans_5';
	font-size: 20px;
	margin-bottom: 10px;
	-moz-box-sizing: border-box;
	resize: none;
}

.feedbackForm
{
	border-style: solid;
	border-color: #0e86ef;
	border-width: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 420px;
	background-color: #ffffff;
	padding: 10px;
	border-radius: 8px;
	position: absolute;
	z-index: -1;
	opacity: 0.0;
	left: 640px;
	top: 900px;
}

.btn
{
	margin-top: 10px!important;
	margin-left: 0px!important;
	width: 300px!important;
}

#feedbackForm3 .close
{
	display: block;
	width: 17px;
	height: 17px;
	background: url("/modules/mod_feedback2_ru/images/sprite.png") -56px 0;
	position: absolute;
	right: 18px;
	top: 20px;
	opacity:0.4;
}
#feedbackForm3 .close:hover
{
	cursor: pointer;
	opacity: 1.0;
}