@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
.cntr{
	margin:auto;
	text-align:center;
}
.wrapper{
	margin:auto;
	margin-top:20px;
	width:640px;
}
.botBar{
	margin-top:-20px;
}
.mainContent{
	margin:5px;
}
.welcomeInstructions{
	margin:auto;
	margin-top:0px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
}
.welcome_error{
	font-size:12px;
	color:#900;
	text-align:center;
}
#holder{
	width:640px;
	margin:auto;
	margin-top:50px;
	text-align:center;
}
#logo{
	width:640px;
	height:164px;
	background:url(../../images/konglogo.jpg) no-repeat;
	margin-bottom:40px;
}
#comingSoon{
	margin-top:70px;
}
.error{
	color:#900;
}
.instructions{
	width:640px;
	margin:auto;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.disclaimer{
	width:640px;
	margin:auto;
	text-align:center;
	font-size:11px;
}
.coupons{
	width:640px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	clear:both;
}
.coupon{
	float:left;
	width:33%;
	text-align:left;
}
.coupon_title{
	font-size:20px;
	font-weight:bold;
	margin:10px;
}
.coupon_items{
	float:left;
	text-align:left;
	margin:10px;
}
.coupon_item{
	font-size:14px;
	line-height:25px;
}
.create_button{
	clear:both;
	margin:auto;
	text-align:center;
}
.coupon_footer{
	font-size:9px;
	margin:5px;
	text-align:left;
}
.coupon_cutout{
	float:left;
	width:200px;
	margin:3px;
	text-align:center;
	background: #FFF url(../images/couponBG.jpg) top repeat-x;
}
.coupon_discount{
	font-size:26px;
	font-weight:bold;
	margin:10px;
}
.coupon_discount_sub{
	font-size:12px;
	font-weight:bold;
	margin:5px;
	text-align:center;
}
.coupon_display{
	font-size:14px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
}
.bigButton{
	font-size:20px;
	color:#333;
}
.disclaimer{
	margin-top:10px;
	font-size:9px;
}
