﻿.sparkling-modal-container { left: 0px; top: 0px; width: 100%; height: 100%; position:fixed;z-index:1000;}

.sparkling-modal-overlay {
    background: rgba(0, 0, 0, 0.3);
}

.sparkling-modal-frame {
    background: #fff;
    border: 0px solid #000;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    -ms-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    top: 50px; width: 100%; margin-right: auto; margin-left: auto; position: relative; z-index: 1001; max-width: 400px; opacity: 1;
}

.sparkling-modal-title {
    background: #4072B2;
    position: relative;
    color: white;
}

.sparkling-modal-title span {
	font-size: 18px;
    font-family:'Open Sans';
	padding: 15px;
	float: left;
	line-height: 20px;
}

.sparkling-modal-close {
    /*padding: 20px 30px;*/
	/*line-height: 20px;*/
	/*float: right;*/
    /*font-size: 20px;*/
    
	cursor: pointer;
    height: 100%;
    width: 75px;
    position: absolute;
    right: 0px;
    
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.sparkling-modal-close:hover {  }

.sparkling-modal-content { padding: 20px; }

.i-close {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top:15px;margin-left:30px;
    font-size:20px
}

.i-close-h {
    position: relative;
    height: 1px;
    width: 19px;
    background: #c0c0c0;
    top: 50%;
    left: 50%;
    margin-left: -9px;
}


.i-close-v {
    position: relative;
    height: 19px;
    width: 1px;
    background: #777;
    top: 50%;
    margin-top: -10px;
    left: 50%;
}