form
{
	margin: 10px 0px 0px 0px;
	padding-bottom: 0px;
}
fieldset
{
	border: 0px dotted #ccc;
	padding-bottom: 20px;
	font-size: 1em;
}
legend
{
	font-size: 0.95em;
	color: #333;
	padding: 10px 5px 10px 0px;
	margin: 0px;
}
label
{
	color: #d31145;
	width: auto;
	display:block;
	text-align: right;
	margin-right: 5px;
}
input, textarea, select
{
	color: #666;
	border: 0px solid #ccc;
	padding: 4px 8px;
	margin: 0px 10px 0px 3px;
	width: 236px;
}
input
{
	height: 15px;
	background: #fff url(../images/form/input.gif) no-repeat left top;
}
textarea
{
	height: 124px;
	background: #fff url(../images/form/textarea.gif) no-repeat left top;
}
.checkbox input, .checkbox input:focus
{
	width:auto;
	background: none;
}
.checkbox DIV
{
	margin-right: 15px;
}
input:focus
{
	background: #fff url(../images/form/input.gif) no-repeat left bottom;
}
textarea:focus
{
	background: #fff url(../images/form/textarea.gif) no-repeat left bottom;
}
input#submit, input#clear
{
	border: 1px solid #d31145;
	width: auto;
	height: auto;
	padding: 2px;
	color: #fff;
	background: #d31145;
}
form #submit:hover, form #clear:hover
{
	border: 1px solid #000;
}
form table, form tr, form td
{
	border: 0px solid red;
	border-collapse:separate;
	vertical-align: top;
}
form td
{
	padding: 15px 3px 0px 0px;
}
.narrow input
{
	width: 30%;
}
#info, #contact .error
{
	color: #FF0000;
}

/* Newsletter specific styles */

form#newsletter
{
	padding: 0px;
	margin: 0px;
}
#newsletter fieldset
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#newsletter legend
{
	color: #fff;
	height: 0px;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}
#newsletter label
{
	text-align: left;
	margin-right: 0px;
}
#newsletter input
{
	border: 1px solid #ccc;
	width: 160px;
	margin: 0px 10px 0px 10px;
	background: none;
}
#newsletter input:focus, #newsletter textarea:focus
{
	border: 1px solid #c11f43;
}
#newsletter #submit
{
	border: 0;
	width: 124px;
	padding: 1px 50px 3px 8px;
	text-align: left;
	background: transparent url(../images/morelink.gif) 0px 0px no-repeat;
}
#newsletter td
{
	padding: 0px 3px 10px 0px;
	margin: 0px
}

#info P
{
	color: #fff;
	padding: 10px;
	background-color: #d31145;
	margin-bottom: 20px;
}