body {
  font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size: 11px;
}
input {
  width: 180px;
  font-size: 9px;
}

.boxWrapper {
  width: 210px;
}


.boxHeader {
  width: 100%;
  height: 25px;
  background: url('boxer/images/Topbargreen.png') no-repeat;
  text-align: center;
}

.boxBody {
  width: 100%;
  background: url('boxer/images/Horizontalbodygray.png') repeat-y;
}

.boxFooter {
  width: 100%;
  height: 11px;
  background: url('boxer/images/Bottonconsolegray.png') no-repeat;
}

.boxTitle {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bolder;
	vertical-align: middle;
	padding-top: 5px;
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.boxContent {
  padding: 10px;
}

.boxButton {
	background: url('boxer/images/botonfastticket.png') no-repeat;
	width: 194px;
	height: 20px;
	padding-left: 21px;
	padding-right: 5px;
	font-size: 10px;
	padding-top:3px;
}
.boxButton2 {
	width: 377px;
	height: 20px;
	padding-left: 21px;
	padding-right: 5px;
	font-size: 10px;
	padding-top:3px;
	background-image: url(boxer/images/botonfastticket.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
