body {
	font-size : 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #000000;
	background-color: #fff;
	margin-top: 0;
}

.endusermessage {
	background-repeat: no-repeat; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	max-width: 800px;
	background-color: #fff;
	margin-top: 10px;
}

.endusermessage img {
	width: auto;
}

.endUserBgImage {
	margin: 10px 0;
	text-align: left;
}

.endusermessage h2 {
	background-color: #c00;
	padding:20px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}

.endusermessage h3 {
	text-align: left;
	margin-bottom: 10px;
}

.endusermessage dl {
	font-size: 12px;
	overflow:hidden;
	padding:20px;
	border:1px solid #ccc;
}

.endusermessage dt {
	float:left;
	text-align: left;
	width:30%;
	padding:0;
	margin: 0 0 15px 0;
	font-weight: bold;
}

.endusermessage dd {
	float:left;
	width:70%;
	padding:0;
	margin: 0 0 15px 0;
	text-align: left;
}

.endusermessage div {
	width: 100%;
}

.endUserAttributes {

}

div.control {
	clear: both;
	text-align: left;
}

hr.control {
	display:none;
}

.control form {
	margin-top: 10px;
}

