
body{
		width:100%;
		height:100%;
		margin:0;
		padding:0;
	}
	div.popup{
		position:fixed;
		top:0;
		bottom:0;
		left:0;
		right:0;
		width:100%;
		height:100%;
		background: rgba(0,0,0,.9);
	}
	
	div#box-main{
		margin:0 auto;
		background:none;
		max-width: 400px;
		height:100%;
		/*-webkit-box-shadow:0 0 15px #000;*/
		/*-moz-box-shadow:0 0 15px #000;*/
		/*box-shadow:0 0 15px #000;*/
		border-radius:10px;
		text-align:center;
		padding:20px 5px 5px 5px;
	}
	
	

	.header-pop{
		width:98%;
		height:28px; /*60px*/
		background-color:#022e57; /*#054701;*/
		border-top-right-radius:8px;
		border-top-left-radius:8px;
		padding:4px;
	}
	a.close{
		text-decoration:none;
		color:#fff;
		float:right;
		font-family:sans-serif;
		font-size:17px;
		font-weight:bold;
		padding:4px;
		border-radius:6px;
		border:1px solid #fff;
		background-image: linear-gradient(#73010d, #fa021b, #73010d);
	}
	.header-pop h1{
		font-weight:bold;
		font-family:sans-serif;
		font-size:25px;
		color:#fff;
		padding:4px;
		float:left;
		width:68%;
		padding:3px;
		margin:0 auto;
		text-align:right;
		letter-spacing:4px;
	}
	.conten{
		margin-top:4px;
		max-width:100%;
		color:#000;
		text-align:justify;
		font-size:12px;
		padding:4px 30px 4px 40px;
		font-family:sans-serif;
		margin-bottom:5px;
		background:#fff;
		border-bottom-right-radius:8px;
		border-bottom-left-radius:8px;
		line-height:1.5em;
	}

	.bottom-pop{
		width:100%;
		height:60px;
		background-color:#054701;
		border-bottom-right-radius:8px;
		border-bottom-left-radius:8px;
		margin-top:35px;
	}
	