﻿form
{
	margin: 0;
	display: inline;
}

select, input
{
	font: 11px tahoma, arial, verdana;
	color: #000;
	padding: 2px;
}

textarea
{
	font: 11px tahoma, arial, verdana;
	border: 1px solid #bebebe;
	background: #fff;
	width: 279px;
	margin-top: 5px;
}

input.text
{
	border: 1px solid #bebebe;
	background: #fff;
	width: 275px;
	margin-top: 5px;
}

input.inline-check, select.inline-select
{
	display: inline;
	vertical-align: middle;
	margin-bottom: 2px;
}

input.submit
{
	border: 1px solid #bebebe;
	background: #4E89A2;
	color: #fff;
	width: 181px;
	font-weight: bold;
	cursor: pointer;
}

input.submit-search
{
	margin-top: 20px;
}

select
{
	border: 1px solid #bebebe;
	background: #fff;
	width: 181px;
	margin-top: 5px;
}

input.text-mini-search
{
	border: 1px solid #bebebe;
	background: #fff;
	width: 156px;;
	margin-top: 5px;
}