/* CSS CLEAR*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

small {
    font-size: 10px;
}

a {
    text-decoration: none;
    color: #3D64FF;
}

a:visited {
    color: #3D64FF;
}
 
a:hover {
    color: #dd0000;
    text-decoration: none;
}

h1 {
    font-size: 20px;
}

body {
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: repeat-x;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
input {
    margin: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

.greyfont td {
    padding: 5px;
}

.greyfont {
    color: #303030;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

#alt_text {
    font-size: 10px;
    background-color: #FFF9DF;
    border: 1px solid #F6DE7C;
    position: absolute;
    display: none;
    z-index: 500;
    padding: 5px;
    -moz-box-shadow: 0px 0px 3px #FFCB00;
    -webkit-box-shadow: 0px 0px 3px #FFCB00;
    box-shadow: 0px 0px 3px #FFCB00;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#alt_text_corner {
    display: none;
    z-index: 501;
    position: absolute;
    background-image: url('img/alt_text_corner.png');
    height: 5px;
    width: 9px;
}

#alt_text .stats {
    height: 100px;
}

/* Alvin's CSS*/
div.outer_wrapper {
    position: relative;
    margin: 0 auto;
    width: 940px;
}

div.top {
    position: relative;
    height: 84px; 
}

div.logo {
    float: left;
    font-weight: bold;
}

img.dealbk {
    height: 37px;
    margin-right: 10px;
}

div.buttons_wrapper {
    background-color: #FFCB00;
    position: relative; 
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
	z-index: 1;
	border-bottom: 1px solid #DFB200;
	background-image: url('img/top_banner.png');
}

div.buttons {
    z-index: 200;
    width: 920px;
    position: relative;
}

div.buttons li {
    list-style-type: none;
}

div.buttons li.left ol, div.buttons li.right ol {
    float: left;
    padding: 10px;
    list-style-type: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    font-weight: bold;
    text-shadow: 0px 0px 10px #ffffff;
}

div.buttons li.right ol {
    float: right;
}

div.buttons #num_saved_coupons {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 2px;
    border: 2px dashed #aa0000;
    background-color: #D21402;
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

div.buttons:hover > div.num_saved_coupons {
    border: 2px solid #ffffff;
}

div.buttons li ol:hover {
    background-color: #FFF4BF;
}

div.search {
    float: right;
    padding: 5px 0px 5px 5px;
}

div.search input.search_text {
    font-size: 21px;
    color: #d0d0d0;
}

div.sub_wrapper {
    border-bottom: 1px solid #DFDFDF;
    background-color: #EFEFEF;
    padding: 3px;
    font-size: 10px;
}

div.sub_wrapper div.city {
    width: 98px;
    color: #000000;
    font-weight: bold;
	cursor: default;
}

div.content_wrapper {
    background-color: #ffffff;
    padding: 16px;
    min-height: 700px;
}

input {
    font-size: 16px;
}

input[type =
"text"] {
    padding-left: 4px
}

input[ type = text], input[ type = password], input[ type = file], select, textarea {
    border: 1px solid #d0d0d0;
}

input[type = text]:focus, input[type = password]:focus, input[type = file]:focus, select:focus, textarea:focus {
    background-color: #F6DE7C;
    border: 1px solid #FFCB00;
}

input[type = text]:hover, input[type = password]:hover, input[type = file]:hover, select:hover, textarea:hover {
    background-color: #FFFCEF;
}

form.user_signup input[type = submit] {
    font-size: 20px;
}

form.user_signup table {
    background-color: #f0f0f0;
    border: 2px solid #a0a0a0;
}

form.user_signup td {
    padding: 20px 50px 20px 50px;
}

form.user_signup > table:focus {
    background-color: #a0a0a0;
    border: 2px solid #8F8F8F;
}

div.bigerror, div.success, div.warning {
    padding: 12px 10px 10px 45px;
    min-height: 20px;
    background-repeat: no-repeat;
}

div.error {
    padding: 8px 5px 5px 30px;
    min-height: 18px;
    background-repeat: no-repeat;
    color: #000000;
    border: 1px solid #cc0000;
    background-color: #FFEFEF;
    background-image: url('img/error.png');
}

