/* CSS Document */

input {
	color:#000000;
	background:#ffffff;
	border:#faba00 solid 1px;
	float:right;
	margin:3px 0px 2px 0px;
}
textarea {
	color:#000000;
	background:#ffffff;
	border:#ffc20e solid 1px;
	float:right;
	margin:3px 0px 2px 0px;
	width:200px;
	height:80px;
	display:block;
}
label	{
	float:left;
	text-align:right;
	margin-right:40px;
	line-height:24px;
	margin:3px 0 2px 0;
	width:40%;
}
.submit input {
	margin-left: 4.5em;
	border:none;
}
.textta {
	color:#000000;
	background:#ffffff;
	border:#faba00 solid 1px;
	float:right;
	width:200px;
	height:20px;
	display:block;
}
.sendButton {
	border:none;
	float:left;
	margin:20px 0 0 115px;
}
