a#subscribeform_button {
	position: relative;
	z-index: 99;
	color: #786F52;
	border-bottom: 1px dashed #786F52;
	text-decoration: none;
}
a#subscribeform_button:hover {
	color: #786F52;
	border-color: #786F52;
}
a#subscribeform_button.active{
	color: Black;
	border-color: Black;
}

#sf_container_holder {
	position: relative;
	z-index: 999;
}
#sf_container {
	position: absolute;
	z-index: 1;
	left: -3px;
	/*//right: 20px;*/
	top: 5px;
	width: 16em;
	//width: 18em;
	min-height: 100px;
	display: none;
}
#sf_loader {display: none;}

#sf_content {
	width: 100%;
	padding: 20px;
	overflow: hidden;
}

#sf_content H1 {
	display: none;
	width: 100%;
	margin: 0px;
	color: Black;
	font-weight: bold;
	font-size: 1.2em;
}

#sf_content .feedback_form {
	margin-top: 0;
}


/**************************************/
.framed_sf .f {
	position: relative;
	z-index: 1;
	display: block;
	float: left;
	min-height: 100px;
	//height: 100px;
	width: 100%;
	color: #000000;
}
.framed_sf .c {
	position: relative;
	z-index: 2;
	display: block;
	margin: 0 0 0 0;
	padding: 10px 6px 10px 2;
	//padding-right: 10px;
}

.framed_sf .t
, .framed_sf .b {
	position: absolute;
	z-index: 1;
	top: -28px;
	/*
	//top: auto;
	*/
	bottom: 0;
	left: -24px;
	right: -4px;
	overflow: hidden;
	//width: expression(this.parentNode.clientWidth + 41);
	//height: expression(this.parentNode.clientHeight + 27);
}
.framed_sf .b {
	top: auto;
	bottom: -17px;
	_bottom: -16px;
	height: 17px;
}
.framed_sf .r {
	left: auto;
	-left: 6px;
	right: -18;
	_right: -20px;
	//margin-left: 100%;
	width: 14px;
}
.framed_sf .t *
, .framed_sf .b * {
	position: absolute;
	top: 0px;
	left: 0px;
	/* Общие ширина и высота изображения. Можно указать с запасом. */
	width: 400px;
	height: 720px;
	background: url('subscribeform_frame.png') 0 0 no-repeat;
	-background-image: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/f/1/press/subscribeform_frame.png',sizingMethod='crop');
}

.framed_sf .t * {
	margin-top: -10px;
}
.framed_sf .l * {
	//width: 100%;
	margin-left: -11px;
}
/*********************/




table.subscribe_form {
	margin-top: 9px;
	border-collapse: collapse;
	width: 100%;
}
table.subscribe_form td {
	padding: 0.6em 0.4em 0.2em 0 !important;
}
table.subscribe_form td.right {
	text-align: right !important;
}
table.subscribe_form td.label {
	width: 30%;
}
table.subscribe_form td label {
	font-style: italic;
	font-size: 0.95em;
}
table.subscribe_form td input.text {
	width: 100%;
	font-size: 1em;
	font-style: italic;
	font-family: Georgia, serif;
}
table.subscribe_form td textarea {
	display: block;
	width: 100%;
	font-size: 1.2em;
	font-style: italic;
	font-family: Georgia, serif;
}


.msg_ok,
.msg_error,
.empty_form,
.send_error,
.wrong_uid
p {
	padding-top: 2em;
	font-style: italic;
	font-size: 0.9em;
}

img.i-loading {
	margin-left: 45%;
}