#online_form_btn{background-image: url('/img/zakaz_zvonok_btn.png'); width: 323px; height: 119px;  margin: 10px 0px 0 -25px;}

#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.modal_close{
	position: absolute;
	margin-top: -3px;
	margin-left: 255px;
	cursor: pointer;
}

/*---------------------------------------

	EXAMPLES

-----------------------------------------*/

#question_form {
	position: relative;
    width: 265px;
	height: 260px;
    display:none;
	border: 1px solid white;
    background-color: #000;
	border: 1px solid #b38f32;
    border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px;
	padding: 10px;  
}
#question_header{font: 10px "Tahoma"; padding-top: 0px; padding-bottom: 10px; color: #bfbfbf; text-transform: none; text-align: left; margin-left:3px;}
#question_form td{vertical-align: middle; text-align: right; padding-left: 5px; font: 11px "Tahoma"; 
	color: #c69000; 
	text-transform: uppercase;}
#question_form input{border: 1px solid #a6a6a6; width: 185px; height: 25px; margin: 5px 0px 5px 5px; font-size: 12px; resize: none;}
#question_form textarea{overflow: auto; border: 1px solid #a6a6a6; width: 185px; height: 105px; margin: 5px 0px 5px 5px; font-size: 12px; resize: none;}
#question_form .btn_send { width: 97px; float: left; overflow: hidden; margin: 5px 0px 15px 5px; background: url('/img/question/form_send.png'); height: 28px; cursor: pointer;}
#question_form .btn_send:hover{background-position: 0px -28px;}  


