
#email_flds {
	position: relative;
	height: 250px;
	width: 600px;
	top: 10px;
	left: 0px;
}

#lblFromName {
	position: absolute;
	top: 30px;
	left: 30px;
}
#FromName {
	position: absolute;
	top: 30px;
	left: 200px;
}
.ErrFromName {
	position: absolute;
	top: 30px;
	left: 500px;
}

#lblFromAddress {
	position: absolute;
	top: 60px;
	left: 30px;
}
#FromAddress {
	position: absolute;
	top: 60px;
	left: 200px;
}
.ErrFromAddress {
	position: absolute;
	top: 60px;
	left: 500px;
}

#lblToName {
	position: absolute;
	top: 90px;
	left: 30px;
}
#ToName {
	position: absolute;
	top: 90px;
	left: 200px;
}
.ErrToName {
	position: absolute;
	top: 90px;
	left: 500px;
}

#lblToAddress {
	position: absolute;
	top: 120px;
	left: 30px;
}
#ToAddress {
	position: absolute;
	top: 120px;
	left: 200px;
}
.ErrToAddress {
	position: absolute;
	top: 120px;
	left: 500px;
}

#lblSubject {
	position: absolute;
	top: 150px;
	left: 30px;
}
#Subject {
	position: absolute;
	top: 150px;
	left: 200px;
}
.ErrSubject {
	position: absolute;
	top: 150px;
	left: 500px;
}
#lblMessage {
	position: absolute;
	top: 180px;
	left: 30px;
}
#Message {
	position: absolute;
	top: 180px;
	left: 200px;
}

#btnSubmit {
	position: absolute;
	top: 190px;
	left: 30px;
	width: 150px;
	text-align: center;
}

#btnReset {
	position: absolute;
	top: 190px;
	left: 200px;
	width: 150px;
	text-align: center;
}

#EmailSent {
	position: absolute;
	top: 290px;
	left: 420px;	
}
.EmailError {
	color: #DC143C;
}
