html, body {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
text-align:left;
}

.regLeft {
	/*float:left;*/
	width:100%;
	margin-right:15px;
}

.regRight {
	/*float:left;*/
	width:100%;
}


h1 {
	font-size:14px;	
}

h3 {
	font-size:14px;
}

#dennisreg a {
	text-decoration: none;
	color: #AD042A;
	font-weight: bold;
}


#dennisreg fieldset {
	border:1px dotted #9c9c9c;
	padding: 8px 10px;
	margin: 10px 0;
	background-color: #EEEEEE;
}

#dennisreg legend {
	background-color: #fff;
	color: #333;
	border: 1px dotted #9c9c9c;
	font-weight: 700;
	margin: 0 0 0 1em;
	padding: 0.5em;
	font-size:12px;
}

#dennisreg label {
	float: left;
	height: 22px;
	line-height: 22px;
	margin-bottom: 4px;
	width: 180px;
}

#dennisreg input {
	
	border: 1px solid #9c9c9c;
	margin: 5px 2px 2px 0;
	
}

#dennisreg input.submit {
	width: 100px;
	padding: 3px;
	background-color: #333333;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#dennisreg input.passwordSubmit {
	width: 120px;
	padding: 3px;
	background-color: #333333;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

#dennisreg  .textlabel {
	float: left;
	width: 150px;
}

#dennisreg .formtext {
	float: left;
	font-weight:bold;
}

.help_wrapper {
	padding-left: 180px;
	font-style:italic;
}

#dennisreg label.recaptcha_input_area_text {
	float: none;
}

#dennisreg .error {
	font-size: 11px; line-height: 16px; border: 1px solid #FF0000; padding: 6px; background: url('/images/error_background.jpg');
}

#dennisreg .formError {
	font-size: 11px; line-height: 16px; border: 1px solid #FF0000; padding: 6px; background: url('/images/error_background.jpg');
}

#dennisreg .message {
	color: green;
	font-weight: bold;
}

#dennisreg dt {
	font-size: 120%;
	font-weight: bold;
	margin-bottom:3px;
	padding-left: 25px;
}

#dennisreg dd {
	clear: both;
	color: black;
	display: block;
	margin: 0 0 10px;
	padding: 0 0 0 27px;
}

dt#profile {
background:transparent url(/images/icon_profile.gif) no-repeat scroll 0 -2px;
}

dt#details {
background:transparent url(/images/icon_details.gif) no-repeat scroll 0 -2px;
}

dt#newsletters {
background:transparent url(/images/icon_newsletters.gif) no-repeat scroll 0 -2px;
}

dt#password {
background:transparent url(/images/icon_password.gif) no-repeat scroll 0 -2px;
}

dt#email {
background:transparent url(/images/icon_email.gif) no-repeat scroll 0 -2px;
}

dt#datapref {
background:transparent url(/images/icon_profile.gif) no-repeat scroll 0 -2px;
}

dt#logout {
background:transparent url(/images/icon_logout.gif) no-repeat scroll 0 -2px;
}

#dennisregtopmenu {
    background-color: black;
    color: white;
    text-align: left;
    padding: 10px 3px;
}

#dennisregtopmenu div.rightsection {
    float: right
}

#dennisregtopmenu div.leftsection {
    padding-left: 10px;
}

#dennisregtopmenu span.element {
    font-weight: bold;
    margin-right: 10px;
}

#dennisregtopmenu span.element a {
    color: white;
}

#dennisregtopmenu form {
    display: inline;
}
