/**
*** Author: Lotsmanov Vyacheslav (c) 2009
*** E-Mail: lotsmanov-va@ya.ru
**/



DIV.sform_input_block {
	display: inline-block;
}



TABLE.sform_input-text
{
	display: inline-table;
	vertical-align: middle;
	border: 0;
	border-collapse: collapse;
	cursor: text;
	height: 27px;
	margin-top: 3px;
}
TABLE.sform_input-text TD
{
	padding: 0;
	vertical-align: top;
	height: 27px;
}
TABLE.sform_input-text TD.sform_input-text_c
{
	background: url(../images/inputs/input-text_bg.png) 0 0 repeat-x;
	position: relative;
}
INPUT.sform_input-text
{
	border: 0;
	margin: 0;
	padding: 0;
	color: #525252;
	background-color: transparent;
	cursor: text;
	padding-top: 6px !important;
	padding-bottom: 5px !important;
	position: relative;
	display: block;
}



TABLE.sform_input-submit
{
	display: inline-table;
	vertical-align: middle;
	border: 0;
	border-collapse: collapse;
	cursor: pointer;
	height: 27px;
}
TABLE.sform_input-submit TD
{
	padding: 0;
	vertical-align: top;
	height: 27px;
}
TABLE.sform_input-submit TD.sform_input-submit_c
{
	/*background: #009d43;*/
	position: relative;
}
INPUT.sform_input-submit, BUTTON.sform_input-submit
{
	border: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #009d43;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	height: 27px;
}



TABLE.sform_textarea
{
	border: 0;
	border-collapse: collapse;
	cursor: text;
}
TABLE.sform_textarea TD
{
	padding: 0;
	vertical-align: top;
}
TEXTAREA.sform_textarea
{
	border: 0;
	margin: 0;
	padding: 0;
	color: #525252;
	background-color: transparent;
	cursor: text;
	overflow-x: auto;
	overflow-y: scroll;
}



INPUT.sform_input-radio {
	display: none;
}

SPAN.sform_input_radio_container IMG {
	border: 0 !important;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin: 0 0 3px 0;
}



SPAN.sform_input_checkbox_container {
	position: relative;
}

INPUT.sform_input-checkbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	z-index: -9999;
	display: none;
}

SPAN.sform_input_checkbox_container IMG {
	border: 0 !important;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	margin: 0 0 3px 0;
	z-index: 10;
}