
#contact dt
{
	color: #D74F78;
	font-size: 15px;
}
	
#contact dd
{
	padding: 6px 0 18px 24px;
}

#contact dd a
{
	color: #F1FDF3;
	text-decoration: none;
	font-weight: bold;
}

#contact dd a:hover
{
	color: #FCB02F;
}

/** FORM **/

#contact form 
{
	width:400px;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
}

#form fieldset
{
	border:solid 0 #050006;
	background-color:#050006;
	padding:0;
}

#form input,#form textarea
{
	border:solid 0 #fff;
	background:#F1FDF3;
	padding:3px;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#form label
{
	display:inline;
	padding-bottom:3px;
	color:#7E7DC2;
}

#form legend
{
	display:none;
}

#form .textfield
{
	margin:4px 0 12px;
	padding:3px;
	height:22px;
	background-color:#F1FDF3 !important;
	voice-family:inherit;
	width:400px;
}

#form fieldset>input.textfield
{
	background:#F1FDF3;
}

#form textarea
{
	margin:4px 0 0 0;
	padding:0;
	height:165px;
	border:solid 0 #fff;
	background:#F1FDF3;
	voice-family:inherit;
	width:406px;
}

#form fieldset>textarea
{
	background:#F1FDF3;
}

#form .submit
{
	margin:15px 0 6px -8px;
	background:#452952;
	height:38px;
	width:192px;
	color:#7E7DC2;
	font-weight:bold;
}

#form .submit:hover
{
	color:#FCB02F;
	cursor: hand;
}