div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
table#mfp_confirm_table{
	width: 100%;
	font-size: 14px;
}
table#mfp_confirm_table tr{
	border-top: 1px solid #cdcdcd;
}
table#mfp_confirm_table tr:first-child{
	border: none;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
table#mfp_confirm_table tr th {
	white-space: normal;
	width: 175px;
	padding-left: 20px;
}
table#mfp_confirm_table tr td {
	word-break: break-all;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 1000001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px 15px 25px 15px;
	margin: 0px auto;
	box-shadow: 0px 0px 10px #000;
	width: 760px;
	border-radius: 5px;
}
div#mfp_overlay_inner h4{
	text-align: center;
	color: #6eb92b;
	font-size: 17px;
	margin-bottom: 20px;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 1000000;
}

div#mfp_loading_screen {
	z-index: 2000000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 2000001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(images/mfp_loading.gif);
}

div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	color: #F00;
	font-size: 11px;
	line-height: 13px;
	background-image: url(images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.problem {
	background-color: #ffd6d6;
}
select.problem{
	border: 1px solid #e1b4b4;
}

div.mfp_buttons {
	width: 285px;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
div.mfp_buttons button#mfp_button_send, div.mfp_buttons button#mfp_button_cancel, div.mfp_buttons button#mfp_button_confirm, div.mfp_buttons button#mfp_button_reset {
	width: 120px;
	padding: 0;
	border: 0;
	overflow: visible;
	cursor: pointer;
	display: block;
	height: 30px;
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #6eb92b;
	color: #ffffff;
	transition: all 0.15s ease-out;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
}
div.mfp_buttons button#mfp_button_send:hover, div.mfp_buttons button#mfp_button_cancel:hover, div.mfp_buttons button#mfp_button_confirm:hover, div.mfp_buttons button#mfp_button_reset:hover {
	background-color: #9ace6b;
}