/****************************************/
	/**********ÎÞÕÏ°­Éè¼Æ by cairp**********/
	/****************************************/
	a:focus {
		outline:2px solid  #bbbbff;};
	}
	
	.bocom_alert_mask{
		position: absolute;
		height: 925px;
		background: #000000;
		opacity: 0.3;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}

	.bocom_alert_outline{
		height: auto;
		width: 350px;
		position:absolute;
		display: block;
		top: 30%;
		left: 40%;
		color: #2d2d2d;
		border-radius: 0px;
		padding: 0 0 .2em 0;
		background: none repeat scroll 0 0 rgba(205,227,251,0.75);
		border: 1px solid #1864c5;
		z-index: 101;
		font-size: 1.1em;
	}
	.bocom_alert_border_3{
		display: block;
		width: auto;
		min-height: 30px;
		height: auto;
		min-width: 305px;
		border: 1px solid #949bac;
		border-top: 1px solid #c1e1f0;
		background: #fff;
		margin: 0 10px 0 10px;
		margin-bottom: -1px;
	}
	
	@media screen and (max-device-width: 480px), screen and (max-width: 480px) {
		.bocom_alert_outline{
			width:100vw;
			left:0;
		}
		
		.bocom_alert_outline .bocom_alert_border_3{
			min-width:0;
		}
	}

	.bocom_alert_border_1{

		padding: 10px 12px 0px 10px;
		height: 40px;
		line-height: 24px;
		text-align: center;
		color: #023248;
		font-size: 12px;
		position: relative;

	}

	.bocom_alert_border_2{
		height: 39px;
		line-height: 40px;
		font-size: 14px;
		font-weight: bold;
		color: #0e427b;
		width: 100%;
		border: 1px solid #949bac;
		background: #e3eef3;
		float: left;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	border-bottom: none;
	}

	.bocom_alert_button_1{

		height: 20px;
		width: 20px;
		right: -10px;
		top: -10px;
		padding: 1px;
		position: absolute;
		display: block;
		cursor: pointer;
		z-index: 999;
		color: #555555;
		font-size: 1em;
		overflow: visible;
	}

	.icon_error_alert{
		margin: 15px auto 0px auto;
		display: block;
		/*background: url(<%=contextPath %>/hkNew/cn/sendMail/images/exclamation.png) no-repeat;  */
		height: 72px;
		width: 71px;
		
	}
	.bocom_dialog_msg{
	text-align: center;
		margin: 0 auto;
		line-height: 24px;
		min-height: 30px;
		padding: 5px 15px 5px 15px;
		font-size:12px;
	}

	.bocom_alert_logo{
		padding: 0.3em 1em 0.1em 0.4em;
		text-align: left;
		border-width: 1px 0 0 0;
		height: 28px;
		color: #4d4d4d;
		/*background: url(<%=contextPath %>/hkNew/cn/sendMail/images/logo_cn.png) no-repeat scroll 7px 5px / 110px 23px transparent;*/
	}

	.bocom_alert_button_set{
	float:right;
	}

	.bocom_alert_button_2{
		border-radius: 5px 5px 5px 5px;
		margin: 0px auto;
		min-width: 72px;
		padding: 2px;
		background: none;
		border: none;
		cursor: pointer;
		display: inline-block;
	}

	.alert_button_confirm{
	width: 88%;
		display: inline-block;
		height: 20px;
		line-height: 20px;
		font-weight: normal;
		white-space: nowrap;
		color: #ffffff;
		text-shadow: 1px 1px rgba(43, 83, 136, 1);
		background: #deeef4;
		box-shadow: inset 0 1px 0px #c1d7f6;
		border: 1px solid #1a67cc;
		border-radius: 2px;
		cursor: pointer;
		background: #3478d1;
		background-image: -webkit-linear-gradient(top, #6fa3ea, #3478d1);
		background-image: -moz-linear-gradient(top, #6fa3ea, #3478d1);
		background-image: -o-linear-gradient(top, #6fa3ea, #3478d1);
		background-image: -ms-linear-gradient(top,#6fa3ea,#3478d1);
		background-image: linear-gradient(to bottom, #6fa3ea, #3478d1);
	}
	/****************************************/