#display h3 {
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	width: 100%;
	color: #666;
	padding-bottom: 15px;
	text-align: center;	
}
fieldset {
	padding: 10px;
	border: none;
}
legend {
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	background-color: #e4e3e3;
	border: solid 1px #ccc;
	color: #000;
	padding: 8px;
	font-weight: bold;
}
label {
	float: left;
	width: 100%;
	padding: 10px;

}
label span {
	float: left;
	width: 75px;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;

}
input {
	font-family: verdana;
	font-size: 10px;
	padding: 2px;
}
.txt {
	border: solid 1px #ccc;
	width: 150px;
}
.stxt {
	border: solid 1px #ccc;
	width: 285px;

}
.txtg {
	border: solid 1px #ccc;
	width: 150px;
	background-color: #e4e3e3;
}
.stxtg {
	border: solid 1px #ccc;
	width: 285px;
	background-color: #e4e3e3;
}
.txte {
	border: solid 1px #e60b0b;
	width: 150px;
	background-color: #f9fbce;
}
.stxte {
	border: solid 1px #e60b0b;
	width: 285px;
	background-color: #f9fbce;
}
span.div {
	float: left;
	display: block;
	width: 100%;
	text-align: left;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}
textarea {
	border: solid 1px #ccc;
	float: left;
	width: 360px;	
	font-family: verdana;
	font-size: 12px;
	padding: 2px;

}
.txtafocus {
	background-color: #e4e3e3;
}
.txtablur {
	background-color: #fff;	
}
span.submit {
	float: left;
	display: block;
	width: 100%;
	text-align: left;
	padding: 10px;
}
#submitter {	
	float: left;
	width: 100%;
	padding-left: 10px;
	text-align: left;
}
#submitter p {
	font-weight: bold;
	font-family: verdana;
	font-size: 18px;
	color: #666;
	background-image: url(../graphics/loading.gif);
	background-repeat: no-repeat;
	background-position: 100px 50px;
	height: 400px;
}
#errors {
	padding: 10px;
	background-color: #e4e3e3;
	border: solid 1px #ccc;
}
#errors h3 {

}
#errors p {
	color: #B22222;
	font-weight: bold;
	padding: 4px;
	background-image: url(error.png);
	background-repeat: no-repeat;
	text-indent: 20px;
}
#sentdiv {
	padding: 10px;
}
#sentdiv h3 {

}
#sentdiv p {
	padding: 5px;
	text-align: left;
	font-family: "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}