﻿	.MSK {
				width: 100%;
				height: 100%;
				position: fixed;
				background-color: rgba(0, 0, 0, 0.3);
				top: 0;
				z-index: 9999;
			}
			
			.SK_alert {
				width: 70%;
				position: fixed;
				background-color: white;
				box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
				border-radius: 4px;
				font-size: 15px;
				z-index: 9999;
			}
			
			.SK_alert_text {
				text-align: center;
				padding: 20px 5px;
			}
			
			.SK_alert_submit {
				width: 100%;
				height: 45px;
				border-top: 1px solid #cccccc;
				text-align: center;
				line-height: 35px;
				font-size: 15px;
				color: #518ff0;
				background-color: white;
				border-radius: 0px 0px 4px 4px;
			}
			
			.SK_confirm {
				width: 70%;
				position: fixed;
				background-color: white;
				box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
				border-radius: 4px;
				font-size: 15px;
				z-index: 9999;
			}
			
			.SK_confirm_text {
				text-align: center;
				padding: 20px 5px;
			}
			
			.SK_confirm_submit {
				width: 100%;
				height: 30px;
				border-top: 1px solid #CCCCCC;
				text-align: center;
				line-height: 30px;
				font-size: 15px;
				color: #518ff0;
				background-color: white;
				border-radius: 0px 0px 4px 4px;
			}
			
			.left_submit {
				float: left;
				width: 50%;
			}
			
			.left_submit:before {
				content: "";
				display: block;
				border-left: 1px solid #CCCCCC;
				float: right;
				height: 35px;
			}
			
			.right_submit {
				width: 50%;
				float: left;
			}