.wrapper
{
	width:800px;
	margin:auto;
	text-align:center;
}
.flipbox
{
	width: 500px; 
	height: 200px; 
	border:1px solid #000000;
	background:#FF9000;
	margin:auto;
	margin-bottom:30px;
	color:#ffffff;
}
input[type="button"]
{
	min-width:70px;
	height:26px;
	background:#1E90FF;
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:#dddddd 2px 2px 2px 2px;
	-moz-box-shadow:#dddddd 2px 2px 2px 2px;
	box-shadow:#dddddd 2px 2px 2px 2px;
	color:#ffffff;
}