.popup {
	text-align: left;
}
.popup table {
	width: 100%;
}
.popup td {
	padding: 0;
	vertical-align: top;
}
.popup .lt, .popup .t, .popup .rt, .popup .lb, .popup .b, .popup .rb {
	height: 21px;
}
.popup .lt, .popup .rt, .popup .l, .popup .r, .popup .lb, .popup .rb {
	width: 21px;
}
.popup .lt, .popup .t, .popup .rt, .popup .lb, .popup .b, .popup .rb, .popup .l, .popup .r {
	background-repeat: no-repeat;
}
.popup .lt {
	background-position: -21px -21px;
}
.popup .rt {
	background-position: -42px -21px;
}
.popup .lb {
	background-position: -21px -42px;
}
.popup .rb {
	background-position: -42px -42px;
}
.popup .t {
	background-position: -21px 0;
}
.popup .b {
	background-position: -21px 100%;
}
.popup .l, .popup .r {
	background-repeat: repeat-y;
}
.popup .l {
	background-position: 0 0;
}
.popup .r {
	background-position: 100% 0;
}
.popup-black .lt, .popup-black .t, .popup-black .rt, .popup-black .lb, .popup-black .b, .popup-black .rb, .popup-black .r, .popup-black .l {
	background-image: url("../img/popup-black-bg.png");
}
.popup .bg {
	background: none repeat scroll 0 0 #FFFFFF;
	position: static;
	width: auto;
}
.popup .container {
	padding: 1em;
}
.popup .submit {
	overflow: hidden;
	width: 100%;
}
.popup .submit button {
	float: left;
	margin-right: 1em;
}
.popup .submit .cancel {
	float: left;
	font-size: 1em;
	margin-top: 0.5em;
}
.popup .close {
	float: right;
	height: 18px;
	position: absolute;
	right: 25px;
	top: 20px;
	width: 18px;
	z-index: 200;
}
.popup td.container {
	padding: 0.75em;
}
.popup h4 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding-bottom: 0.5em;
	padding-right: 2em;
}
.popup form {
}
.popup form .item {
	height: auto;
	padding-bottom: 1.5em;
}
.popup form .item .title {
	font-size: 0.94em;
	font-weight: normal;
	padding-bottom: 0.15em;
}
.popup form .item .text {
	width: 95%;
}
.blockUI h2 {
	margin:0 0 15px 0;
}
.blockUI {
	text-align:center
}
