.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; margin-top: -50px; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }
.box-modal{

	height: auto;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 2px;
	position: relative;
	font-family: 'PT Sans', sans-serif;
	-webkit-box-shadow: 1px 1px 12px rgba(50, 50, 50, 0.8);
-moz-box-shadow:    1px 1px 12px rgba(50, 50, 50, 0.8);
box-shadow:         1px 1px 12px rgba(50, 50, 50, 0.8);
}
.box-modal p{
	font-family: 'PT Sans', sans-serif;
	color: #000000;
	font-size: 1.1em;
	width: 410px;
	margin-top: 18px;
}
.box-modal_close { 
	display: block;
	width: 11px;
	height: 11px;
	background-image: url('../img/x.png');
	position: absolute;
    right: 13px;
    top: 13px;
    cursor: pointer; 
}

.module-popup input[type=text] {
    width: 291px;
    height: 25px;
    border: 1px solid #418eaf;
    border-radius: 2px;
    float: right;
    padding: 0 10px;
}

.module-popup textarea {
	width: 291px;
	height: 136px; 
	border: 1px solid #418eaf;
	border-radius: 2px;
	padding: 10px;
	float: right;
	resize:none;
	
}

.formRow{
	display: inline-block;
	width: 422px;
	margin-top: 16px;
}
.formRow label{
	font-family: 'PT Sans', sans-serif;
	color: #000000;
	font-size: 1.1em;
	line-height: 25px;
	float: left;
}
#sbmt{
	margin-left: 109px;
	width: 108px;
	height: 31px;
	background: rgb(67,143,176); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  rgba(67,143,176,1) 0%, rgba(72,146,178,1) 40%, rgba(20,116,156,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,143,176,1)), color-stop(40%,rgba(72,146,178,1)), color-stop(100%,rgba(20,116,156,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(67,143,176,1) 0%,rgba(72,146,178,1) 40%,rgba(20,116,156,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(67,143,176,1) 0%,rgba(72,146,178,1) 40%,rgba(20,116,156,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(67,143,176,1) 0%,rgba(72,146,178,1) 40%,rgba(20,116,156,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(67,143,176,1) 0%,rgba(72,146,178,1) 40%,rgba(20,116,156,1) 100%); /* W3C */
	border: 0px;
	border-bottom: 2px solid #0d5170;
	border-radius: 2px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 1.3em;
}
#feedbackModule{
	display: none;
    width: 535px;
    position: absolute;
    z-index: 1000;
}