.overlay {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
	corsor: pointer;
}

.modal {
	display: none;
	position: fixed;
	top: 120px;
	left: 50%;
	margin-left: -260px;
	width: 520px;
/*	height: 200px;*/
	background: url("../../../images/snapheal/jam/background.jpg"); 
	border-radius: 9px;
	padding-bottom: 30px;
	box-shadow: 0 5px 9px rgba(2,2,2,0.2);
}

.modal .title {
	height: 50px;
	background: url("../../../images/snapheal/jam/top-bg.jpg");
	border-radius: 8px 8px 0 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
}

.modal .title-separator {
	height: 11px;
	background: url("../../../images/snapheal/jam/modal-border.jpg") top left repeat-x;
}

.modal ul {
	margin: 20px 0 0 60px;
}

.modal ul li {
	color: #535353;
	font-size: 16px;
	list-style-image: url("../../../images/snapheal/jam/list-disk.png");
}

.modal ul li a {
	color: #0077c3;
}

.modal .content {
	margin: 20px 30px 0 30px;
}

.modal .content p {
	color: #535353;
	font-size: 18px;
	text-align: center;
}

.modal .content p a {
	color: #0077c3;
	text-decoration: underline;
}

.modal .content p a:hover {
	text-decoration: none;
}

.modal .content p.pull-left {
	text-align: left;
}

.modal .content ul {
	margin: 0px;
	padding-left: 40px;
}

.modal .btn-toolbar, .modal .actions {
	width: 400px;
	margin: 0 auto;
	margin-top: 20px;
}

.modal .btn-toolbar a#purchase {
	display: block;
	float: left;
	width: 226px;
	height: 44px;
	background: url("../../../images/snapheal/jam/button-purchase.png");
	
}

.modal .btn-toolbar a#purchase:hover {
	background-position: 0 -44px;
}

.modal .btn-toolbar button.ok, .modal .actions button.ok {
	display: block;
	float: right;
	border: none;
	width: 154px;
	height: 44px;
	background: url("../../../images/snapheal/jam/button-ok.png");
	cursor: pointer;
}

.modal .actions button.ok {
	float: none;
	margin: 0 auto;
}

.modal .btn-toolbar button.ok:hover, .modal .actions button.ok:hover {
	background-position: 0 -44px;
}

.modal .actions button.ok.explore {
	width: 230px;
	background: url("../../../images/snapheal/jam/button-explore.png");
}

.modal .content ul li ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.modal .content ul li ul li {
	font-size: 12px;
}
.modal span {
	display: block;
	margin-top: 20px;
	color: #535353;
	font-size: 18px;
	text-align: center;
}

.modal span a {
	color: #0077c3;
}

.modal#terms .content ul li {
	font-size: 14px;
}