.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.5);
	z-index: 45;
}
.modal_form {
	position: absolute;
	left: 50%;
	width: 420px;
	margin-left: -210px;
	top: 50%;
	margin-top: -150px;
	z-index: 46;
}
.not_active {
	display: none;
}
.close_modal {
	position: absolute;
	z-index: 99;
	margin-top: -20px;
	cursor: pointer;
}

a {
	cursor: pointer;
}




/*Форма*/
.sidebarForm {
	        background: #f6f6f6;
	        box-shadow: 0 0 5px #ccc;
	        -webkit-box-shadow: 0 0 5px #ccc;
	        -moz-box-shadow: 0 0 5px #ccc;
	        width: 420px;
	}
	 
	#cor5 {
	        border-radius: 5px;
	        -moz-border-radius: 5px;
	        -webkit-border-radius: 5px;
	}
	 
	.sidebarForm h4 {
	        font: 14px Verdana;
	        color: #333333;
	        text-align: left;
	        padding: 10px 10px 0 10px;
	}
	 
	.sidebarForm label {
	        font: 12px Verdana;
	        color: #333;
	        padding: 10px;
	}
	 
	.sidebarForm .input {
	        width: 170px;
	        height: 20px;
	        overflow: hidden;
	        background: white;
	        border: solid 1px #DFE2E5;
	        margin: 5px 0 10px 10px;
	        box-shadow: 0 0 5px #ccc;
	        -webkit-box-shadow: 0 0 5px #ccc;
	        -moz-box-shadow: 0 0 5px #ccc;
	}
	 
	.sidebarForm .input input {
	        width: 165px;
	        height: 26px;
	        background: white;
	        margin: -3px 0 0 -5px;
	        padding: 0px 8px;
	        border: none;
	        background: transparent;
	}
	 
	.sidebarForm .textarea {
	        height: 70px;
	        width: 320px;
	        overflow: hidden;
	        background: white;
	        border: solid 1px #DFE2E5;
	        margin: 5px 0 10px 10px;
	        box-shadow: 0 0 5px #ccc;
	        -webkit-box-shadow: 0 0 5px #ccc;
	        -moz-box-shadow: 0 0 5px #ccc;
	}
	 
	.sidebarForm .textarea textarea {
	        width: 316px;
	        height: 66px;
	        background: white;
	        border: none;
	        resize:none;
	}
	 
	.sidebarForm button {
	        border: 2px #ccc solid;
	        width: 150px;
	        height: 25px;
	        font: 12px Verdana;
	        font-weight: 700;
	        color: #FFFFFF;
	        background-color: #cc0000;
	        padding-bottom: 2px;
	        margin: 5px 0 15px 135px;
	}
/*Конец формы*/