input {
	font-size: .9em;
}
.textFieldBG {
	background-image: url(../images/textfield.gif);
	height: 30px;
	width: 490px;
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: no-repeat;
	padding-top: 3px;
}
.textfield {
	height: 15px;
	width: 478px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.messagefield {
	width: 95%;
	background-image: url(../images/messagefield.gif);
	background-repeat: no-repeat;
	height: 330px;
	background-position: 0px 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 0px none #FFF;
}
.spamfield {
	height: 15px;
	width: 50px;
	border: 0px none #FFF;
}
.spamCodeBG {
	background-image: url(../images/spamfield.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 56px;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}
.required {
	color: #F00;
}
.sendMessage {
	height: 30px;
	background-image: url(../images/btnSendMessage.gif);
	background-repeat: no-repeat;
	width: 113px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	float: left;
}

