form#WIB_contactForm fieldset
{
	border: 0;
	padding: 0;
}
div.WIB_formRow
{
	border-bottom: 1px dotted #a78021;
	padding: 4px 0;
}
div.WIB_formRow:first-child
{
	border-top: 1px dotted #a78021;
}

div.WIB_formRow label
{
	display: block;
	float: left;
	width: 160px;
	color: #f5f6f6;
	padding: 2px 0 2px 20px;
}

div.WIB_formRow textarea,
div.WIB_formRow input
{
	background: #666;
	border: 0;
	width: 232px;
	padding: 2px 4px;
	color: #f5f6f6;
	font-family: "BitstreamVeraSansRoman", sans-serif;
	font-size: 12px;
}

div.DCMS_info_error
{
	color: #c7430e;
	padding: 12px 0;
}

div.WIB_formRow.WIB_warning textarea,
div.WIB_formRow.WIB_warning input,
div.WIB_formRow textarea.WIB_warning,
div.WIB_formRow input.WIB_warning
{
	background: #7e625d;
}

span.WIB_formRequired
{
	padding-left: 4px;
	color: #ecb631;
}

div.WIB_contact_submit
{
	text-align: left;
	height: 30px;
}
div.WIB_contact_submit em
{
	color: #ecb631;
}
div.WIB_contact_submit input
{
	background: url(../images/WIB/BTN_send.png) no-repeat top left;
	width: 113px;
	line-height: 24px;
	height: 33px;
	padding: 2px 0 8px 10px;
	border: 0;
	color: #f5f6f6;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	float: right;
	outline: none;
}

div.WIB_contact_submit input:hover
{
	color: #000;
	background: url(../images/WIB/BTN_send.png) no-repeat 0 -33px;
}


div#WIB_formMessage 
{
	position: relative;
	border-bottom: 0;
	margin-top: 12px;
}
div#WIB_formMessage label
{
	width: 150px;
	height: 33px;
	background: url(../images/WIB/BG_formMessage.png) no-repeat 130px bottom;
	position: absolute;
	top: -33px;
}
div#WIB_formMessage textarea
{
	margin-top: 0;
	width: 412px;
}

div#WIB_formError ul
{
	margin-top: 12px;
	border: 0;
}
div#WIB_formError ul li
{
	border: 0;
	line-height: 130%;
	padding: 0 0 0 14px;
	background-position: left 2px;
	color: #ecb631;
	font-style: italic;
}
div#WIB_formError ul li#WIB_formHint
{
	background: none;
	padding-left: 0;
}

