﻿body {
background-color: #ff8811;
box-sizing: border-box;
max-width: 700px;
height: 800px;
border-width: 55px;
w?ebkit-border-image: url(images/yellow-purple-square-border.png) 55 stretch;
}

/*standard*/
p{ border-radius: 25px; 
padding: 1.5%;}

p {text-align: center;
font-size: xx-large;
letter-spacing: 10px; 
text-shadow: 0em 0em .5em #003300;

            border: 12px #DDD double;
       border-radius: 500px 500px 5px 5px/ 500px;
padding: 4%;
}
#CANCELdelay{

border-image: url(images/yellow-purple-square-border-10px.png)  2 2 round;
border-image-repeat: round;
}


#delay{
background-color: #fec227;
border-color: #fec227;
border-style: solid;
border-width: 55px;
border-image: url(images/dotBorder.png)  20 10  repeat;
}