﻿.sub_head_error
{
    color:#f50505 !important;
}
.popup_container
{
	background-color: rgba(0,0,0,0.3);
	top: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
}
.popup
{
	background-color: rgba(255,255,255,0.9);
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 10px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
}
.popup_crsBtn
{
	position: absolute;
	top: -16px;
	right: -16px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

.popupButtons_confirm
{
	width: 145px;
	height: 26px;
	margin: 0 auto;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}

.popupButtons_simple
{
	width: 70px;
	height: 25px;
	margin: 0 auto;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}

.popup_btnOk
{
	width: 70px;
	height: 25px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	float: left;
}

.popup_btnCancel
{
	width: 70px;
	height: 25px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-weight: bold;
	line-height: 25px;
	margin-left: 5px;
	text-align: center;
	float: left;
}

.popup_title
{
	font-family: Arial;
	font-size: 23px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.popup_msg
{
	font-family: Arial;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	height: auto;
	padding-bottom: 10px;
	line-height: 22px;
}

.popup_content
{
    font-family: Arial;
	float: left;
	padding-bottom: 10px;
	height: auto;
	clear: both;
	text-align: center;
	width: 100%;
}
