#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	background: url('../images/backgrounds/category-icon.png')
}

.popups {
	font-size: 16px;
}

.popup {
	position: fixed;
    position: absolute;
	top: 200px;
	left: 50%;
	 display: none;
	width: 310px;
	 margin-left: -155px;  
	color: #000;
	font-size: 1em;
	font-family: Georgia, 'Times New Roman';
	font-style: italic;
	z-index: 300;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #fff;
	background-image: url(../images/backgrounds/login-header.png);
	background-repeat: repeat-x;
}

#system-message {
	top: 100px;
	width: 800px;
	margin-left: -400px;
	font-size: 1.1em;
	line-height: 1.5em;
	background: #fff url('../images/profile/backgrounds/system-message-header.png') repeat-x;
}

	.popup .header {
	height: 23px;
	padding: 7px 15px;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	background-image: url(../images/backgrounds/popuphead.png);
	background-repeat: repeat-x;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	CCborderRadiusTL: 7px;
	CCborderRadiusTR: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;

	}

		.close-popup {
	display: block;
	float: right;
	vertical-align: middle;
	padding-top: 3px;
		}

	.popup .error {
		padding: 10px;
		background: #fee;
		border-bottom: 1px dotted #dddbcd;
	}

	.popup .content {
		padding: 20px 25px;
	}

	#system-message .content {
		max-height: 400px;
		overflow: auto;
	}

	.popup .content.after, .popup .content.restore {
		  display: none; 
	}

		.popup h1, .popup .h1 {
			padding-bottom: 15px;
			color: #0077bc;
			font-size: 1.2em;
			font-style: italic;
			display:block;
		}

		.popup h2, .popup .h2 {
			padding-bottom: 15px;
			font-size: 1.1em;
			font-weight: normal;
			font-style: italic;
			display:block;
		}

		.popup input[type=text],
		.popup input[type=password],
		.popup textarea {
			width: 254px;
			height: 18px;
			margin-bottom: 8px;
			padding: 2px;
			font-size: 1em;
			font-family: Georgia, 'Times New Roman';
			font-style: italic;
			text-align: center;
			border: 1px solid #a8acad;
		}

			#signup-popup-password-retype {
			/*	margin-bottom: 15px;*/
			}

			#coupon-gift-popup input {
				text-align: left;
			}

		.popup input[type=checkbox] {
			float: left;
			margin: 8px 0;
			margin-right: 6px;
		}

		.popup textarea {
			height: 100px;
			text-align: left;
		}

		.popup textarea.short {
			height: 40px;
		}

		.popup label {
			display: block;
			padding-bottom: 5px;
			color: #6e6e6e;
		}

			#signup-popup label, #city-popup label {
				f loat: left;
				width: 70px;
				padding-top: 3px;
			}

			#login-popup-old-password {
				margin-bottom: 18px;
			}

			#signup-popup label.checkbox,
			.popup label.checkbox {
				width: auto;
			}

		.info-text {
			 display: none; 
			clear: both;
			color: #333;
		}

		.popup select {
			width: 160px;
			margin-bottom: 10px;
		}

		#city-popup select {
			width: 180px;
		}

		.placeholded {
			color: #6e6e6e;
		}

		.popup input::-webkit-input-placeholder,
		.popup textarea::-webkit-input-placeholder {
			color: #6e6e6e;
		}

		.popup input:-moz-placeholder,
		.popup textarea:-moz-placeholder {
			color: #6e6e6e;
		}

		.popup .bottom {
			clear: both;
			width: 100%;
			padding-top: 10px;
		}

			.popup a {
				color: #000;
				line-height: 1.5em;
				text-decoration: underline;
			}

			.popup .button-right, .popup .button-center {
				display: block;
				margin-top: 7px;
			}

			.popup .button-right {
				float: right;
			}

			.popup .button-center {
				margin: 0 auto;
			}

			.popup .signup {
				width: 161px;
				height: 34px;
				background-image: url('../images/buttons/signup.png');
			}

			.popup .signup.disabled {
				background-position: 0 34px;
			}

			.popup .ok {
				width: 72px;
			}

			.popup .pay {
				width: 139px;
			}

			.popup .agree {
				width: 125px;
				margin-bottom: 8px;
			}

.popups img { border: 0px none #FFFFFF; }

#coupon-gift-buy-popup {
width: 580px;
    margin-left: -300px;
}
#coupon-gift-buy-popup h1, #coupon-gift-buy-popup .h1 {
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
font-weight:bold;
display:block;
}
#coupon-gift-buy-popup label {
margin: 10px 0px 0px;
padding: 0px;
}
#coupon-gift-buy-popup small {
font-size: 11px;
color: #6E6E6E;
}
#coupon-gift-buy-popup h2, #coupon-gift-buy-popup .h2 {
margin: 15px 0px 0px;
padding: 0px;
font-weight:bold;
display:block;
}
#coupon-gift-buy-comment {
height: 194px;
}
#coupon-gift-buy-popup .bottom {
text-align: center;
}
#coupon-gift-buy-popup .bottom img {
margin-right: 10px;
margin-bottom: 10px;
margin-top: 0px;
margin-left: 0px;
}

#coupon-gift-to,#coupon-gift-from,#coupon-gift-emailaddress{
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

#coupon-gift-buy-popup .close-popup {
display: block;
float: right;
vertical-align: middle;
padding-top: 0px;
}

#add-abuse_comment-popup {
	border: 1px solid #0066CB;
	background-color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
}
#add-abuse_comment-popup .header {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
}
#add-abuse_comment-popup .before {
	font-style: normal;
	font-size: 13px;
	color: #666;
	padding-top: 7px;
	padding-bottom: 10px;
}
#add-abuse_comment-popup .after {
	height: 100px;
}
#add-abuse_comment-popup #add-abuse_comment-text {
	background-color: #FFF;
	margin-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
#add-abuse_comment-popup .confirm {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #00B31A;
}
#add-abuse_comment-popup .cancel {
	position: absolute;
	top: 0px;
	background-color: #6B6B6B;
	left: 0px;
}
#add-abuse_comment-popup .bottom {
	position: relative;
	height: 25px;
	padding-top: 0px;
}
#add-abuse_comment-popup .after h1, #add-abuse_comment-popup .after .h1 {
	font-style: normal;
	text-align: center;
	display:block;
}
#add-abuse_comment-popup .bottom a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#add-abuse_comment-popup .bottom .disabled {
    cursor: default;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
#confirm-medicine-popup{
    font-size: 16px;
}
#confirm-medicine-popup .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;

}
#confirm-medicine-popup .description {


    margin-bottom: 15px;

}
#confirm-medicine-popup .confirm-container {


  font-weight: bold;

}