div.success {
    color: #000000;
    border: 1px solid #33FF00;
    background-color: #E5FFDF;
    background-image: url('img/success.png');
}

div.warning {
    color: #000000;
    border: 1px solid #FFCC00;
    background-color: #FFF9DF;
    background-image: url('img/warning.png');
}

/* how to */
div.how_to {
    height: 75px;
    width: 500px;
    padding: 10px;
    margin: 10px;
    float: left;
    border: 1px solid #a0a0a0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 30px;
    font-weight: bold;
}

/* categories */
div.categories {
    padding: 10px;
    margin: 10px;
}

#categories {
	margin:-5px 0px 10px -5px;
	text-align:center;
	width:904px;
}

span.category_button {
    padding: 4px;
    margin: 0px 0px 0px 6px;
    font-size:18px;
    border: 1px solid #AFC1FF;
    background-color: #EFF3FF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

div.category_button:hover {
    color: #ff0000;
    border-color: #0045FF;
}

/* Profile */
div.profile {
    padding: 10px 10px 0px 10px;
    margin: 0px;
    background-color: #EFF3FF;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}

li.profile_tabs {
    list-style-type: none;
}

div.link_to_profile {
    float: right;
    border: 1px solid #f6de7c;
    background-color: #fff9df;
}

div.profile div.name {
    font-size: 20px;
    float: left;
}

div.profile div.phone {
    float: left;
    color: #8F8F8F;
    margin-top: 3px;
    margin-left: 10px;
}

input.checkbox, #checkbox {
    width: 18px;
    height: 19px;
    border: 0px;
    background-image: url('img/add.png');
}

div.profile li.profile_tabs ol:hover {
    background-color: #fff9df;
}

div.profile li.profile_tabs ol.selected {
    background-color: #FFF4BF;
    border-bottom: 2px solid #FFF9DF;
}

div.profile li.profile_tabs ol {
    float: left;
    margin: 10px 2px 0px 2px;
    border-bottom: 2px solid #EFF8FF;
    padding: 10px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}

#scheduled_and_pending_ads li:hover, #active_ads li:hover, #expired_and_ended_ads li:hover{
	background-color: #f0f0f0;
}

div.profile_content ol li {
    padding: 5px;
}

div.profile_content ol li.odd{
	background: #EFEFEF;
}

	div.profile_content ol li:hover{
		padding: 5px;
		background-color: #FFF9DF;
	}
	
	div.profile_content ol li .title{
		float: left;
		width: 230px;			
	}
	
	div.profile_content ol li div.stats{
		float: left;
		padding-left: 20px;
		width: 100px;
	}
	
	div.profile_content ol li div.address{
		font-size: 12px;
	}
		
	div.profile_content ol li input[type=checkbox]{
		margin-top: 6px;
	}
	
	div.header{
		border-bottom: 2px solid #49BF23;
		margin-top: 10px;
		font-weight: bold;
	}
	
	div.merchant_ads_header{
		border-bottom: 2px solid #EFFFF3;
		margin-top: 10px;
		font-weight: bold;
		float: left;
		width: 235px;
	}
	
	div.stats_header{
		border-bottom: 2px solid #EFFFF3;
		margin-top: 10px;
		font-weight: bold;
		float: left;
		width: 100px;
	}
	
	div.profile_content div.sub{
		background-color: #EFFFF1;
		padding: 10px;
	}
	
	#active_ads, #scheduled_and_pending_ads, #expired_and_ended_ads{
		padding: 10px;
		margin-top: 10px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	
	#active_ads{
		background-color: #EFFFEF;
	}
	
	#scheduled_and_pending_ads{
		background-color: #FFF9DF;
	}
	
	#expired_and_ended_ads{
		background-color: #FFEFEF;
	}
	
	#use_stats{
		    display: none;
		    position: absolute;
		    top: 8%;
		    left: 25%;
		    width: 40%;
		    padding: 30px;
		    border: 2px solid orange; 
		    background-color: white;
		    z-index:1002;
		    overflow: auto;
			-moz-border-radius-bottomleft:10px;
			-moz-border-radius-bottomright:10px;
			-moz-box-shadow:0 0 10px #666666;
	}
	
