
	.popup {
	padding:20px;
	
	z-index:1;
	background-color : #FFF;
	font-family: Century Gothic, sans-serif;
	-webkit-border-radius: 10px 0 10px 10px;
-moz-border-radius: 10px 0 10px 10px;
border-radius: 10px 0 10px 10px;
	
	}
	
	.popup h2{
	display:block;
	color:#0fb1ee;
	font-weight:bold;
	font-size:35px;
	}

	
	.popup h3{
	display:block;
	margin-bottom:30px;
	
	}
	.button{
	
	width:150px;
	padding:20px;
	display:block;
	background-color:#6EA2DB;
	margin-bottom:20px;
	float:left;
	margin-right:20px;
	text-align:center;
	}
	
	
	.button a{
	text-align:center;
	color:#FFF;
	font-size:20px;
	display:block;
		width:150px;
	}
	
	.close{
	
	color:#6EA2DB;
	
background-color:#FFF;
margin-top:60px;
}


.condition{

font-size : 10px;

}

.color_yellow2{

color:yellow;
font-weight:bold;

}