/* ----- div-popup ----- */
#div-popup {
    background: url(/img/bg/main_bg.jpg) no-repeat center -465px;
    max-width:590px;
    width:100%;
    height:455px;
    display:none;
    padding:30px 30px;
}

.mail-sent {
    background: url(/img/bg/popup-bg.jpg) no-repeat center top;
    width:590px;
    /*height:35px;*/
    min-height: 35px;
    display:none;
    padding:35px 30px 30px 30px;
    text-align: center;
}

#div-survey-sent {
    background: url(/img/bg/popup-bg.jpg) no-repeat center top;
    width:290px;
    height:35px;
    display:none;
    padding:35px 30px 30px 30px;
    text-align: center;
}

.p-nosuti-mums-zinu {
	padding:0;
	margin: 0;
}

#div-popup table {
	margin-top: 30px;
	text-align:center;
	width:100%;
}

#div-popup table td {
	padding-top:15px;
}


.input-popup {
	max-width:322px;
    width:100%;
	border: 1px solid #c8c9c9;
	border-radius: 3px;
	color:#6d7073;
	padding:5px;
}

.textarea-popup {
	max-width:322px;
    width:100%;
	height:115px;
	border: 1px solid #c8c9c9;
	border-radius: 3px;
	color:#6d7073;
	padding:5px;
}

.a-see-more-blue {
    background: url(/img/bg/button_nosutit_blue.png) no-repeat left center;
    text-indent:-9999px;
    display:block;
    width:115px;
    height:35px;
    padding: 0px 0 0;
    margin-left: 125px;
}

/* ----- END div-popup ----- */