/* User Form */
form.user_form{
	margin: 0 auto;
	padding: 10px;
	width: 890px;
}

	form.user_form ol li{
		padding: 5px;
	}

	ol li.odd{
		background: #EFEFEF;
	}
	
	form.user_form ol li:hover{
		padding: 5px;
		background-color: #FFF9DF;
	}
	
	form.user_form ol li div.title{
		font-weight: bold;
		float: left;
		width: 250px;
		padding-top: 4px;
		display: inline;
	}
	
	form.user_form input[type=checkbox]{
		margin: 5px;
	}
		
	form.user_form div.text{
		padding-top: 4px;
	}
		
	form.user_form div.message{
		color: #00cc00;
	}
	
	form.user_form ol li input{
		margin-right: 30px;
		float: left;
	}

/* Merchant Slab */
	div.merchant_slab{
		font-family: Helvetica, Arial, sans-serif;
		float: left;
		margin: 4px;
		border: 1px solid #d0d0d0;
		padding: 10px;
		position: relative;
		width: 151px;
		height: 145px;
		overflow: hidden;
		color: #000000;
		text-shadow: 0px 0px 10px #ffffff;
		background-color: #ffffff;
	}
	
	div.merchant_slab:hover{
		border: 1px solid #FFCB00;
		-moz-box-shadow: 0px 0px 7px #FFCB00;
		-webkit-box-shadow: 0px 0px 7px #FFCB00;
		box-shadow: 0px 0px 7px #FFCB00;
	}
		
		div.merchant_slab div.business_name, div.merchant_slab div.about_us{
			border: 5px solid #FFDF5F;
			padding: 5px;
			position: absolute;
			bottom: 0px;
			left: 0px;
			background-color: #FFCB00;
			display: none;
			height: 15px;
			width: 151px;
			overflow: hidden;
		}
		
		div.business_name h3{
			margin-top: -3px;
		}
		
		div.merchant_slab div.business_name{
			display: block;
		}
		
		div.merchant_slab:hover div.about_us{
			display: block;
			font-size: 10px;
		}

/* Coupon Slab */

	div.slab_wrapper{
		font-family:  Helvetica, Arial, sans-serif;
		float: left;
		margin: 3px;
		border: 1px dashed #d0d0d0;
		padding: 10px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		position: relative;
		width: 272px;
		height: 155px;
		color: #000000;
		text-shadow: 0px 0px 10px #ffffff;
		background-color: #ffffff;
	}
	
	div.slab_sale{
		/*background: url('img/sale.png');*/
		background-color: #ffffff;
		background-repeat:no-repeat;
		background-position: bottom left;
		border: 1px solid #e0e0e0; 
	}

	div.slab_wrapper:hover{
		border: 1px dashed #FFCB00;
		-moz-box-shadow: 0px 0px 2px #FFCB00;
		-webkit-box-shadow: 0px 0px 2px #FFCB00;
		box-shadow: 0px 0px 2px #FFCB00;
	}
	
	div.slab_sale:hover{
		/*background: url('img/sale_hover.png');
		background-color: #ffffff;
		background-repeat:no-repeat;
		background-position: bottom left;*/
		border: 1px solid #FFCB00; 
	}
		div.slab_wrapper div.merchant_name{
			position: absolute;
			top: 10px;
			left: 10px;
			font-weight: bold;
			overflow: hidden;
			height: 26px;
			font-size: 20px;  
			color: #8F8F8F;
		}
		
		div.slab_wrapper:hover div.merchant_name{
			color: #000000;
		}
	/* Not used delete if this doesn't get revived
		div.slab_wrapper div.merchant_logo{
			position: absolute; 
			top: 10px;
			right: 10px;
			overflow: hidden;
		}	
		
			div.slab_wrapper div.merchant_logo img{
				max-height: 35px;
				max-width: 55px;
			}*/
		
		/*div.slab_wrapper product_image{
			width: 120px;
			height: 65px;
			float: right;
		}*/
			div.slab_wrapper img.product_image{
				max-width: 120px;
				max-height: 58px;
				float: right;	
			}
			
		div.slab_wrapper div.information{
			position: absolute;
			overflow: hidden;
			top: 37px;
			width: 200px;
			height: 75px;
			font-size: 12px;
			color: #000;
		}

		div.slab_wrapper div.information div.title{
			font-weight: bolder;
			font-size: 15px;
			color: #49BF23;
		}
		
		div.deal_details {
			float:left; 
			width:130px; 
			margin-top:5px;
		}
		
		div.slab_wrapper div.expiration_date{
			position: absolute; 
			bottom: 5px; 
			right: 100px; 
			font-size: 10px; 
		}
		
		div.slab_wrapper div.expiration{
			font-size:10px; 
			position: absolute; 
			bottom: 35px; 
			left: 0px; 
			width: 100%;
		}
		
		div.slab_wrapper div.options{
			
		}
			div.slab_wrapper div.options  div.bottom_left{
				position:absolute;
				bottom: 1px;
				left: 6px;
			}
		
			div.slab_wrapper div.options  div.bottom_right{
				position:absolute;
				right: 6px;
				bottom: 1px;
			}
		
			div.save, div.delete, div.ajax{
				width: 16px;
				height: 16px;
				float: left;
				margin: 1px 2px 0px 0px;
				cursor: pointer;
			}
			
			div.ajax{
				background-image: url('img/coupon/ajax.png');
			}
			
			div.save{
				background-image: url('img/coupon/save.png');
				
			}
			div.delete{
				background-image: url('img/coupon/delete.png');
			}
				
			.bottom_left img{
				max-width:24px;
				max-height: 24px;
			}

		/*div.slab_wrapper:hover div.options{
			display: block;
		} */

		div.slab_wrapper div.overlay{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 117px;
		}

		div.slab_wrapper a.remove_saved_coupon {
			position: absolute;
			display: none;
			top: 3px;
			right: 3px;
			z-index: 1;
		}
		
		div.slab_wrapper:hover a.remove_saved_coupon{
			display: block;
		}

		div.slab_wrapper div.close{
			height: 24px;
			width: 24px;
			background-image: url('/css/img/close.png');
		}

