#cbox_div{
		background-color: #FFFFFF; 
	
		width: 400px; 
		height: 99%; 
		
		position: fixed; 
		top: 0%; 
		left: 50%; 
		margin-left: -200px;
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	
		border-radius: 15px;
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
		border-right: 2px solid #000000;
		border-left: 2px solid #000000;
		
		z-index: 9999999;
}
#cbox_div2{
		background-color: #FFFFFF; 
	
		width: 98%; 
		height: 94%; 
		
		overflow: auto;
		
		position: absolute; 
		top: 3%; 
		left: 1%; 

		z-index: 999;
}
.cbox_text {	
		color: #2F2D2C;
		
		width: 93%;
		
		font-family: Helvetica;
		font-size: 13px;

		line-height: 1.25em;

		margin-left: 8px;
		margin-bottom: 1px;

		text-align:justify;
}
#cbox_button1{	
		color: #FFFFFF; 
		background-color: #28A745;
	
		width: 97%; 
			
		font-size: 20px; 
		font-family: Comic Sans MS;	
		text-align: center; 
		cursor: pointer;

		margin-top: -10px;  
		margin-left: 2%;
	
		border-radius: 10px;
		border-top: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
		border-left: 2px solid #FFFFFF;
}
#cbox_button1:hover{
		background-color: #24993D;
		font-size: 21px; 
}
#cbox_button2{	
		color: #FFFFFF; 
		background-color: #1E73BE; 
		
		width: 97%; 
		
		font-size: 20px; 
		font-family: Comic Sans MS;
		text-align: center; 	
	
		margin-top: 18px;   
		margin-left: 2%;
	
		border-radius: 10px;
		border-top: 2px solid #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
		border-left: 2px solid #FFFFFF;
}
#cbox_button2:hover{
		background-color: #1A63A3;
		font-size: 22px; 
}
#cbox_button3{	
		color: #000000; 
		background-color: #ccc; 

		font-size: 18px; 
		font-family: Comic Sans MS;
	    text-align: center; 
		
		width:97%; 

		margin-top: 10px;  
		margin-left: 2%;
	
		border-radius: 10px;
		border-top: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		border-right: 2px solid #ccc;
		border-left: 2px solid #ccc;
}
#cbox_button3:hover{	
		color: #000000; 
		background-color: #ccc; 
		font-size: 19px; 
}

@media screen and (max-width:400px){

#cbox_div{
		background-color: #FFFFFF; 
	
		width: 96%; 
		height: 99%; 
		
		position: fixed; 
		top: 0%; 
		left: 50%; 
		margin-left: -48%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	
		border-radius: 15px;
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
		border-right: 2px solid #000000;
		border-left: 2px solid #000000;
		
		z-index: 9999999;
}

}