/* formular */
input, textarea, select {
	font-family: arial,helvetica,sans-serif;
	font-size:14px;
}
select {
	font-size:14px;
	height:28px;
	line-height:28px;
}
input, textarea {
}
input[type=file],
input[type=password],
input[type=text] {
	height:26px;
	line-height:26px;
	text-indent:5px;
}

textarea,
input[type=file],
input[type=password],
input[type=text] {

	border:1px solid #f1b555;
	color:#8d8e8e;
	color:#666;
	/*font-style:italic;*/
}
textarea {
	padding:0px 0 0 0px;
}
textarea:hover,
input:hover,
input:focus {
	/*border: 1px solid #d71e00;*/
}

input[type=file] {
	background:#fff;
}
input[type=checkbox] {
	border:0;
}
input[type=radio] {
	border:0;
}


a.button:link,
a.button:visited,
a.button:active,

a.button_small:link,
a.button_small:visited,
a.button_small:active,

a.button_small_2:link,
a.button_small_2:visited,
a.button_small_2:active,

input[type=submit],
input[type=button] {
	cursor: pointer;
	width:155px;
	height:34px;
	background:url(../img/button.png) center center no-repeat;
	color:#376193;
	font-style:normal;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	border:0;
}
input[type=submit]:hover,
input[type=button]:hover {
}


label {
	cursor:pointer;
	border:none;
	color:#888;
}

.finput {
	border: 1px solid #963836 !important;
}
.formblock {
	width:90px;
}
/* /formular */
