/*
----------------------------------------------------------------

Gravity Forms Coupon Add-On Styles
http: //www.gravityforms.com
updated: June 18, 2013 3:32 PM

Gravity Forms is a Rocketgenius project
copyright 2013 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/


.gform_wrapper #gf_coupon_info {
	margin-top: 8px;
}

.gform_wrapper input#gf_coupon_button.button {
	margin-left: 8px;
}

.gform_wrapper .gf_coupon_invalid {
	color: #790000;
	margin: 8px 0;	
}

.gform_wrapper .gf_coupon_invalid span {
	background-color: #FFEBE8;
	background-image: url("../images/alert.png");
	background-repeat: no-repeat;
	background-position: 6px center;
	padding: 6px 6px 6px 26px;
	line-height: 1em !important;
	width: auto;
	display: -moz-inline-stack; 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
}

.gform_wrapper #gf_coupon_info table {
	border: none;
	width: auto !important;
}

.gform_wrapper #gf_coupon_info .gf_coupon_item .gf_coupon_name_container {
	padding: 6px 16px 6px 4px
}

.gform_wrapper #gf_coupon_info .gf_coupon_item .gf_coupon_name_container .gf_coupon_name {
	margin: 0 0 0 18px;
	display: block;
}

.gform_wrapper #gf_coupon_info .gf_coupon_item .gf_coupon_name_container a {
	float: left;
	display: block;
	margin: 2px 0 0 0;
	width: 14px;
	height: 14px;
	background-image: url("../images/remove.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
}

.gform_wrapper #gf_coupon_info .gf_coupon_item .gf_coupon_discount_container {
	text-align: right;
	padding: 6px 2px 6px 0;
	vertical-align: top;
}

.gform_wrapper #gf_coupon_info .gf_coupon_item td {
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px dashed #CCC;
}

.gform_wrapper span.gf_coupon_discount {
	width: auto;
	text-align: right;
	display: -moz-inline-stack; 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
}

.gform_wrapper #gf_coupon_info .gf_coupon_item a.gf_coupon_delete,
.gform_wrapper #gf_coupon_info .gf_coupon_item a.gf_coupon_delete:visited,
.gform_wrapper #gf_coupon_info .gf_coupon_item a.gf_coupon_delete:focus,
.gform_wrapper #gf_coupon_info .gf_coupon_item a.gf_coupon_delete:active {
	color: #790000;
	text-decoration: none;
	font-size: small;
}