/* Forms
--------------------------------------------------------------- */
fieldset
{
	background: #FFF url(../img/form-fieldset-bg.png) bottom;
	margin-bottom: 25px;
	padding-bottom: 50px;
}
fieldset h2
{
	background: transparent url(../img/form-fieldset-top.png) no-repeat;
	color: #999;
	margin-bottom: 0px;
	padding: 25px;
}
fieldset h2 img
{
	margin-right: 12px;
}
fieldset p
{
	color: #999;
	margin-left: 60px;
}
.checkbox, .select, .submit, .text, .textarea
{
	color: #666;
	margin-bottom: 12px;
	margin-left: 60px;
	overflow: hidden;
}
.checkbox input
{
	margin-right: 12px;
}
.select label, .text label, .textarea label
{
	display: block; 
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-right: 12px;
	margin-top: 1px;
	text-align: right;
	width: 108px;
}
.select label.error, .text label.error, .textarea label.error
{
	color: #C00;
	font-size: 10px;
	margin-left: 118px;
	width: 300px;
}
.select select
{
	border: 1px solid #CCC;
	width: 300px;
}
.submit
{
	margin-top: 25px;
}
.submit button
{
	background: #AAA;
	border: 3px solid #DDD;
	color: #FFF;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 6px 25px;
	text-transform: uppercase;
}
.text input, .textarea textarea
{
	border: 1px solid #CCC;
	padding: 3px;
	width: 294px;
}
