label
{
	display: block;
	font-weight: bold;
	margin-bottom: 1px;
}

.field
{
	margin-bottom: 10px;
}

.textfield
{
	border: 0px;
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	font-size: 11px;
	color: #404040;
}

.textarea-large
{
	border-style: none;
	border-width: 0px;
	resize: none;
	width: 320px;
	padding: 10px;
	font-size: 11px;
	height: 120px;
	background: url(/img/textarea-large.png);
	background-position: left 0px;
	background-color: transparent;
	letter-spacing: 1px;
}

.textarea-large:focus
{
	background-position: left -140px;
	color: #333;
}

.textfield
{
	background-image: url(/img/textfield.png);
	background-position: left 0px;
	width: 200px;
	height: 22px;
	line-height: 22px;
	letter-spacing: 1px;
}

.textfield.large
{
	background-image: url(/img/textfield-large.png) !important;
	width: 340px !important;
}

.textfield:focus
{
	background-position: left -22px;
	color: #333;
}

span.select 
{
	position: absolute;
	display: block;
	width: 180px;
	height: 17px;
	padding: 4px 2px 0 8px;
	color: #fff;
	background: url(/img/select.png) no-repeat;
	overflow: hidden;
	font-size: 11px;
}

.submitfield
{
	margin-top: 20px;
}

button
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-style: none;
	border-width: 0px;
	outline: none;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	background-image: url(/img/button.png);
	height: 22px;
	line-height: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	width: 200px;
	cursor: pointer;
	float: right;
	text-align: left;
}

button:hover
{
	background-position: 0px -22px;
}


button:active
{
	background-position: 0px -44px;
}
