@charset "UTF-8";
#formWrap {
	background: #eee;
	padding: 1em 0;
	width: 460px;
}

#frmContact {
	width: 400px;
	margin: 0 auto;
}

#formWrap p {
	color: #333333;
	font-size: 0.85em;
	line-height: 1.2;
	margin-top: 1.4em;
	margin-right: 0px;
	margin-bottom: 1.4em;
	margin-left: 30px;
}input.text {
	width: 250px;
}
textarea {
	width: 300px;
	margin-top: 0.5em;
}

p.required {
	position: relative;
}

span.required {
	position: absolute;
	left: 266px;
	color: #c00;
	background: center;
	top: 18px;
}
input.text:focus, textarea:focus {
	background-color: #CCFF99;
}

#payButton {
	margin-top: 20px;
}
