/* layerPopup */
.popup-section .curtain {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9500;
	background: rgba(80, 80, 80, 0.40);
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.ie6 body > .curtain,
.ie7 body > .curtain,
.ie8 body > .curtain {
	filter: none;
	background: url("../img/curtain-505050-alpha40.png") repeat center;
}

.popup {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.ie6 .popup,
.ie7 .popup {
	display: block;
	position: relative;
	top: 25%;
}

.popup > .wrapper > p {
	margin: 0;
	position: relative;
	z-index: 2;
}

.popup > .wrapper {
	display: inline-block;
	text-align: left;
	position: relative;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	border: 2px solid #eee;
	padding: 0 20px;
}

.popup .tc-message-container{
    overflow-y: scroll;
    height: 150px;
    margin-bottom: 15px;
}

.popup h1 {
	padding: 15px 0;
	font-size: 21px;
	margin-bottom: 0;
}

.popup .tc-message-container h1 {
    font-size: 14px;
}

.popup input[type=submit]{
    margin-top: 5px;
}

@media only screen and (min-width: 550px){
    .popup > .wrapper {
        min-width: 450px;
        max-width: 550px;
    }
}