.osc-modal-overlay {
    position: fixed;
    top: 0;
	right: 0;
	bottom: 0;
    left: 0;
	display: none;
	background: rgb(0,0,0);
	background: transparent\9;
	background: rgba(0,0,0,0.5);
	z-index: 99999999;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000)";
	zoom: 1;
}
.osc-modal-overlay  *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.osc-modal{
	background: #FFF;
	position: relative;
	height: 260px;
	width: 400px;
	z-index: 99999999;
	margin: 0 auto;
	top: 50%;
	margin-top: -130px;
	overflow: hidden;
	-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
	-moz-box-shadow:0 3px 9px rgba(0,0,0,.5);
	box-shadow:0 3px 9px rgba(0,0,0,.5);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #555;
}
.osc-modal-header{
	padding: 0 16px;
	height: 50px;
	z-index: 99999999;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
}
.osc-modal-header h3{
	font-size: 18px;
	line-height: 50px;
	z-index: 99999999;
}
.osc-modal-header a{
	float: right;
	background: none;
	border: 0;
	cursor: pointer;
	color: #CCC;
	font-size: 24px;
	font-weight: bold;
	line-height: 18px;
	z-index: 99999999;
	margin: 15px 0;
	text-decoration: none;
}
.osc-modal-header a:hover{
	color: #7F7F7F;
}
.osc-modal-body{
	overflow: auto;
	height: 160px;
	padding: 10px 16px;
	width: 100%;
	z-index: 99999999;
}
.osc-modal-body p{
	margin: 0;
	font-size: 16px;
	z-index: 99999999;
}
.osc-modal-footer{
	height: 50px;
	padding: 0 16px;
	border-top: 1px solid #e5e5e5;
	background: #ECF0F1;
	z-index: 99999999;
}
.osc-modal-footer a{
	background: #BDC3C7;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 26px;
	font-size: 16px;
	margin: 9px 0;
	padding: 0 5px;
	cursor: pointer;
	float: right;
	background: #337ab7;
	border: 1px solid #2e6da4;
	text-decoration: none;
	z-index: 99999999;
}

.osc-modal-footer a:hover{
	background: #286090;
	border: 1px solid #204d74;
	z-index: 99999999;
}