/* CONTACT FORM
========================================================================= */
#confirm {
	position: relative;
	height: auto;
	padding-bottom: 35px;
}
#confirm  label {
	display: block;
	position: relative;
	min-height: 51px;
	width: 200px;
}
#confirm  label.message {
	min-height: 245px;
}
#confirm input {
	display: block;
	margin: 0;
	outline: none;
	padding: 0 15px;
	width: 270px;
	height: 39px;
	font: 13px/20px "Trebuchet MS", sans-serif;
	color: #757275;
	background: #ffffff;
	border:none;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#confirm textarea {
	resize: none;
	overflow: auto;
	display: block;
	margin: 0;
	outline: none;
	padding: 10px 15px;
	width: 490px;
	height: 195px;
	font: 13px/20px "Trebuchet MS", sans-serif;
	color: #757275;
	background: #ffffff;
	border:none;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#confirm label > span {
	color: #e58059;
	position:relative;
	left: 10px;
}
#confirm .success {
	color:#e58059;
	display:none;
	margin-bottom:10px;
	font-weight:bold;
}
#confirm  .empty, #confirm  .error {
	font: 13px/26px "Trebuchet MS", sans-serif;
	display:none;
}
#confirm .btns {
	position: absolute;
	right: 0;
}
#confirm .btns a {
	margin-left: 20px;
}

/* MAP
========================================================================= */
dl.adress {
	display: block;
}
dl.adress dd {
	width: 192px;
}
dl.adress dt {
	font-weight:normal;
	color:#e58059;
	margin-bottom:20px;
}
dl.adress dd span {
	float: right;
}
.map-border {
	padding:1px;
	background-color:#ffffff;
	margin-bottom:24px;
}
iframe {
	width: 100%;
	height: 277px;
	margin:0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* MEDIA */
/*==========================================*/
@media only screen and (min-width: 768px) and (max-width: 995px) {
	#confirm textarea {
		width: 400px;
	}
}
@media only screen and (max-width: 767px) {
	#confirm input {
		width: 260px;
	}
	#confirm textarea {
		width: 260px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#confirm input {
		width: 270px;
	}
	#confirm textarea {
		width: 380px;
	}
}