@charset "utf-8";
.popup {
	padding: 2px;

}
.popup .popup-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	background-color: #2f2f2f;
	height: 50px;
	color: #f2f2f2;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 20px;
	clear: both;
}
.popup .popup-header .popup-header-text {
	float: left;
}

.popup .popup-header .popup-header-button {
	float: right;
	width: 4%;
	text-align: center;
}
.popup .popup-header .popup-header-button a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}


.popup .popup-para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2F2F;
	margin-bottom: 20px;
	clear: both;
}
.popup .text-field {
	float: left;
	margin-bottom:2px;
}
.popup label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	display: block;
	width: 100px;
}


.popup .popup-header .popup-header-text .button {
	width: 125px;
	height: 32px;
	float: left;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2f2f2f;
	margin-left: 20px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.popup .popup-header .popup-header-text .button:hover {
	background-color: #c11919;
	color: #fff;
}
	
.popup .popup-buttons {
	width: 100px;
	height: 32px;
	float: left;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2f2f2f;
	margin-left: 20px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	color: #c11919;
	font-weight: bold;
	cursor: pointer;
}

.popup .popup-buttons:hover {
	background-color: #c11919;
	color: #2f2f2f;
}
.popup .popup-message {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #2F2F2F;
	overflow: auto;
	display: none;
	height:50px;
	line-height:50px;
}
.popup table {
	width: 100%;
	margin-bottom: 20px;
}
.popup table tr th {
	font-family: Arial, Helvetica, sans-serif;
	color: #2F2F2F;
	font-size: 14px;
	padding-bottom: 13px;
}
.popup table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.popup .tr{
	-o-transition: .3s;
	-ms-transition: .3s; 
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;	
}
.popup .tr:hover {
	background-color: #2f2f2f;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.popup a {
	text-decoration:none;	
	color:inherit;
	cursor:pointer;
}

.popup1 {
	padding: 2px;

}
.popup1 .popup-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	background-color: #2f2f2f;
	height: 50px;
	color: #f2f2f2;
	padding-right: 10px;
	padding-left: 10px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 20px;
	clear: both;
}
.popup1 .popup-header .popup-header-text {
	float: left;
}

.popup1 .popup-header .popup-header-button {
	float: right;
	width: 50px;
	text-align: center;
}
.popup1 .popup-header .popup-header-button a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}


.popup1 .popup-para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2F2F2F;
	margin-bottom: 20px;
	clear: both;
}
.popup1 .text-field {
	float: left;
	margin-bottom:2px;
}
.popup1 label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	display: block;
	width: 100px;
}

.popup1 .popup-buttons {
	width: 100px;
	height: 32px;
	float: left;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2f2f2f;
	margin-left: 20px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	color: #c11919;
	font-weight: bold;
	cursor: pointer;
}

.popup1 .popup-buttons:hover {
	background-color: #c11919;
	color: #2f2f2f;
}
.popup1 .popup-message {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #2F2F2F;
	overflow: auto;
	display: none;
	height:50px;
	line-height:50px;
}
.popup1 table {
	width: 270%;
	margin-bottom: 20px;
}
.popup1 table tr th {
	font-family: Arial, Helvetica, sans-serif;
	color: #2F2F2F;
	font-size: 14px;
	padding-bottom: 30px;
}
.popup1 table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.popup1 .tr{
	-o-transition: .3s;
	-ms-transition: .3s; 
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;	
}
.popup1 .tr:hover {
	background-color: #2f2f2f;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.popup1 a {
	text-decoration:none;	
	color:inherit;
	cursor:pointer;
}