
.smoke-base {
 position		  : fixed;
 left             : 0%;
 top              : 0%;
 width            : 100%;
 height           : 100%;
 background-color : rgba(0,0,0,.2);
 display          : table;
 z-index          : 1001;
}

.smoke-dialog_wrapper {
 position       : relative;
 vertical-align : middle;
 display        : table-cell;
}

.smoke-dialog {
 width            : 40%;
 margin           : 0 auto;
 padding          : 30px;
 color            : #fff; /* текст окна */
 border           : 0px solid #0000aa;
 border-radius    : 28px;
 background-color : #007500; /* цвет окна */
 font-size        : 17px;
 font-weight      : bold;
 text-align       : center;
 line-height	  : 24px;
}

.smoke-dialog-buttons {
 vertical-align : middle;
 margin-top	: 40px;
}

.smoke-dialog-buttons-ok, .smoke-dialog-buttons-cancel {
    margin: 0 7px;
    padding: 8px 10px;
    border: 0;
    border-radius: 7px;
    outline: 0;
	background: white; /* кнопка ОК */
    color: black;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    line-height: 18px;
    vertical-align: baseline;
    display: inline-block;
    cursor: pointer;
}

.smoke-dialog-buttons-ok:hover, .smoke-dialog-buttons-cancel:hover {
  background: black;
  color: white;
}

.smoke-prompt {
 margin-top : 15px;
 text-align : center;
}

.smoke-prompt-input {
 -moz-box-sizing  : border-box;
 box-sizing       : border-box;
 width            : 75%;
 margin           : 0;
 padding          : 11.2px;
 border           : 1.4px solid #aaa;
 outline          : none;
 font-family      : arial;
 font-size        : 22.4px;
 background-color : white;
 display          : inline-block;
}

.smoke-dialog-buttons-cancel {
 /* background-color : rgba(0, 0, 0, .9); */
 background-color : white;
 color: black;
}

.smoke-dialog-buttons-cancel:hover, .smoke-dialog-buttons-cancel:hover {
  background: black;
  color: white; 
}
