@charset "utf-8";

.button-submit-form{
	width: 60px;
	height: 20px;
	border-width: 0px;
	background-color: #1e4c8b;
	margin-top: 3px;
	color: #FFFFFF;
	float: right;
}
.button-submit-form:hover{
	background-color: #245aa4;
}
.button-input-form{
	width: 183px;
	height: 17px;
	border: 1px #dbdee6 solid;
	background-color: #f6f8fc;
	margin-top: 5px;
	float: left;
}
.input-textarea{
	width: 183px;
	height: auto;
	border: 1px #dbdee6 solid;
	background-color: #f6f8fc;
	margin-top: 5px;
	text-align: left;
}
