.btnCouponsContainer {
	position: absolute;
	margin: 240px 0 0 40px;
	z-index: 2;
}
.popUpContainerCoupon {
	margin: 10px 0 0 141px;
	width: 369px;
	background-color:#FFFFFF;
	z-index:300;
	position: absolute;
}
.popUpContainerCoupon .couponR1 {
	height: 13px;
	background-color: #E5B9D0;
	text-align: left;
	padding: 2px 6px 0;
	color: #9B607C;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
}
.close,
.popUpContainer .couponR1 {
	float: right;
	cursor: pointer;
}
.popUpContainerCity .cityR2 {
	height: 375px;
}
.popUpContainer .couponR2 .c1 {
	float: left;
	width: 216px;
	margin: 10px 0 0 34px;
}
.popUpContainer .couponR2 .c2 {
	float: left;
	width: 325px;
	height: 264px;
	margin: 5px 0 0 0;
	border: 1px dotted #9E9E9E;
}
.popUpContainer .couponR2 .c3 {
	float: left;
	width: 119px;
	height: 180px;
	margin: 85px 0 0 55px;
	border: 1px dotted #9E9E9E;
}
.popUpContainerCoupon .couponR2 {
}
.popUpContainerCoupon .couponR2 .coTitle {
	font-size: 15px;
	font-weight: bold;
	margin: 25px;
	color: #4B4B4B;
}
.couponR2 form, form .couponR2 {
	margin: auto;
	width: 324px;
}
.couponR2 form .inputRow, form .couponR2 .inputRow {
	text-align: right;
	font-size: 11px;
	color: #4B4B4B;
	clear: both;
}
.couponR2 form .input,  form .couponR2 .input {
	border: 1px solid #9B607C;
	width: 214px;
	float: right;
	margin: 0 0 6px 10px;
}
.radioGroup {
	width: 214px;
	float: right;
	margin: 0 0 6px 10px;
}
.radioGroup input {
	float: left;
	display:block;
}
.radioGroup label {
	float: left;
	margin: 2px 0 0 3px;
	display:block;
}
.radioGroup div {
	float: left;
	width: 70px;
}
.errMessage  {
    color:#990000;
    font-size:11px;
}
#ctl00_cph1_btnSubmitCoupon {
	float:right;
}
