.tbox {
	position: absolute;
	display: none;
	padding: 14px 17px;
	z-index: 99999;
}

.tinner {
	margin-top:100px;
	padding: 15px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff
		url(../tinybox/images/preload.gif)
		no-repeat 50% 50%; 
}

.tmask {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 1100;
}

.tclose {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background:
		url(../tinybox/images/close.png) no-repeat
}

.tclose:hover {
	background-position: 0 -30px
}

#error {
	background: white;
	color: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0;
	min-width: 150px;
	height:100%;
	text-align: center;
	width: 300px !important;
}

.tcontent font {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}
#error .tcontent {
	padding: 10px 14px 11px;
	border: 1px solid #ffb8b8;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}

#success {
	background: white;
	color: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0;
	min-width: 300px;
	height:100%;
	text-align: center;
}

#success .tcontent {
	padding: 10px 14px 11px;
	border: 1px solid #90ee90;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
}
#bluemask {
	background: #1d274c
}

#frameless {
	padding: 0
}

#frameless .tclose {
	left: 6px
}
