@charset "utf-8";
/* CSS Document */

#inputorm {
	background-color: #CCCCCC;
}
#description {
	background-color: #CCCCCC;
	height: 150px;
	margin-bottom:30px;
	padding:20px;
}

#main {
	margin:auto;
	text-align:center;
}

.btn {
	text-align: center;
	width: 100px;
}

select {
	width:240px;
}


