#jx-interface-modal {
	background: #000 url("") repeat;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=30); /* IE 5.5+*/
	-moz-opacity: 0.3; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.3; /* Konqueror 3.1+, Safari 1.1 */
	opacity: 0.3;
}
#jx-interface-box-loader {
	background-image: url("");
	background-repeat: no-repeat;
	background-position: 10px center;
	line-height: 40px;
	padding-left: 52px;
	padding-right: 10px;
}
.jx-interface-box-container {
	display: none;
	position: fixed;
	top: 10px;
	left: 10px;
	background: #FFF;
	width: 100px;
	height: 100px;
	padding: 8px;
}

.jx-interface-box-container h1{
	background: url("") 0% 0% repeat-y;
	padding: 16px 20px; margin:0;
	border-radius:10px;
	color:#1070a2; font-size:36px;
}


.jx-interface-box-container form{
	padding: 8px 20px;
}

.jx-interface-box-container .button{
	background: #0085d1 url("") 0% 50% repeat-x;
	border-radius: 8px;
	border: none;
	color: #fff; font-weight:normal;
	padding: 7px 10px;
}


.jx-interface-box-container .textbox{
	background: #f6fcfe;
	width: 350px;
	border: 1px solid #aedbe7;
}

.jx-interface-box-container textarea{
	background: #f6fcfe;
	border: 1px solid #aedbe7;	
}

.jx-interface-box-container .label{
	display: block;
	color:#52504b;
}

.jx-interface-box-closer {
	position: absolute;
	z-index: 1000;
	top: -8px;
	right: -8px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url("") no-repeat;
}
.jx-interface-radius-6 {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 5px solid #aedbe7;
}
.jx-interface-shadow {
/*	-moz-box-shadow: 0 0 6px #333;
	-webkit-box-shadow: 0 0 6px #333;
	box-shadow: 0 0 6px #333;*/
}