body {
    background: transparent;
}
#iFrameWindow {
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 1000;
}
.backdrop, .blocker {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(128,128,128,0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7F000000', endColorstr='#7F000000'); /* IE */
    position: fixed;
    text-align: center;
	z-index: 500;
}
.blocker {
	background-image:url('/images/loading.gif');
	background-repeat:no-repeat;
	background-position:center;
}
.dialog {
	position: relative;
    width: auto;
    margin:auto;
    display: inline-block;
    text-align: left;
}
.dialog-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.dialog-header {
    min-height: 16.42857143px;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.dialog-body {
    position: relative;
    padding: 10px;
}
.dialog-footer {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.dialog-title {
  margin: 0;
  line-height: 1.42857143;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.dialog-draggable {
	cursor:move;
}
.dialog-close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: .8;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=30);
	opacity: .3;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: .6;
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
}