
#dialogoverlay{
	display:none;
	opacity: .85;
	position: fixed;
	top: 0px;
	left: 0px;
	background: #263639;
	width: 100%;
	z-index: 1111;
	text-align: center;
}

#dialogbox{
	display: none;
	position: fixed;
    border-radius: 50%;
	/*background:  #3531BC;    blue*/
	background: transparent;
	outline: 9px thick ridge #000; /*black*/
	/*width: 300px;*/
	min-height: 185px;
	
	vertical-align: middle;

	z-index: 1560;
	
}


.blue_box{ 
					background-color:  #3531BC;    /*blue*/
					border: 12px solid #cf0078; /*red*/
					outline: 9px thick ridge #000; /*black*/
					border-radius: 50%;
					 min-height: 200px;
					 text-align: center;
					 
                     justify-content: center;
					 
					 

					}
.red_box{ 
					background-color: #cf0078;  /*red*/
					border: 12px solid #3531bc;/*blue*/
					 min-height: 200px;
					border-radius: 50%;
					
                    justify-content: center; 
					

					}
#dialogboxhead{
								
									/*font-size: 40em;  
									color: #FFF;
									border-top: 10%;
									height:35px;
									*/
									}
#dialogboxbody{ 
									
									
									color: #fff;
									padding-top: 30%;
									line-height: 1.6;
									font-size: 190%;
									min-width: 400px;
								}
#dialogboxfoot{ 
									
								   /*padding: 10px; 
								   text-align: right;
								   border-color: #666;
								   border-radius: 0px 0px 7px 7px; 
									overflow: hidden;
									height: 35px;
								*/
								}