div.coupon{
	
}

	div.custom_coupon_image img{
		max-width:458px;
		max-height:650px;
		
	}
	
	div.coupon > div.header_bar{
		width: 1086px;
		border-top: 1px solid #FFF2BF;
		border-bottom: 1px solid #FFF2BF;
		background: #FFFCEF;
		margin-left: -10px;
		margin-bottom: 10px;
		padding: 3px 0px 3px 4px;
		font-weight: bold;
	}
	
	div.coupon font.headers, font.headers{
		font-weight: bold;
	}
	
	div.coupon div.coupon_info{
		float: left;
	}
	/*Comments*/
		#comment_form{
			overflow: hidden;
		}
			#comment_form textarea{
				font-size: 12px;
				width: 98%;
			}
						
		/*Rating*/
			div.star{
				background-image: url('img/rating/star-white.png');
				cursor: pointer;
				width: 25px;
				height: 25px;
				float: left;
			}
			
			div.greyed{
				background-image: url('img/rating/star-white-greyed.png');
			}
			
			div.hovered{
				background-image: url('img/rating/star.png');
			}
			
		div.comment{
			border-bottom:1px solid #E5E5E5;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 4px;
			position: relative;
			padding: 20px;
			background-color: #fcfcfc;
			overflow: hidden;
		}
		
		#comments div.comment:nth-child(odd){
			background-color: #ffffff;
		}
		
			div.comment div.star{
				cursor: default;
			}
		
			div.comment div.heading{
				border-bottom:1px solid #E5E5E5;
			}
			
			div.comment div.author{
				font-size:14px;
				font-weight:bold;
			}
			
			div.comment div.date{
				font-size:10px;
			}
			
			div.comment div.options, div.comment div.options input{	
				font-size: 10px;
			}
			
			div.comment div.counter{
				font-size: 20px; 
				color: rgb(143, 143, 143); 
				float: right; 
				position: absolute; 
				right: 30px; 
				top: 20px; 
				font-style: italic;
				font-weight: normal;
			}
			
			div.comment div.content{
				font-size: 0.8em;
			}		
	
		#comments div.comment:nth-child(odd) div.colorband{
			background-color: #49BF23;
		}
		
		#comments div.comment div.colorband{
			position: absolute;
			top: 0px;
			left: 0px;
			height: 100%;
			background-color: #D21402;
			width: 5px;
			border-top-left-radius: 10px;
			-moz-border-radius-topleft: 10px;
			-webkit-border-top-left-radius: 10px;
			border-bottom-left-radius: 10px;
			-moz-border-radius-bottomleft: 10px;
			-webkit-border-bottom-left-radius: 10px;
		}
		
		#comments div.points{
			float: left; 
			line-height: 30px; 
			padding-left: 5px;
		}

	div.link_to_profile, div.category{
		font-size: 10px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		padding: 2px;
	}
		.link_to_profile input{
			font-size: 10px;
			padding: 1px;
			
		}
	
		div.coupon div.link_to_profile{
			float: right;
			border: 1px solid #f6de7c;
			background-color: #fff9df;
			
		}
		
		div.coupon div.category{
			float: left;
			border: 1px solid #95FF7F;
			background-color: #E4FFDF;
			padding: 4px;
		}
			
	div.coupon div.locations{
		width: 425px;
		border-right: 1px solid #e0e0e0;
		float: left;
		margin-right: 10px;
		height: 100%;
	}
	
			div.coupon div.locations div.header_bar{
				width: 431px;
				border-left: 1px solid #FFF2BF;
				border-top: 1px solid #FFF2BF;
				border-bottom: 1px solid #FFF2BF;
				background: #FFFCEF;
				margin-left: -11px;
				margin-top: 10px;
				margin-bottom: 10px;
				padding: 3px 0px 3px 4px;
				font-weight: bold;
			}
			
			div.coupon div.locations div.fad{
				float: right;
			}
	
	div.information div.about_us{
		padding-right:10px;
		font-size: .90em;
	}
	div.coupon div.location_wrapper{
		position: relative;
		font-size: 10px;
		border: 1px solid #EBE6DC;
		width: 415px;
		overflow: hidden;
		padding-top: 10px;
		margin-bottom: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	
	div.coupon div.location_wrapper:hover{
		color: #BF0008;
		background-color: #FFFCEF;
		border-color: #FFD52F;
	}
	
		div.coupon div.location{
			width: 415px;
			height: 256px;
			border-bottom: 1px solid #ebe6dc;
		}
		
		div.coupon div.location_information{
			padding-left: 10px;
			padding-right: 10px;
		}
		
		div.location_information div.address{
			float: right;
			font-size: 12px;
			margin-bottom: 10px;
		}
	
	div.coupon div.more_coupons{
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #e0e0e0;
	}
	
div.coupon_info{
	width: 468px;
	overflow: hidden;
}
	#coupon, #sale{
		margin-left: 5px;
		position: relative;
		max-width: 421px;
		max-height: 315px;
		padding: 10px;
		background-color: white; 
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#coupon {
		border: 1px dashed #D0D0D0;
	}
	
	#sale {
		border: 1px solid #D0D0D0;
	}
	
	#expiration_date{
		font-size: 10px;
		float: right;
	}	
	
	#product_image_preview img {
		max-height: 160px;
		max-width:  180px;
		margin: 10px;
		float: right;
	}

