/* Styles */
form.contactForm {
	margin: 0;
	padding: 0;
}

fieldset.contactForm {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}

legend.contactForm{
	margin: 1em 0;
	padding: 0 .5em;
	color: #036;
	background: transparent;
	font-weight: bold;
}

label.contactForm {
	float: left;
	width: 150px;
	padding: 0 1em;
	text-align: right;
	font-size:78%;
}

label.small {
	float: left;
	width: 80px;
	padding: 0 1em;
	text-align: right;
	font-size:78%;
}

input.contactForm {
	height: 25px;
}

fieldset.contactForm div {
	margin-bottom: .5em;
	padding: 0;
	white-space: nowrap;
	/*display: block;*/
}

fieldset.contactForm div input {
	width: 200px;
	height:16px !important;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset.contactForm div textarea {
	width: 200px;
	height:300px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset.contactForm div textarea.short {
	width: 200px;
	height:100px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
}

fieldset.contactForm div input.radiobutton {
	width: 10px;
	height:16px !important;
	border: 0;
	padding-right: 1px;
	color: #333;
}

fieldset.contactForm .design_list_vertical input {
	width: 50px;
	border: 0px;
	
}

fieldset.contactForm div select {
	padding: 1px;
	width: 200px !important;
	background-color: #ffffff !important;
	color: #000000 !important;
}

fieldset.contactForm div select.wide {
	padding: 1px;
	width: 380px !important;
	background-color: #ffffff !important;
	color: #000000 !important;
}


.ident {
	margin: 5px 0;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 10px;
}

div.fm-multi label {
	/*width: 150px;*/
	padding-left: 1em;
	text-align: left;
	font-size:12px;

}
#IDCEC2D
{
	margin-left: 25px;
	width: 15px;
	height:16px;
	margin-bottom:4px;
	margin-top:3px;
	border:0px;
}
#ID85F5B
{
	margin-left: 25px;
	width: 15px;
	height:16px;
	margin-top:3px;
	margin-bottom:4px;
	border:0px;	
}

#fm-submit {
	clear: both;
	text-align: center;
}

#fm-submit p 
{
	text-align: center;
}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

	
/* required fields - does not work in IE */
fieldset.contactForm div.fm-req {
	font-weight: bold;
}

fieldset.contactForm div.fm-req label:before {
	content: "* "; /* does not work in IE */
}

fieldset.contactForm br
{
	line-height: 4px;
}