
td {
	font-size: 13px;
	color: #333333;	
}

div.fpass {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	font-size: 13px;
	color: #333333;
	width: 100%;
	left: 30px;
	top: 150px;
}

div.errormsg {
	font-size: 16px;
	color: #75b9e8;
	position: absolute;
	left: 10px;
	top: 55px;	
}

div.sendpass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #e5effb;
	border: 1px solid #6d7eaa;
	color: #2c68be;
	position: absolute;
	width: 400px;
	height: 100px;
	left: 10px;
	top: 130px;	
}

p.boxcontent {
	position: absolute;
	left: 60px;
	top: 20px;
}

p.headline {
	font-size: 21px;
	color: #332e68;
	position: absolute;
	top: 15px;
	left: 10px;	
}
