#iws-prompt-box {
	position: fixed; 
	z-index: 1000;
	top: 0; 
	left: 0; 
	margin: 0; 
	padding: 0;
	width: 100%; 
	height: 100%;
}
#iws-prompt-bg-alpha {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: #000; 
	/*
	url('/images/r-icons/warning_32.png') 0 0 no-repeat;
	opacity: 0.7;
	background-color: #FF0000;
	*/
}	
#iws-prompt-box-1 {
	position: fixed; 
	z-index: 1000;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -250px;
	padding: 0;
	width: 500px;
}
#iws-prompt-box-alpha {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 1px solid #AAA;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-border-radius: 5px;
	background: #666; 
	-moz-box-shadow: 1px 10px 50px #AAA;
	/*
	url('/images/r-icons/warning_32.png') 0 0 no-repeat;
	opacity: 0.7;
	background-color: #FF0000;
	*/
}	

.iws-prompt-box-loader {
	position: absolute;
	z-index: 10001;
	top: 0;
	left: 0;
	margin: 0; 
	padding: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: #FFF;
}
.iws-prompt-box-loader-icon {
	position: absolute;
	z-index: 10001;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
	padding: 0;
	width: 16px;
	height: 16px;
}
#iws-prompt-box-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 10px;
	width: 480px;
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #666;
}	
#iws-prompt-box-content-text {
	position: relative;
	margin: 0;
	padding: 0; 
	width: 480px;
	background-color: #FFF;
}	
#iws-prompt-box-title {
	position: relative;
	margin: 0;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #d06000;
	background-color: #FE8A26;
}
#iws-prompt-box-title-inner {
	position: relative;
	margin: 0;
	padding: 2px 0 0 25px;
}
#iws-prompt-box-title-inner.warning {
	background: transparent url('/images/r-icons/warning_16.png') 0 0 no-repeat;
}
#iws-prompt-box-title-inner.widget {
	background: transparent url('/images/r-icons/tools_16.png') 0 0 no-repeat;
}
#iws-prompt-box-body {
	position: relative;
	margin: 0;
	line-height: 18px;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	background-color: #FFF;
}
div.iws-prompt-box-bleed {
	padding: 0;
}
div.iws-prompt-box-pad {
	padding: 0; 
}
#iws-prompt-box-body-inner {
	position: relative;
	margin: 0;
	padding: 0;
}
#iws-prompt-box-body-inner-1 {
	position: relative;
	margin: 0;
	padding: 15px;
}
.iws-prompt-box-body-inner-bleed {
	padding: 0 !important;
}
#iws-prompt-box-body-inner a {
	color: #FE8A26;
}
#iws-prompt-box-closer {
	position: relative;
	margin: 0;
	padding: 0;
	border: 1px solid #777;
	border-top: none;
}
#iws-prompt-box-closer-inner {
	position: relative;
	margin: 0;
	padding: 10px 16px;
	font-size: 14px;
	height: 32px;
	border-top: 1px solid #DDD; 
	background-color: #EEE;
}
#iws-prompt-box-closer a.iws-prompt-box-close {
	position: absolute;
	top: 10px;
	right: 15px;
}
#iws-prompt-box-content a.iws-prompt-box-button {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
	/*
	width: 65px;
	*/
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border: 1px solid #d06000;
	background-color: #FE8A26;
}
#iws-prompt-box-content a.iws-prompt-box-button span {
	display: block;
	margin: 0;
	padding: 5px 18px;
	border-top: 1px solid #ffdfc3;
}
.iws-prompt-box-buttons a.iws-prompt-box-button {
	border-color: #0d3d79 !important;
	background-color: #487EC1 !important;
}
.iws-prompt-box-buttons a.iws-prompt-box-button span {
	border-color: #aecbf0 !important;
}
.iws-prompt-box-list {
	margin: 0;
	padding: 0;
	height: 233px;
	overflow-y: scroll;
}
.iws-prompt-box-list-options {
	height: 183px;
}
.iws-prompt-box-list li {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	list-style-type: none;
	border-bottom: 1px solid #DDD;
}
.iws-prompt-box-list-options li {
	padding: 10px 15px;
}
.iws-prompt-box-list li a.iws-widget-list-item {
	display: block;
	color: #666;
	margin: 0;
	padding: 10px 15px;
	color: #666 !important;
	text-decoration: none;
	background-color: #FFF;
}
.iws-prompt-box-list li a:hover, .iws-prompt-box-list li a:active {
	background-color: #F4F4F4;
}

div.iws-prompt-box-buttons {
	position: relative;
	margin: 0;
	padding: 10px 15px;
	height: 29px;
	text-align: center;
	border-top: 1px solid #DDD;
	background-color: #F4F4F4;
}
div.iws-prompt-box-buttons input {
	position: relative;
	display: block;
	margin: 0;
	padding: 6px;
	width: 300px;
	font: normal 14px Helvetica Neue, Helvetica, Arial, sans-serif;
	color: #666;
	border: 1px solid #AAA;
	border-bottom-color: #DDD;
	border-right-color: #DDD;
	background-color: #FFF;
}

input.iws-prompt-box-widget-option-input, 
select.iws-prompt-box-widget-option-select {
	position: relative;	
	float: right;
	margin: 0;
	padding: 5px;
	color: #666;
	width: 200px;
	border: 1px solid #DDD;
}
select.iws-prompt-box-widget-option-select {
	width: 212px;
}
label.iws-prompt-box-widget-option-label {
	position: relative;	
	float: left;
	margin: 0;
	padding: 5px 0 0;
	width: 200px;
}
#iws-prompt-box-body-inner-list {
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    overflow-y: scroll;
}
#iws-prompt-box-body-inner-list li {
    position: relative;
    margin: 0;
    padding: 0;
}
#iws-prompt-box-body-inner-list li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #DDD;
}
#iws-prompt-box-body-inner-list li.last a {
    border-bottom: none;
}
#iws-prompt-box-body-inner-list li a:hover,
#iws-prompt-box-body-inner-list li a:active {
    background-color: #f4f4f4;
}
