#screenLock{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:990; background-color:rgba(0, 0, 0, 0.7); visibility: hidden; } #messageBox{ width:250px; height:210px; position:fixed; top: 50%; left: 50%; margin-left:-125px; margin-top:-105px; z-index:999; background-color:#000066; border:0.5px solid white; visibility:hidden; text-align:center; border-radius:0.5em; } #messageTitle{ padding:6px 0; color: white; font-weight: bold; } #messageBody{ text-align:left; width:230px; height:120px; padding:10px; margin:0 auto; background-color:#ddffff; } #messageButton{ } #messageButton input{ cursor:pointer; font-weight:bold; background: #f0f9ff; /* Old browsers */ background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 25%, #a1dbff 50%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(25%,#cbebff), color-stop(50%,#a1dbff)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 25%,#a1dbff 50%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f0f9ff 0%,#cbebff 25%,#a1dbff 50%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f0f9ff 0%,#cbebff 25%,#a1dbff 50%); /* IE10+ */ background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 25%,#a1dbff 50%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */ width:80px; height:25px; border:0; margin:5px 2px; border-radius: 0.5em; } #messageButton input:active{ /* border:1px dashed #000; */ } #okBtn{ } #yesBtn{ } #noBtn{ }