﻿.ef_body
{
	margin: 0px;
}

.ef_title
{
	color: black;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	float:left;
	margin-bottom:15px;
}

.ef_closeWindow 
{
	float:right;
	margin-bottom:15px;
}

a
{
	color: blue;
	font-family: Verdana;
	font-size: 11px;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline!important;
}

.ef_clear
{
	clear:both;
}

.ef_content, .ef_privacyPolicy
{
	color: black;
	font-family: Verdana;
	font-size: 11px;
}

.ef_fieldLabel
{
	color: black;
	font-family: Verdana;
	font-size: 11px;
	vertical-align:top;
	font-weight:bold;
}

.ef_fieldControl
{
	vertical-align:top;
}

.ef_requiredField
{
	color:#990000;
	font-weight:normal!important;
}

.ef_sendButton
{
	display:block;
	margin-top:10px;
	float:right;
}