#escribenos{
	margin:0;
}
.borderGrey {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.RegistrationFont {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #F7F7F1;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid #999999;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.registrationDetailfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
