﻿span.checkbox 
{
	width: 19px;
	height: 21px;
	padding: 0 5px 0 0;
	background: url(../Images/bgCheckBox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio 
{
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../Images/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.select 
{
	position: absolute;
	width: 61px;
	height: 17px;
	padding: 4px 0 0 6px;
	font: 11px tahoma;
	color: #000000;
	background: url(../Images/bgSelectList.png) no-repeat;
	overflow: hidden;
}

.input
{
	width: auto;
	height: 18px;
	padding: 3px 5px 0 5px;
	border: none;
	font: 11px tahoma;
	color: #000000;
}

.textFieldShort
{
	width: 57px;
	background: url(../Images/bgTextFieldShort.png) left top no-repeat;
}

.textFieldLong
{
	width: 197px;
	background: url(../Images/bgTextFieldLong.png) left top no-repeat;
}

.textArea
{
	width: 278px;
	height: 78px;
	padding: 3px 1px 3px 5px;
	background: url(../Images/bgTextArea.png) left top no-repeat;
}