input.big-text
{
	width: 328px;
	height: 37px;
	margin: 10px 0px 15px 0px;
	padding: 10px 0px 10px 15px;
	background: url('../resources/text-input.jpg');
	border: 0px;
	float: left;
	
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	line-height: 30px;
}

input.multi
{
	margin-bottom: 0px;
}

select.big
{
	width: 328px;
	height: 37px;
	margin: 15px 0px 15px 0px;
	padding: 10px 15px 10px 0px;
	background: #d5d5d5;
	border: #333333;
	float: left;
	
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	line-height: 30px;
	text-indent: 5px;
}

textarea.big
{
	width: 328px;
	max-width: 328px;
	height: 148px;
	margin: 15px 0px 15px 0px;
	padding: 10px 15px 10px 0px;
	background: #d5d5d5;
	border: #333333;
	float: left;
	
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	line-height: 30px;
	text-indent: 5px;
}

select.big option
{
	background: #d5d5d5;
}

input.big-submit
{
	width: 36px;
	height: 37px;
	background: url('../resources/submit.jpg') 0px 0px;
	border: 0px;
	margin: 10px 0px 0px 10px;
	cursor:pointer;
}

input.big-submit:active
{
	background-position: 0px -37px;
}

input.submit
{
	width: 87px;
	height: 37px;
	margin: 30px 0px 60px 0px;
	background: url('../resources/submit-text.jpg') 0px 0px;
	border: 0px;
	cursor: pointer;
}

input.submit:active
{
	background-position: 0px -37px;
}

form#brochure
{
	padding-bottom: 20px;
}

label
{
	display: block;
	margin:0;
	padding-top: 10px;
	line-height: 1.4em;
	font-weight: bold;
	font-size: 14px;
	overflow:auto;
}

form ul
{
	padding-top: -10px;
}

form li
{
	background: none;
	margin:0;
	padding:10px 0px 10px 20px;
	float: left;
	width: 100%;
}

form li.highlighted
{
	background: #292929;
}

li.error
{
	border: 2px dotted #ff0000;
}

form .guidelines
{
	background:#444444;
	margin-right: 20px;
	margin-top: -13px;
	padding:8px 10px 9px 15px;
	visibility:hidden;
	width: 180px;
	float: right;
}

form li:hover .guidelines, form li.highlighted .guidelines
{
	visibility:visible;
}

form ul.element
{
	overflow: auto;
	margin-top: 10px;
}

form ul.element p
{
	line-height: 1.4em;
}

form ul.element li
{
	width: 460px;
	padding: 10px 10px 0px 0px;
	height: auto;
}

form ul.element li label
{
	padding-top: 0px;
	line-height: 1.6em;
}

label input
{
	margin: 0px 10px 0px 0px;
}
