@charset "utf-8";
.skin {
	background-color: #DFDED4;
	background-image: none;
	margin-right: auto;
	margin-left: auto;
	font-family: lindenhill;
	font-size: 18px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	color: #CA171B;
	border: medium solid #E9E0DB;
	border-radius: 10px;
	box-shadow: 4px 4px;
	width: 920px;
}
.alert {
	background-color: #800000;
	font-weight: bold;
	color: #FFF;
}
label {
	display: inline;
	float: left;
	clear: left;
	width: 200px;
	text-align: right;
	margin-right: 10px;
}
select {
	font-family: lindenhill;
	font-size: 18px;
	margin-bottom: 8px;
	background-color: #DDD4DE;
	color: #2D2C2A;
}
input {
	font-family: lindenhill;
	font-size: 18px;
	margin-bottom: 8px;
	background-color: #DDD4DE;
	color: #2D2C2A;
	display: inline-block;
	float: inherit;
	width: 165px;
}
th, td{
	border: thin;
	border-style: solid;
	border-color: #900;
	font-weight: normal;
}
td {
	font-weight: bold;
	text-align: center;
}
.col1 {
	width: 100px;
}

.output {
	margin-top: 8px;
	padding-left: 8px;
	background-color: #DFDED4;
	color: #2D2C2A;
	border-radius: 10px;
	box-shadow: -2px -2px;	
	border: thin solid #DFDED4;
}
.output td {
	background-color: #DDD4DE;
	color: #2D2C2A;
}

.minus {
	display: inline;
	margin-left: 20px;
	margin-bottom: -5px;
}