div.pagination{
	color: #f9dd6f;
}

font.pagination_selected{
	background-color: #f9dd6f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0px 2px 0px 2px;
}

div.footer{   
	border-top: 5px solid #D21402;
	border-bottom: 5px solid #D21402;
	background-color: #aa0000;
}

div.merchant_home{
	position: relative;
	display: block;
}

div.merchant_home div.logo{
	position: relative;
	margin-top: 100px;
}

div.merchant_home input{
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
}

div.merchant_home div.logo:hover input{
	display: block
}

div.coupon_list{}

	div.coupon_list div.coupons{
		width: 801px;
		float: left;
		border-right: 1px solid #a0a0a0;
	}
	
	div.coupon_list div.sales{
		width: 268px;
		float: left;
	}
	
div.pop_up div.titlebar{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #cc0000;
	width: 100%;
	z-index: 3;
	border-bottom: 1px solid #660000;
}

div.titlebar div.title{
	padding: 9px;
	font-weight: bolder;
	color: #ffffff;
	text-shadow: 0px 0px 10px #000000;
}

div.pop_up div.push{
	height: 20px;
}

.pop_up {
    display: none;
    position: absolute;
    top: 8%;
    left: 25%;
    width: 40%;
    padding: 30px;
    border: 2px solid orange; 
    background-color: white;
    z-index:1002;
    overflow: auto;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-box-shadow:0 0 10px #666666;
}

