@charset "utf-8";
/* CSS Document */

.coupon {
	
}

.coupon .code {
	
}

.coupon .code label {
	float: left;
	display: block;
	height: 21px;
	line-height: 21px;
	margin-right: 0.5em;
	padding: 1px 0px 0px;
}

.coupon .code .link {
	border: 1px dashed #FEBF02;
	background-color: #FDEDB4;
	display: block;
	padding: 1px 5px 0px;
	float: left;
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #2f2f2f !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	overflow: hidden;
}

.coupon .code .linkhelp {
	float: left;
	font-size: 12px;
	background-color: #333333;
	color: White;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 1px 4px 0px;
	height: 17px;
	line-height: 17px;
	margin: 3px 0px 3px 8px;
	display: none;
}

.coupon .code .clear {
	clear: both;	
}
