.fallbtn table{
width: 100%;
}
.fallbtn table td{
	border: 2px solid #000;
width: 14.28571428571429%;
}
.fallbtn div,.fallbtn input{
	border: none;
	font-weight: bold;
	color: #000;
	font-size: 16px;
	padding: 5px;
	text-align: center;
	background: rgb(255,186,171);
background: -moz-linear-gradient(top,  rgb(255,186,171) 0%, rgb(255,67,25) 49%, rgb(255,67,25) 49%, rgb(113,20,0) 100%);
background: -webkit-linear-gradient(top,  rgb(255,186,171) 0%,rgb(255,67,25) 49%,rgb(255,67,25) 49%,rgb(113,20,0) 100%);
background: linear-gradient(to bottom,  rgb(255,186,171) 0%,rgb(255,67,25) 49%,rgb(255,67,25) 49%,rgb(113,20,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbaab', endColorstr='#711400',GradientType=0 );
}
.fallbtn input{
	width: 100%;

}

