@font-face {
    font-family: 'ubuntulight';
    src: url('../fonts/ubuntu-l-webfont.eot');
    src: url('../fonts/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ubuntu-l-webfont.woff') format('woff'),
    url('../fonts/ubuntu-l-webfont.ttf') format('truetype'),
    url('../fonts/ubuntu-l-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;
}

#popup_feedback {
    left: 50%;
    position: absolute;
    top: 40px;
}

.fwindow{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #b51815;
    border-radius: 5px;
    font-family: 'ubuntulight';
    font-size: 14px;
    height: 700px;
    left: 50%;
    margin-left: -350px;
    padding: 30px 30px 0;
    position: relative;
    width: 540px;
    z-index: 10100;

}

.fwindow header{
	margin-top: 25px;
	margin-left: 25px;
	text-align: left;
	font-size: 49px;
	color: #B51815;
}

.fwindow .red{
	color: #B51815;
}

.fwindow label{
	font-size: 14px;
}

.fwindow input{
	border: 0px solid transparent;
	height: 25px;
		 	border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*background: linear-gradient(to bottom,#BFBFBF, #FFFFFF);*/
	background: #EEEEEE;
	color: #656565;
}

.fwindow .pib, .fwindow .phone, .fwindow .email, .fwindow .subj, .fwindow .description, .fwindow .agreement {
	margin-top: 25px;
	margin-left: 25px;
	width: 480px;
}

.fwindow .pib input, .fwindow .phone input, .fwindow .email input{
	width: 480px;
}


::-webkit-input-placeholder {
   color: #9D9D9D;
}

:-moz-placeholder { /* Firefox 18- */
   color: #9D9D9D;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #9D9D9D;  
}

:-ms-input-placeholder {  
   color: #9D9D9D;  
}

.fwindow input[TYPE="CHECKBOX"]{
	float: left;
	display: none;
}

.fwindow input[type="CHECKBOX"] + label span{

    display:inline-block;
    margin:0 15px 0 0;
    padding-left: 18px;
    vertical-align: middle;
    background:url('../images/checkbox-unchecked.png') left top no-repeat;
    cursor: pointer;
}

.fwindow input[type="CHECKBOX"]:checked + label span{
	background:url('../images/checkbox-checked.png') left top no-repeat;
}

.fwindow textarea{
	border: 0px solid transparent;
			border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*background: linear-gradient(to bottom,#BFBFBF, #FFFFFF);*/
	width: 480px;
	height: 120px;
	resize: none;
	background: #EEEEEE;
	color: #656565;
}

.fwindow select{
	border: 0px solid transparent;
			border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*background: linear-gradient(to bottom,#BFBFBF, #FFFFFF);*/
	width: 480px;
	height: 25px;
    top: auto;
    left: auto;
    margin: 0;
    position: relative;
    color:#656565;
    background: #eee;
}

.fwindow .submit{
	margin-left:172px; 
	margin-top: 25px;
	width: 189px;
	height: 59px;
	background: url(../images/product_bt.png) no-repeat;
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
	color: #656565;
	padding-bottom: 11px;
}

#closepop{
	z-index: 10300;
	position: absolute;
	top: 15px;
	right: 20px;
	font-family: 'ubuntulight';
	font-size: 24px;
	cursor: pointer;
	color: #656565;
}

#closepop:hover{
	color: #B51815;
}