body
{
	text-align: left;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #efeeed;
	border: 0;
}

h1, h2, h3, h4, h5, h6, p
{
	font-size: 1em;
}

html, body, form, fieldset, input
{
	margin: 0;
	padding: 0;
}

a
{
	color: #c90044;
	font-weight: bold;
	text-decoration: none;
}

a:focus
{
	background-color: #5e574d;
	color: #fff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

input,
select
{
	font-size:1.1em;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #4a423c ;
	margin-bottom: 13px;
}

fieldset
{
	margin-bottom: 10px;
	padding: 10px;
	border: 1px dotted #4a423c;
	border-top: none;
	border-left: none;
	border-right: none;
	background: #f6f5f5;
}

legend
{
	font-size: 1.2em;
	font-weight: bold;
}

.genericFormMessage
{
	clear: both;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	color: #c90044;
}

label
{
	display:block;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 1.1em;
}

 input.genericButton
{
	margin: 0 0 15px 0;
	text-align: right;
}

.submitButton
{
	position: relative;
	left: 10px;
}

.genericTextField
{
	width: 40%;
}

.mandatoryImage
{
	padding: 0 2px 4px 0;
}

.genericCheckbox 
{
	display:block;
	width: 100%;
}

.genericCheckbox label
{
	float: left;
	display:block;
	width: 90%;
	margin-left: 5px;
	clear:right;
	font-weight: normal;
}

.genericCheckbox input
{
	float:left;
	clear: left;
}

.theBreaker
{
	height: 0.005em;
	clear: both;
	overflow: hidden;
}

.pushDown
{
	margin-top: 5px;
}