/* 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;
}
.select, .submit, .text
{
	color: #666;
	margin-bottom: 12px;
	margin-left: 60px;
	overflow: hidden;
}
.select label, .submit label, .text 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, .submit label.error, .text label.error
{
	color: #C00;
	font-size: 10px;
	margin-left: 118px;
	width: 300px;
}
.select select
{
	border: 1px solid #CCC;
	width: 300px;
}
.submit button
{
	background: url(../img/form-button-join-newsletter.png) no-repeat;
	height: 45px;
	width: 150px;
}
.submit button:hover
{
	background-position-y: -45px;
}
.text input, .textarea textarea
{
	border: 1px solid #CCC;
	padding: 3px;
	width: 294px;
}
