﻿textarea.textarea 
{
	width: 180px;
	height: 72px;
	border: solid 1px gray;
	font-size: 11px;
}

input.text 
{
	width: 180px;
	border: solid 1px gray;
}

input.smallField 
{
	width: 100px;
}

.checkbox input
{
	padding: 0;
	margin: 0;
}

select.text 
{
	width: 182px;
}

input.button 
{
	width: 100px;
	font-size: 11px;
}

input.textSearch 
{
	width: 118px;
	height: 13px;
	border: 0;
	font-size: 11px;
	color: #666666;
	padding:0;
	overflow: hidden;
	font-family: Verdana;
}

input.btnsearch 
{
	font-size: 11px;
}

