@charset "utf-8";
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #383431;
	width: 300px;
	height:20px;
	border:0px;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #383431;
	width: 300px;
	height:100px;
	border:0px;
	overflow: hidden;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #222222;
	border:0px;
}
.button_div {
	width: 306px;
}

