/* CONTACT FORM
========================================================================= */
#confirm {
	position: relative;
	height: auto;
	padding-bottom: 30px;
}
#confirm label {
	display: block;
	position: relative;
	min-height: 48px;
	width: 535px;
	background: #040402;
	margin-bottom:12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#confirm  label.message {
	min-height: 200px;
	margin-bottom:7px;
}
#confirm input {
	float:right;
	display: block;
	margin: 0;
	margin-right:4px;
	margin-top:6px;
	outline: none;
	box-shadow: none !important;
	padding: 0 10px;
	width: 425px;
	height: 35px;
	font: 12px/18px Tahoma, sans-serif;
	color: #878787;
	background: #2c2c2c;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#confirm textarea {
	float:right;
	resize: none;
	overflow: auto;
	display: block;
	margin: 0;
	margin-right:4px;
	margin-top:6px;
	margin-bottom:6px;
	outline: none;
	box-shadow: none !important;
	padding: 5px 10px;
	width: 425px;
	height: 240px;
	font: 12px/18px Tahoma, sans-serif;
	color: #878787;
	background: #2c2c2c;
	border:none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#confirm label > span {
	color: #fff;
}
#confirm .success {
	color:#000;
	display:none;
	margin-bottom:5px;
	font-weight:bold;
}
#confirm  .empty, #confirm  .error {
	display:none;
	position:absolute;
	right: 10px;
	top:12px;
}
#confirm .btns {
	position: absolute;
	right: 0;
}
#confirm .btns a {
	margin-left: 5px;
}

#confirm label > span.input-name {
	display:block;
	width:70px;
	text-align:right;
	float:left;
	line-height:48px;
	color:#878787;
	font-size:12px;
	font-family:Tahoma, sans-serif;
}

/* MAP
========================================================================= */
dl.adress {
	display: block;
}
dl.adress dt {margin-bottom:8px;}
dl.adress dd {
	width: 190px;
}
dl.adress dd span {
	float: right;
}
iframe {
	width: 100%;
	height: 208px;
	margin:0;
}
.map-border {
	border: 5px solid #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

/* MEDIA */
/*==========================================*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#confirm input {
		width: 320px;
	}
	#confirm textarea {
		width: 320px;
	}
	#confirm label {
		width:428px;
	}
}
@media only screen and (max-width: 767px) {
	#confirm input {
		width: 190px;
	}
	#confirm textarea {
		width: 190px;
	}
	#confirm label {
		width:300px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#confirm input {
		width: 310px;
	}
	#confirm textarea {
		width: 310px;
	}
	#confirm label {
		width:420px;
	}
}