
/* Кнопка для вызова попапа */
.changeSiteButton {
	display: block;
	position: fixed;
	left: 0;
	top: 50%;
	margin-top: -115px;
	width: 51px; 
	height: 243px; 
	background: url(../../img/11/report.png);
	z-index: 1000;
}

/* Оверлей */
.popupOverlay {
	background: #000 url(../../img/11/overlay_bg.png);
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	filter: alpha(opacity=40);
	opacity: .4;
}

/* Попап */
.changeSitePopup {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    left: 50%;
    margin-left: -205px;
    margin-top: -180px;
    padding: 15px;
    position: fixed;
    top: 38%; 
    width: 410px;
    z-index: 1001;
}
	.changeSitePopup h1 {
		color: #000000;
		font-family: Trebuchet MS,sans-serif;
		font-size: 22px; 
		margin-bottom: 18px;
	}
	.changeSitePopup p {
		margin-bottom: 10px;
		overflow: hidden;
	}
	.changeSitePopup input[type=text], .changeSitePopup textarea {
		border: 1px solid #9b9b9b;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: 358px;
		padding: 6px 10px;
		color: #666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	.changeSitePopup input:focus, .changeSitePopup textarea:focus {
		outline: none;
	}
	.changeSitePopup textarea { 
		resize: none;
		height: 70px;
	}
	.changeSitePopup .changeSiteButtonBlock {
		margin-bottom: 0;
	}
		.changeSitePopup input[type=submit] {
			width: 90px;
			height: 30px;
			background: url(../../img/11/send_button.png);
			border: none;
			cursor: pointer;
		}
		.xxx {  
                        display: block;
			width: 90px;
			height: 30px;
			background: url(../../img/11/send_button.png);
			border: none;
			cursor: pointer;
		}
	.changeSitePopup .radioItem {
		margin-right: 10px;
		display: block;
		float: left;
		font-family: Tahoma;
		color: #666;
		vertical-align: middle;
	}
		.changeSitePopup .radioItem input, .changeSitePopup .radioItem label {
			vertical-align: middle;
		}

a.closeRequestPopup {
	display: block;
	width: 34px; 
	height: 34px;
	background: url(../../img/11/request_close.png);
	position: absolute;
	right: 7px;
	top: 7px;
}

