@charset "UTF-8";

.modal-dialog {
position: absolute;
left: 0;
right: 0;
top: 30%;
bottom: 0;
margin: auto;
width:500px;
height:300px;	
z-index: -1;
backdrop {background: none;}	
}

.TissenColor {
	background-color: aliceblue; 	
}