@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	 
	
}
  
/*********************************balon************************************/
.container-balon{
	width: 300px;
	height: 210px;
	position: fixed;	
	right:0px;
	bottom: 0px;
	z-index: 9999;
	border-left: 1px solid #949494; 
	border-right: 1px solid #949494; 
	border-bottom: 1px solid #949494; 
}
.container-close{
	width: 100%;
	height: 30px;	
	clear: both;
	background: url(https://cuuam.gosu.vn/home.html/../images/bg-tip.png) repeat-x ;
}
.container-close .close-tip{
	width: 20px;
	height: 25px;
	float: right;
	margin-right: 5px;	
	cursor: pointer;
}
.container-balon .message{
	float:left;
	font-size: 14px;
	margin-left: 58px;
    margin-top: 5px;
    text-transform: uppercase;
    width: 191px;
    text-align: center;
    
}
#balon-hide{
	background: url("https://cuuam.gosu.vn/home.html/../images/but-control.png") no-repeat scroll -50px 8px transparent;
}
#balon-show{
	background: url("https://cuuam.gosu.vn/home.html/../images/but-control.png") no-repeat scroll -20px 8px transparent;
	display: none;
}
#balon-delete{
	background:url("https://cuuam.gosu.vn/home.html/../images/but-control.png") no-repeat scroll 4px 9px transparent;
}

/*********************************popup************************************/
/* �?nh d?ng m?t n? cho popup */
#mask {
	display: none;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 999;
	/*Cac thuoc tinh fix IE*/
	filter: alpha(opacity=60);
	ZOOM: 1;
	display: block;
}
/* N?i dung popup*/
.login-popup {
	/*background: none no-repeat scroll 0 0 #fdf5f5;*/
	display: none;
	font-size: 1em;
	/*height: 270px;
	width: 543px;*/
	height: 720px;
	width: 1280px;
	left: 50%;
	padding: 0;
	position: fixed;
	top: 50%;
	z-index: 99999;
}
/*N?i dung con c?a popup*/
#content-popup {
	/*width: 543px;
	height: 270px;*/
	height: 720px;
	width: 1280px;
	margin-top: -1px;
	margin-left: 0px;
	overflow: hidden;
}
#content-popup a {
    display: block;
	
	/*margin-left: 4px;
	margin-top: 5px;*/

	/*width: 543px;
	height: 270px;*/

	height: 720px;
	width: 1280px;
}
#content-popup a img{
	border: none;
	outline: none;
	
}
/* N�t close*/
.close {
	background:url('../images/closex.png?v=1') no-repeat ;
	width:30px;
	height:23px;
	/*float: left;*/
	right: 0;
	/*margin-right: 4px;*/
	margin-left: 515px;
	margin-top: -23px;
	border: none;
	position: absolute;
	cursor: pointer;
}

.closex2 {
    display: block;
    height: 36px;
    margin-left: 593px;
    margin-top: 1px;
    width: 77px;
    cursor: pointer;
}
 
