@import url('reset.css');

.tmbox_wrapper{
    display: none;
    background: transparent url('../images/borderbg.png');
    -moz-border-radius: 10px; /* FF1+ */
	-webkit-border-radius: 10px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	width:500px;
	padding:8px;
	position:absolute;
	margin:150px 0px 0px 350px;
	z-index:12;
 }
.tmbox_wrapper .tmbox .tmbox_close_btn{
    top: 17px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: transparent url('../images/tmbox_btn_close.png') 0px 0px;
    cursor: pointer;
	position:absolute;
}
 
.tmbox_wrapper .tmbox .tmbox_close_btn:hover {
    background-position: 0 -20px;
}

.tmbox_wrapper .tmbox .tmbox_close_btn:active {
    background-position: 0 -40px;
}
.tmbox{
	border:1px solid #333;
	padding:1px;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;	
 }
.tmbox_wrapper#gmap_msg {
 	z-index:11;
}
 .tmbox_wrapper#license_expired {
 	z-index:13;
}
.tmbox_wrapper#akkey {
 	z-index:14;
}
.tmbox_wrapper#loading {
 	z-index:14;
}

.tmbox_wrapper h3{
	height:17px;
	font-size:15px;
	margin:0px;
	background: #C60605; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(191,6,4,1) 47%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,0,1)), color-stop(47%,rgba(191,6,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(191,6,4,1) 47%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(191,6,4,1) 47%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,0,0,1) 0%,rgba(191,6,4,1) 47%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bf0604',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,0,0,1) 0%,rgba(191,6,4,1) 47%); /* W3C */
	padding:9px;
	color:#fff;
	border-radius:4px 4px 0px 0px;
	-moz-border-radius:4px 4px 0px 0px;
	font-weight:bold;
}

.license_expired .desc{ 
	font-size:14px; 
	width:300px;
}
.license_expired .hint{ font-size:12px; color:#06c; margin-top:10px;}
.license_expired img{
	ertical-align: bottom;
	position:absolute;
	right:20px;
	top:20px;
	float:right;
}
.license_expired #renew_btn{
	font-weight:bold;
	font-size:15px;
	width: 180px;
	height: 40px;
	margin: 40px 0px 0px 0px;
}

.tmbox_wrapper.loading {
	width:300px;
	margin:200px 0px 0px 450px;	
	display:none;
}

.tmbox_wrapper.loading .tmbox {
	font-size:16px;
	padding: 100px 20px 20px 20px;
	font-weight:bold;
	background-color:#fff;
	text-align:center;
}
.tmbox_wrapper.loading#alarming .tmbox{
	background: #fff url(../images/ani_alarming.gif) no-repeat center 20px;
}
.tmbox_wrapper.loading#connecting .tmbox{
	background: #fff url(../images/ani_connecting.gif) no-repeat center 20px;
}
.tmbox_wrapper.loading#wiping .tmbox{
	background: #fff url(../images/ani_wiping.gif) no-repeat center 20px;
}

.tmbox_wrapper .tmbox.gmap_msg {
	padding:20px;
	z-index:12;
}
.tmbox_wrapper .tmbox.gmap_msg p{
	margin:0px auto 10px;
	padding-left:40px;
}
.tmbox_wrapper .tmbox.gmap_msg #gmap_error {
	background: url(../images/icon_warning_m.png) no-repeat left center;
}


#license_expired_frame, #akkey_frame{
	border-width: 0px; width:100%; height:200px;
}