#bodyCopy{

}
.form {
	margin: 0 0 0 0;
	width:500px;
	text-align:center;
}

.item {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFC600;
	margin: 5px 90px 0 0;
	text-align:right;
}

.item em {
	margin: 0 5px 0 0;
	font-size:15px;
	font-weight:bold;
	color:#FFC600;
	font-style:normal;
	vertical-align:top;
}

.textholder {
	height:17px;
	width:302px;
	border:solid 1px #003B58;
}

.text {
	padding:5px 0 0 0;
	height:17px;
	width:302px;
	border:solid 1px #003B58;
	background: transparent url("../Images/inputtext.gif") no-repeat;
	text-indent: 10px;
}
.text:focus {
	border:solid 1px #FFC600;
}
textarea {
	padding-top:8px;
	height:192px;
	width:302px;
	text-indent: 10px;
	background: transparent url("../Images/textarea.gif") no-repeat;
	border:solid 1px #003B58;
}
.textarea:focus {
	border:solid 1px #FFC600;
}
.submit {
	margin:0 -10px 0 0;
}
img {
	background: transparent;
	border:0;
}