#formlayer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	color: #FFFFFF;
	background-image: url(images/EmailBKG.jpg);
	background-repeat: no-repeat;
	position:absolute;
	width:650px;
	height:548px;
	top: 0px;
	left: 0px;
	z-index:1
}
#textlayer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	color: #FFFFFF;
	background-image: url(images/EmailBKG.jpg);
	background-repeat: no-repeat;
	position:absolute;
	width:650px;
	height:548px;
	top: 0px;
	left: 0px;
	z-index:1
}

#form {
	position: absolute;
	top: 116px;
	left: 40px;
	width: 320px;
	height: 300px;
/*	border: thin solid White;*/
}

#form2 {
	position: absolute;
	top: 25px;
	left: 65px;
	width: 530px;
	height: 500px;
	/*border: thin solid White;*/
}
#text {
	position: absolute;
	top: 260px;
	left: 40px;
	width: 550px;
	height: 120px;
	text-align: center;
/*	border: thin solid White;*/
}

#text a:link {
	color: #ffffff;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.bold14 {
	font-size: 14px;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

input {
	color: #000066;
}

p {
	margin-top: 12px;
	margin-bottom: 12px;
}