#wrapper {
	background: url('../images/register.jpg');
	border-color: #ff4d6a;
}


#preSubText {
	/*width: 400px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #999999;*/
	padding-top: 10px;
}


#content {
	/*background: red;*/
	color: #2f2011;
	margin: 38px 0px 0px 164px;
	padding: 0px;
	/**/width: 700px;
}

/**html #content {
	margin: 20px 0px 0px -220px;
}*/
.item {
	width:420px;
}

h1 {
	background: url('../images/titles/joinourdatabase.png') no-repeat;
}	


#content p.names {
	float: left;
	text-align: left;
}

#content p.emails {
	float: right;
	text-align: right;
}

#content p.company {
	font-size: 0.8em;
	clear: both;
	text-align: justify;
}

.centre {
	width: 100%;
	text-align: center;
}


#information {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*width: 548px;*/
	z-index: 10;
}

.message_info {
	position: absolute;
	top: 30px;
	right: 30px;
	/*float: left;*/
	margin: 15px 13px 0px 10px;
	background: #ffffff;
	border: 2px solid red;
	padding: 10px;
	width: 350px;
}

#rollover {
	position: absolute;
	/*visibility: hidden;*/
	display: none;
	width: 380px;
	border: 1px solid  #2f2011;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	background: #FFFFFF;
	color:  #2f2011;
	font-size: 12px;
	padding: 20px;
	z-index: 20;
	margin: -5px 0 0 10px;
}

#infoRo {
	cursor: pointer;
	border: 0px;
	position: absolute;
	
}
