#modal-content{
    width:400px;
    margin:1.5em auto 0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
    z-index:2;
    display:none;
    position:fixed;
}

#modal-overlay{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

#modal-button {
  text-align: right;
}

#modal-ok {
  width:80px;
  height:25px;
  margin:5px;
}

#modal-cancel {
  width:80px;
  height:25px;
  margin:5px;
}

#modal-content-msg{
	margin-top:1em;
}

.modal-content-msg:first-child{
	margin-top:0;
}

.button-link{
	color:#00f;
	text-decoration:underline;
}

.button-link:hover{
	cursor:pointer;
	color:#f00;
}
