/* ------------------------------------------------------------------------
	Popin
------------------------------------------------------------------------- */
#overlay {
	background: #000;
	position: absolute; top: 0; left: 0;
	z-index: 10000;
	width: 100%;
}
.prettyPopin {
	display: none;
	overflow: hidden;
	position: absolute; z-index: 11000;
	top: 50%; left: 50%;
	background: #eedec3 /*url(../images/prettyPopin/popinLeft.gif) bottom left no-repeat*/;
	border: 1px solid #422515;
}
.prettyPopin a#b_close {
	display: none;
	position: absolute; z-index: 2;
	top: 10px; right: 13px;
	width: 61px; height: 9px;
	text-indent: -10000px;
	background: url(../images/prettyPopin/b_close.gif) bottom left no-repeat;
}
.prettyPopin .prettyContent {
	position: relative;
	width: 100%; height: 100%;
	font-size: 1.2em;
	background: transparent /*url(../images/prettyPopin/popinRight.gif) bottom right no-repeat*/;
}
.prettyPopin .prettyContent .prettyContent-container {
	display: none;
	padding: 20px 15px 15px 15px;
}
.prettyPopin .prettyContent .loader {
	position: absolute;
	top: 50%; left: 50%;
	margin: -14px 0 0 -14px;
}
.prettyPopin h2, .prettyPopin h3 {
	font-size: 1em;
	border-bottom: 1px #9db2b9 solid;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
.prettyPopin .prettyContent .prettyContent-container p.ans {
	padding: 5px;
}
/* =================== FORM FEEDBACK ==== */
.mlform li {
	list-style-type: none;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	display: block;
	clear: both;
}
.mlform li:after {
	content: "."; display: block; visibility: hidden; height: 0; clear: both;
}
*html .mlform li {
	height: 1%;
}
.feedback {
	width: 440px;
	min-height: 200px;
	margin: 10px 0 0 0;
}
.feedback form {
	display: block;
}
.feedback fieldset {
	padding: 14px 0 0 0;
	border: none;
}
.feedback fieldset legend {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 22px;
	padding: 0 5px 5px 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d6bfa2;
}
.feedback label {
	float: left;
	width: 115px;
	padding: 0 6px 3px 6px;
	/*display: block;*/
}
.feedback input,
.feedback textarea {
	width: 250px;
	margin: 0 10px 0 0;
	background: #fde9cd;
	border: 1px solid #361e11;
	padding: 3px 6px;
	float: right;
}
.feedback textarea {
	height: 100px;
	margin-bottom: 6px;
}
.feedback .bttngo {
	width: 125px;
	float: left;
	margin-left: 5px;
	font-size: 11px;
	cursor: pointer;
}
.feedback .bttnreset {
	width: 125px;
	float: right;
	margin-right: 10px;
	font-size: 11px;
	cursor: pointer;
}
.feedback .error-message {
	font-size: 10px;
	color: #a44308;
	padding: 0 5px 5px 5px;
	display: block;
	clear: both;
}
.tofbnote {
	font-size: 10px;
	padding: 5px 0;
	margin-bottom: 5px;
	clear: both;
	text-align: center;
}
.feedback .inp2center {
	float: none;
	margin: 3px auto;
}
/* ------------------- / FORM FEEDBACK ends / --- */
/* =================== Captcha ======= */


/* ------------------- / Captcha ends --- */

