/* formular */
input, textarea, select {
	font-family: arial,helvetica,sans-serif;
}
select {
}
input, textarea {
}
input[type=file],
input[type=password],
input[type=text] {
}

textarea,
input[type=file],
input[type=password],
input[type=text] {
	background:#fff;
	border:1px solid #ccc;
	color:#4f4f4f;
	height:18px;
}
textarea {
	padding:5px 0 0 5px;
}
textarea:hover,
input:hover,
input:focus {
	/*border: 1px solid #d71e00;*/
}

input[type=file] {
	background:#fff;
}
input[type=checkbox] {
	border:1px solid #f2f2f2;
	/*padding:0;
	margin:0;
	background:#f2f2f2;
	*/
}
input[type=radio] {
	border:0;
}



input[type=submit],
input[type=button] {
	cursor: pointer;
	/*
	color:#fff;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	text-align:center;
	background:#cacaca;
	padding:5px 15px;
	border:1px solid #cacaca;
	*/

}
input[type=submit]:hover,
input[type=button]:hover {
	/*background:#003a5b;
	color:#eee;
	border:1px solid #2d84a2;
	*/
	/*background:#2d84a2;
	border:1px solid #2d84a2;
	*/
}


/*
a.button:hover{
	color:#376193;
	text-decoration:none;
}
*/


label {
	cursor:pointer;
	border:none;
	color:#222;

}
.label {
	display:block;
	height:28px;
	line-height:28px;
	/*text-transform:uppercase;*/
	font-weight:normal;
	font-size:14px;
}

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