@CHARSET "UTF-8";

fieldset {
	border:none;
}

label {
	clear:both;
	float: left;
	font-size: 14px;
	c
}

input {
	float:right;
	width:218px;
	height: 20px;
	border: 1px solid #181868;
	margin-bottom: 5px;
}

textarea {
	border: 1px solid #181868;
	width: 488px;
	height: 300px;
}

button {
	border: 1px solid #181868;
	color: #181868;
	height: 20px;
	pading-bottom: 10px;
	float: right;
	margin-right: 40px;
	margin-top: 20px;
	background-color: #f5f5f5;
}

button + button {
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}
