﻿/* RACK ADD PANEL
 * — Бэкграунд наследуется из RACK
*/

/* ADD PANEL */
.add-panel {
	position: relative;
	z-index: 100;
	padding-bottom: 20px;
	background: url(../../images/bg_fsearch_neon.png) left bottom repeat-x;
			-moz-box-shadow:0 -1px 2px rgba(0,0,0,0.08) inset;
			-webkit-box-shadow:0 -1px 2px rgba(0,0,0,0.08) inset;
			box-shadow:0 -1px 2px rgba(0,0,0,0.08) inset;
}
	.add-panel .wrp {
		width: 980px;
		margin: 0 auto;
		position: relative;
	}
		.add-panel h1 {
			display: block;
			margin: 0px auto;
			width: 945px;
			padding: 30px 10px 20px 10px;
				font-size: 24px;
				color: #333333;
				background: url(../../images/hr_grey-white.gif) left bottom repeat-x;
		}
.add-panel__request {
	padding-top: 17px;
}
.add-panel__map {
	width: 472px;
	height: 147px;
	float: left;
	padding: 10px;
		border-radius: 3px;
		background: #F2F2F2;
			-moz-box-shadow:0px 1px 0px rgb(255,255,255) ,inset 0px 1px 3px rgba(0,0,0,0.25);
			-webkit-box-shadow:0px 1px 0px rgb(255,255,255) ,inset 0px 1px 3px rgba(0,0,0,0.25);
			box-shadow:0px 1px 0px rgb(255,255,255), inset 0px 1px 3px rgba(0,0,0,0.25);
}
#map {
	background: #F2F2F2;
	background-size: 473px 147px;
	cursor: move;
}
.add-panel__request-ui h3 {
	font-size: 18px;
	color: #333333;
	padding: 2px 0 19px 10px;
}
.add-panel__request-ui input[type="text"],
.add-panel__request-ui input[type="password"]  {
	width: 240px !important;
}
.add-panel__request-btn-panel {
	margin-right: 10px;
	margin-top: 10px;
	padding-top: 22px !important;
	background: url(../../images/hr_grey-white.gif) left top repeat-x;
}
	.add-panel__request-ui-tooltip {
		padding: 10px 20px 10px 10px;
		font-size: 13px;
		color: #B3B3B3;
	}
		.add-panel__request-ui-tooltip.black {
			color: #333333;
		}
		.add-panel__request-ui-tooltip.green {
			color: #68A155;
		}
		.add-panel__request-ui-tooltip.red {
			color: #D80000;
		}
	.add-panel__request-btn-panel:before {
		content: '';
		width: 100%;
		clear: both;
	}
.add-panel__request-ui .p-info p {
	font-size: 13px;
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: 16px;
}
	.add-panel__request-ui .p-info p span {
		display: block;
		font-size: 15px;
		margin-bottom: 5px;
	}
	.add-panel__request-ui-btn-panel {
		margin-top: 10px;
	}
.add-panel__notify1 {
	width: 238px;	
	margin-top: 20px;
}
.add-panel i.red{
	color: rgb(217, 0, 0);
}
.add-success__comment {
    font-size: 13px;
    margin: 16px 0 0 18px;
    line-height: 16px;
}
.add-success__adbtn {
    margin-top: 20px;
}
.add-success__adbtn button {
    margin-left: 8px;
}