@charset "utf-8";
/* CSS Document */
input.inputGral{
	width:200px;
}
.inputLow{
	width:100px;
}
input.button{
	width:100px;
	font-weight:normal;
	text-align:center;
	margin:0px;
}
.borTop{
	border-left:1px #C30 solid;
	border-right:1px #C30 solid;
	border-top:1px #C30 solid;
}
.borSide{
	border-left:1px #C30 solid;
	border-right:1px #C30 solid;
}
.borDown{
	border-left:1px #C30 solid;
	border-right:1px #C30 solid;
	border-bottom:1px #C30 solid;
}