.close_popup {
	position:absolute;
	top: 5px;
	right: 5px;
	height: 24px;
	width: 24px;
	background:url('/css/img/close.png') no-repeat;
	cursor: pointer;
	z-index: 5;
}

/*FEEDBACK FORM*/
	#subscribe{
		position: fixed;
		bottom: 0px;
		right: 0px;
		z-index: 1;
	}
	#subscribe_tab{
		padding: 5px;
		background-color: #cc0000;
		-moz-border-radius-topleft:5px;
		-webkit-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
		border: 1px solid #9F0000;
		font-weight: bold;
		color: #ffffff;
		text-shadow: 0px 0px 10px #000000;
		cursor: pointer;
	}
	#subscribe_form{
		background-color: #e0e0e0;
		width: 170px;
		padding-left:10px;
		padding-right:10px;
		border-left: 1px solid #a0a0a0;
		border-right: 1px solid #a0a0a0;
		font-size: 15px;
		display: none;
	}
	
	.subscribe_btns{
		margin-left: 15px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.subscribe_btns img{
		margin-right: 10px;
	}
	
	#subscribe_form input{
		width: 160px;
	}
	
	#subscribe_form input[type="email"] {
		
		height: 20px;
		padding-left: 3px;
		font-size: 12px;
	}
	
	
	[rel=prefilled]{
		color: #a0a0a0;
	}
	
/*Button*/
	
	.button:hover{
		border-color: #0000ff;
		text-shadow:0px 0px 2px #ffffff;
	}

	.button:disabled{
		opacity: .5;
		filter: alpha(opacity = 50);
		text-shadow:0px 0px 2px #000000;
	}
	
	.button{
		margin: 2px;
		width: auto;
		float: left;
		padding: 4px;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		background-image: url('img/button.png');
		background-color: #68a8ff;
		border: 1px solid #a0a0d0;
		cursor: pointer;
		font-weight: bold;
		font-size: 10px;
		text-shadow:0px 0px 2px #000000;
		font-family: Tahoma, Geneva;
		color: #ffffff;
	}

	.button div.label{
		margin-left: 4px;
		padding-left: 4px;
		border-left: 1px solid #d0d0d0;
	}
	
	.button[type=submit]{
		font-size: 17px; 
		float: right;
	}
	
	
	
/*sharing icons*/
	div.email, div.print, div.twitter, div.add_to_phone, div.follow_merchant, div.unfollow_merchant{
		height: 16px;
		width: 16px;
	}
	div.print{
		background-image: url('img/coupon/print.png');
	}
	div.twitter{
		background-image: url('img/coupon/twitter.png');
	}
	div.add_to_phone{
		background-image: url('img/coupon/add_to_phone.png');
	}
	div.email{
		background-image: url('img/coupon/email.png');
	}
	div.facebook{
		background-image: url('img/coupon/facebook.png');
	}
	div.follow_merchant{
		background-image: url('img/coupon/add_merchant.png');
	}
	div.unfollow_merchant{
		background-image: url('img/coupon/remove_merchant.png');
	}

	
/*INTERFACE THINGS*/
.question{
	color: #3D64FF;
	cursor: help;
}

#message_bar_wrapper{
	width: 100%;
	overflow: hidden;
}

#message_bar{
	position: relative;
	background: #EFEFEF;
	border-bottom: 1px solid #8F8F8F;
	width: 100%;
	box-shadow: 0px 0px 5px #888;
	-moz-box-shadow: 0px 4px 20px #222;
	height: 0px;
	overflow: hidden;
}

#message_bar div.close{
	position:absolute;
	top: 5px;
	right: 5px;
	height: 24px;
	width: 24px;
	background:url('/css/img/close.png') no-repeat;
	cursor: pointer;
	z-index: 5;	
}


#message_bar div.message{
	font-size: 12px;
	padding: 10px;
}

