.form
{
	padding: 0 0 0.5em;
}

.form .ajaxupld
{
	background-color: #225522;
	border: 1px solid #114411;
	color: #ffeedd;
	font-family: verdana, "geneva ce", lucida, sans-serif;
	font-size: 1.1em;
	margin: 0 10px 0 0;
	padding: 0.3em;
}

.form .message
{
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 0.5em;
}

.form .message-error
{
	color: #ff3333;
}

.form .message-ok
{
	color: #33ff33;
}

.form .note
{
	font-size: 95%;
}

.form INPUT, .form TEXTAREA, .form SELECT
{
	background-color: #225522;
	border: 1px solid #114411;
	color: #ffeedd;
	font-family: verdana, "geneva ce", lucida, sans-serif;
	font-size: 1.1em;
	margin: 0 10px 0 0;
	padding: 0.3em;
	width: 240px;
}

.form INPUT.ajaxupld_cancelbutton
{
	background-color: #990000;
	border: 2px outset #990000;
	color: #ffffff;
	font-family: arial;
	font-size: 10px;
	height: 18px;
	margin: 0;
	padding: 2px;
	width: auto;
}

.form INPUT.inp_captcha_image
{
	border: 2px solid #114411 !important;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	width: auto !important;
}

.form INPUT.inp_captcha_textbox
{
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width: 120px;
}

.form INPUT.newsletter
{
	font-size: 0.9em;
	width: 120px;
}

.form INPUT.submit
{
	background: transparent;
	background-image: url('/project/40/images/33.png');
	background-position: right center;
	background-repeat: no-repeat;
	border: none;
	color: #ff6633;
	cursor: pointer;
	display: inline-block;
	_display: inline;
	=display: inline;
	float: none;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	margin: 0 2em 1em 0;
	-moz-outline: none;
	outline: 0;
	padding: 6px 40px 6px 0;
	text-transform: capitalize;
	width: auto;
}

.form INPUT.submit-newsletter
{
	background-image: url('/project/40/images/138.png');
	background-position: left center;
	font-size: 12px;
	font-style: italic;
	font-weight: bolder;
	margin: 0;
	-moz-outline: none;
	outline: 0;
	padding: 6px 0 6px 24px;
	text-transform: none;
}

.form INPUT.submitOLD
{
	background-color: #fe9f2e;
	border-color: #fe9f2e;
	border-style: outset;
	border-width: 1px;
	color: #003300;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0.5em 0;
	text-transform: uppercase;
	width: 120px;
}

.form INPUT.submit-search
{
	background-image: url('/project/40/images/137.png');
	background-position: left center;
	font-size: 16px;
	font-style: italic;
	font-weight: bolder;
	margin: 0;
	-moz-outline: none;
	outline: 0;
	padding: 8px 0 8px 40px ;
	text-transform: none;
}

.form SELECT
{
	font-size: 0.9em;
	padding: 0.1em;
	width: 250px;
}

.form SELECT OPTION
{
	padding: 0.3em 0.1em;
}

.form SELECT.sel_obor
{
	height: 8em;
}

.form SPAN.label
{
	color: #cc9900;
	display: block;
	font-size: 0.95em;
	font-weight: bold;
	padding: 0.5em 1em 0 0;
	white-space: nowrap;
}

.form SPAN.labeli
{
	display: inline;
}

.form SPAN.labelw
{
	white-space: normal;
}

.form SPAN.notrequired
{
	font-weight: normal !important;
}

.form SPAN.required
{
	color: #ff3300;
	font-weight: bold;
}

.form TEXTAREA
{
	height: 13em;
	width: 435px;
}

.formtable
{
}

.formtable TD, .formtable TH
{
	font-size: 1em;
	font-weight: normal;
	padding: 0.5em 0.3em;
	text-align: left;
	vertical-align: top;
}

.formtable-full
{
	width: 100%;
	_width: 98%;
}

#submit_button
{
	text-align: right;
}

