
/**
 * Popup layout
 */
#popup-wrap {
	display:none;
	z-index:301;
	position:fixed;
	width:100%;
	background:#e2e2e2;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity: .7;

}

body img.loader
{
	border:0;
}

.popup {
	display:none;
	z-index:302;
	position:fixed;
	left:25%;
	margin-top:150px;
	padding:20px;
	
}

.large_popup {
	background-image: url(../../../images/popup/large_bg.png);
	width:490px;
	height:287px;
	z-index:302;
}

.small_popup {
	background-image: url(../../../images/popup/small_bg.png);
	background-color:#fff;
	width:320px;
	height:135px;
	z-index:303;
	margin-top:150px;
	margin-left:80px;
	background-color:transparent;
	background-repeat:no-repeat;
}


.popup .popup_content {
	z-index:103;
	background:#fff;
	height:100%;
	width:100%;
	border:solid 1px #999999;
	-moz-border-radius:2em;
	overflow: hidden;
}

.popup h3 {
	margin:0 0 0 0.2em;
	margin-bottom:0.25em;
}

/* close link */

.popup a.close {
	float:right;
	padding:0em;
	width:24px;
	height:24px;
	display:block;
	background:transparent;
	z-index:100;
	margin-top:-5px;
	margin-right:0px;
}

.panel .large_popup a.close {
	margin-top:0.4em;
	margin-right:0.2em;	
}

.panel .small_popup a.close {
	margin-top:-0.5em;
	margin-right:0.5em;	
}

.popup h3 {
	font-size:13pt;
	color:#fff;
	margin-top:0;
	padding:0;
	margin-bottom:25px;
	width:80%;
}

.popup p {
	padding-left:0.5em;
	font-size:0.75em;
	line-height:20px;
	padding-bottom:0.25em;
	text-align:justify;
	width:80%;
}

.popup a.accept, .popup a.cancel {
	display:block;
	float:left;
	width:122px;
	height:22px;
	margin-left:1em;
}

.popup a.accept {
	background-image:url(../../../images/buttons/submit.png);
}

.popup a.cancel {
	background-image:url(../../../images/buttons/cancel.png);
}

/* form within popup */
.popup form {
	z-index:105;
	padding:0.75em 0 0.5em 0;
	width:485px;
	height:160px;
	margin:0;
	border:1px solid #efefef;
	border-width:1px 0;
	overflow:auto;
}

.popup form fieldset {
	border:0;
	padding:0;
	float:left;
	width:100%;
}

.popup form div.wrap {
	z-index:110;
	overflow: hidden;
	clear:right;
	float:left;
	margin-bottom:2px;
	margin-left:0.5em;
	font-size:0.75em;
	line-height:1.8em;
}

.popup form div.wrap input{
	padding:0.25em;
	min-width:200px;
}

.popup form div.wrap .s {
	width:68px;
	min-width:68px;
}

.popup form div.wrap .ss {
	min-width:30px;
	width:30px;
}

.popup form label {
	padding:0.4em 0.3em 0.4em 0;
	display:block;
	font-weight:bold;
	text-align:right;
	float:left;
	width:180px;
	font-size:0.75em;
	margin-bottom:2px;
}

.popup form select {
	padding:0.25em;
	width:210px;
}

.popup form select option {
	padding:0.25em;
}

.popup form#order-add label{
	width:100px !important;
}

.popup form#order-add select {
	padding:0.25em;
	width:370px;
}

.popup textarea {
	width:200px;
	height:130px;
	padding:0.25em;
}

.popup form div.wrap #live-search-subscription{
	width:205px;
	margin-top:0.5em;
	font-size:0.7em;
	line-height:1.5em;
}

.popup form div.wrap #live-search-subscription li{
	padding-left:20px;
	background: url(../../../images/icons/small/bullet_arrow.png) no-repeat center left;
}

.popup div.go {
	padding-top:0.5em;
	text-align:right;
	width:92%;
	margin-top:210px;
	position:absolute;
}


.popup div.go input {
	font-size:0.8em;
}

.popup div.go img {
	border:0;
}

/*dl list*/
.popup dl.edit_list{
	width:100%;
	float:left;
	margin:0;
}

.popup dl.edit_list dt{
	width:100px;
	text-align:right;
	line-height:30px;
	font-weight:bold;
	font-size:0.9em;
	float:left;
}

.popup dl.edit_list dd{	
	float:left;
	width:180px;
}

.popup dl.edit_list dd select{	
	width:auto;
	display:inline;
}

.popup input[type="submit"], 
.popup input[type="button"], 
.popup input[type="reset"], 
.popup input[type~="submit"], 
.popup input[type~="button"], 
.popup input[type~="reset"]{ 
	background:transparent url('/shared/cms/cms_admin/0.2.3.0/png/med/btn_bg_lg.png') no-repeat right center;
	width:130px;
	height:26px;
	font-size:11px;
	color:#242424;
	font-weight:bold;
	border:none;
	padding:0;
	letter-spacing:0;
}

.popup .go{
		background-image:none;
}

.go a.submit{
	background-image:url(../../../images/buttons/button_dk.png);
	background-repeat:no-repeat;
	display:block;
	width:90px;
	height:26px;
	float:right;
	text-align:center;
	color:#fff;
	margin-left:10px;
	font-size:12px;
	line-height:26px;
}

.go a.cancel{
	text-align:center;
	background-image:url(../../../images/buttons/button_lt.png);
	background-repeat:no-repeat;
	display:block;
	width:90px;
	font-size:12px;
	height:26px;
	float:right;
	line-height:26px;
}

.large_popup form div.go{
	display:none;
}

.popup-form{
	float:left;
	width:100%;
}

.panel .block .popup-form label{
	font-size:0.7em;
	padding:0.5em;
	float:left;
	width:30%;
	color:#000;
}

.panel .block .popup-form label span.field_required{
	color:red;
}

.panel .block .popup-form .wrap{
	float:right;
	width:60%;
	font-size:0.7em;
}

.panel .block .popup-form .go-wrap{
	float:right;
	margin:0.5em 2.2em 0 0;
}