body {
	font-family:Helvetica,Arial, sans-serif;
	font-size:15px;
}
h1 {
	font-family:Helvetica,Arial, sans-serif;
	font-size:20px;
	color:#562988;
	padding:10px 0px 0px 30px;
	text-transform:lowercase;
}
p, legend, label, ul {
	font-family:Helvetica,Arial, sans-serif;
	font-size:15px;
	color:#a7a9ac;
	text-align:left;
}
strong {
	color:#562988;
}
p, ul, div.submit {
	margin-left:30px;
	width:500px;
}
fieldset {
	border: none;
	width:500px;
}

legend {
	font-weight: bold;
	padding: 0px;
}

div.text label {
	display: block;
	float: left;
	width: 175px;
	padding-left: 9px;
}

div.radio label {
	padding-right: 10px;
	font-size: 12px;
}

div.radio label:hover {
	background: #EEE;
}

div.radio {
	margin-bottom: 10px;
}

div.input {
	margin-left:30px;
}

form div.required label, .req-example {
	color: #990000;
	padding-left: 9px;
	font-weight: bold;
	background-image: url(../img/required.gif);
	background-repeat: no-repeat;
	background-position: top left;
} 

#flashMessage {
	position: relative;
    margin: 0 0 15px 30px;
    padding: 0;
    border: 1px solid;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
    width: 500px;
    
    background: #fffbcc url('../img/information.png');
    border-color: #e6db55;
    color: #666452;
    
    display:block;
    font-style:normal;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em;
    
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
}

div.error_messages p, div.error_messages ul li {
	color: #990000;
	font-weight: bold;
}

.error-message {
	color:#990000;
	font-size: 12px;
	margin-top:0px;
	margin-bottom:5px;
	padding:2px 0px 2px 18px;
	background:url(../img/cross_circle.png) no-repeat;
}
