﻿*
{
	margin: 0;
	padding: 0;
}

.coupon
{
	display: none;
	position: fixed;
	z-index: 1000;
	font-family: Arial, Helvetica, sans-serif;
	left: -260px;
	top: 50%;
	height: 340px;
	width: 260px;
	font-size: 13px;
	line-height: 17px; 
	background: #4aabff;
	color: #ffffff;
}
.coupon input[type="text"] {
	height: 2.45em;
}

.timer
{
	font-weight: bold;
}

.countdown
{
	font-size: 0;
	margin-top: 3px;
	margin-bottom: 10px;
}

.countdown .time
{
	display: inline-block;
	vertical-align: top;
	height: 30px;
	width: 40px;
	color: #999;
	line-height: 30px;
	background-color: white;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
}

.countdown i
{
	font-style: normal;
	font-size: 16px;
	color: white;
	font-weight: bold;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 30px;
}

.showHide
{
	width: 30px;
	margin-right: -30px;
	height: 100%;
	overflow: hidden;
	display: block;
	background: transparent url(../img/arrow.png) right top no-repeat;
	border-radius: 0 8px 8px 0;
	position: absolute;
	background-color: red;
	right: 0px;
}

.showHide.visible
{
	background-position: 0px 0 !important;
}

.couponContainer1, .couponContainer2, .couponContainer3
{
	padding: 20px;
}

.couponContainer2, .couponContainer3
{
	display: none;
}

.couponForm p
{
	margin: 8px 0 0 0;
}

.couponForm .inputLabel
{
	display: block;
	font-weight: normal;
}

.couponForm .inputText
{
	padding: 4px 10px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 5px;
	outline: none;
	border: none;
}

.clearfixa
{
	clear: both;
	display: block;
}

.couponForm .next, .inputSubmit
{
	cursor: pointer;
	border-radius: 5px 5px 5px 5px;
	padding: 8px 15px 8px 15px;
	background: #ff1c1c;
	color: #ffffff;
	text-decoration: none;
	border: none;
	float: right;
	font-weight: 600;
	outline: none;
	line-height: 13px;
}

.inputSubmit.sending
{
	background: #ff1c1c url(../img/sending.gif) center center no-repeat;
	font-size: 0;
	text-indent: -9999px;
}