/* COMMON ELEMENTS */
html, body, form, h1, h2, p, img {
	margin: 0; padding: 0; border: 0;
}
body {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	font-size: 100%;
}
a {
	color: #000;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
table {
	font-size: 100%;
}
.hidden	{
	display: none;
}
input, select {
	padding: 2px 0;
	* padding: 1px 0;
	font-size: 12px;
	vertical-align: middle;
}
input.txt {
	border: #b3b3b3 solid 1px;
	width: 214px;
}
select {
	width: 216px;
}
.clear {
	overflow: hidden; 
	clear: both; 
	height: 1px;
}
/* PAGE */
.page {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
.header {
	position: relative;
	width: 980px; height: 84px;
	margin-bottom: 10px;
}
.header a {
	display: block; position: absolute;
	/*top: 10px; left: 10px;*/
	width: 272px; height: 52px;
	background: url(../images/landing/restaurant/pizza_hut.jpg) -10px -10px no-repeat;
}
.page .content .t {
	width: 100%;
	background: url(../images/landing/restaurant/top_bg.gif) 0 104px no-repeat;
}
.page .content .y {
	width: 100%;
	background: url(../images/landing/restaurant/repeater.gif) 0 0 repeat-y;
}
.page .content .b {
	width: 100%;
	height: 550px;
	background: url(../images/landing/restaurant/bottom_bg.gif) 0 100% no-repeat;
}
.content .imagebox {
	float:left;
	margin:0 0 0 32px; 
	display:inline;
	position: relative;
}
.content .inside {
	width: 455px;
	margin: -10px 0 0 0;
	float: right; position: relative;
}
.content .bgcolor {
	background: #F0DCC4;
	width: 395px;
	float: left;
	padding-bottom: 10px;
}
.content h1 span {
	display: none;
}
.content p {
	padding: 0 0 6px 0;
	font-size: .75em;
}
.content p span {
	font-size: .83em;
}
.content table {
	margin: 15px 0 0 20px;
	width: 345px;
}
.content td {
	padding: 1px 0;
	font-size: .75em;
}
.content table .error {

}
.content table .error span {
	float: left;
	color: #f00;
}
.content table .error small {
	float: right;	
	color: #000;	
}
.content table .dine {
	padding: 5px 0;
}
.content table #signup {
	margin: 0 0 0 -2px;
}
.content #signup {
	float: left;
}
.signup{
  margin: 2px 0 0 0;
  * margin: -1px 0 0 -2px;
  float: left;
}
.content  .submitting {
	font-size: .65em;
	margin: 6px 0 0 16px;
	width: 355px;
}
.content  .submitting label {
	float: right;
	width: 330px;
}
.content .submit {
	float: right !important;
	padding: 5px 0 0 0;
	width: 140px;
	margin-right: 10px;
	display: inline;
}
.content .your {
	font-size: 1em;
	padding: 6px 0 0 25px;
	
}
.footer {
	padding: 22px 0 8px 0;
	font-size: .63em;
	color: #fff;
	margin: 10px 0 0 0;
	text-align: center;
	height: 62px;

}
/* THANKS PAGE */
#thanks h2 {
	font-size: 1em;
}
#thanks .bgcolor h2 {
	padding: 30px 0 0 15px;
}
#thanks .bgcolor p {
	padding: 15px 55px 0 15px;
	font-size: .75em;
}
#thanks .bgcolor .bookatable,
#thanks .bgcolor .seemenu,
#thanks .bgcolor .viewour {	
	margin: 0 0 12px 0;
	display: block;		
}
#thanks .buttons {
	margin: 25px 0 0 15px;
	padding: 0 15px 45px 0;
}
#thanks .buttons p {
	margin: 0 !important;
	padding: 0 !important;
}

/* VOUCHER PAGE */
#voucher .content .inside {
	float: right;
	width: 622px;
	padding-top: 5px;
}
#voucher #cutout {
	margin: 16px 0 0 0;
	position: relative;
	top: 0;
}
#voucher #cutout .logo {
 	padding-bottom:10px;
}
#voucher #cutout .logo2  {
	width: 146px;
}
#voucher #cutout td div,
#voucher #cutout th div {
	padding: 0 0 0 15px;
}
#voucher h2 {
	font-size: 1em;
}
#voucher table {
	width: 530px;
	margin: 12px 0 0 12px;
}
#voucher #cutout table {
	position: absolute;
	top: -1px;
	left: 0;
}
#voucher #cutout table div {
	padding-top: 4px;
}
#voucher th {
	font-size: 1.125em;
	line-height: 1.1em;
}
#voucher .terms td {
	padding: 10px 0 0 0;
	font-size: .65em;
}
#voucher .last td {
	font-size: .65em;
}
#voucher .number th {
	padding: 4px 0 10px 0;
	font-size: .85em;
	border-bottom: solid 1px #b3a495;
}
#voucher .printbtn {
	margin: 10px 0 0 0;
	padding-right: 65px;
}
#voucher .printbtn a {
	display: block;
	width: 193px;
	height: 25px;
	float: right;
	background: url(../images/voucher/restaurant/btn_print.gif) 0 0 no-repeat;	
}
#voucher .printbtn a:hover {
	background-position: 0 100%;	
}
#voucher .printbtn a span {
	display: none;
}
.addthisbutton {
	position: relative;
	left: 20px; top: 10px;
	width: 125px;
}