.hide {
	display: none;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.modal {
	position: fixed;
	z-index: 1050;
	overflow: visible;
	background: #dfdfdf;
	padding: 10px;
}

.ie7 .modal {
	width: 990px;
}

.modal.fade {
	top: -25%;
}

.modal.fade.in {
	top: 50%;
}

.modal-header {
	background: #ccc;
	padding: 15px;
	position: relative;
	text-align: center;
}

.modal-header h3 {
	color: #333;
	font-weight: 700;
	margin: 0;
}

.modal-header .close {
	background: url(img/close.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	height: 30px;
	position: absolute;
	right: -20px;
	top: -20px;
	width: 30px;
}

.modal-body {
	background: #fff;
	padding: 30px;
}

.modal-body td, .modal-body th {
	padding: 2px 10px;
}

.row-border td, .border th {
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-width: 1px 0 0;
}

.border th {
	border-width: 0 0 1px;
}

.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	*zoom: 1;
}

.modal-footer:before, .modal-footer:after {
	display: table;
	content: "";
}

.modal-footer:after {
	clear: both;
}

.modal-footer .btn {
	float: right;
	margin-left: 5px;
	margin-bottom: 0;
}