

address {
	float: left;
	width: 170px;
	padding: 10px 0px 10px 0px;
}

div.clear{
	clear:both;
}
.hidden{
	display:none;
}

img.ajax_indicator { /*aka ajax loading*/
	display: none;
}

#message {
	background-color: green;
	color: white;
}

#message_error {
	background-color: red;
	color: white;
	
}

.clear{
	float:none;
}


div.other_cities {
	
	width: 98%;
	text-align: right;
	font-size: .75em;
} 


/*------Merchant Forms---------*/
form.merchant_form table{
	background-color: #f0f0f0;
	border: 2px solid #a0a0a0;
	
}

form.merchant_form td{
	padding: 20px 20px 20px 20px;
}

form.merchant_form input {
	font-size:16px;
}

form.merchant_form textarea {
	font-size:12px;
}

form.merchant_form input[type=text]{
	width: 180px;
	height: 20px;
	font-size:16px;
	
}


/*-------Coupon Preview----------------*/

#coupon_preview, #sale_preview{
	position: relative;
	width: 370px;
	min-height: 300px;
	max-height: 315px;
	text-align: center;
	padding-left:30px;
	padding-right:10px;
	padding-bottom:40px;
	margin-left: 10px;
	background-color: white; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#coupon_preview {
	border: 2px dashed #eeeeee;
}

#sale_preview {
	border: 2px solid #eeeeee; 
}

#business_name_preview {
	position: relative;
	top:10px;
	font-size: 30px;
	text-align:center;
    margin-left: auto;
	margin-right: auto;

	
		
}

#title_preview {

	font-size: 25px;
	font-weight:bold;
	text-align: center;
	position: relative;
	top:15px;
    margin-left: auto;
	margin-right: auto;

}
#details_preview { 

	position: relative;
	/*float: right;*/
	/*max-width: 230px;*/
	max-height: 180px;
	top: 5px;
	font-size: 18px;
	
}



#small_print_preview { 
	
	position: relative;
	top: 30px;
	max-width:360px;
	font-size: 10px;
/*	margin-bottom: 30px;*/
}



#coupon_code_preview{
	
	color: green;
	font-size: 14px;
	
}

#expiration_date_preview{
	position:absolute;
	bottom:5px;
	right: 10px;
	font-size: 10px;
}

#output{
	position:relative;
	bottom:8px;
	top: 10px;
	float: left;
}


/*-----------End coupon preview--------------*/


/*-------ajax popup lightbox----*/
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 

	
#more_coupons{
	
	max-width: 600px;
}











