body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #eee;
	color: #222;
	margin: 0;
	padding: 0;
}

a{
	color: blue;
}

p{
	margin-bottom: 15px;
}

h1 {
	font-size:1.5em;
}

h2 {
	font-size:1.3em;
}

h3{
	font-size:1.1em;
}

#container{
	padding: 40px;
	margin: 50px auto;
	width: 940px;
	background: #fff;
}

#form{
	float: left;
	width: 499px;
	padding-right:30px;
	border-right: 1px solid #eee;
	min-height: 480px;
}


#details{
	float: left;
	width: 410px;
	min-height: 420px;
	padding-left: 0px;
}

.clear{
	clear: both;
}


/**/

#form h2{
	color: #0e98d6;
	font-weight: normal;
}

h4{
	margin:0 0 5px 0;
}	

label{
	display: block;
	font-weight: bold;
}

input[type=text], input[type=email], textarea {
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	padding: 5px;
	outline: none;
	border-radius: 3px;
	border: 1px solid #aaa;
	margin: 10px 0 25px 0;
}

input[type="text"], input[type="email"] {
	width: 200px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}
textarea{
	width: 450px;
	font: 1em Tahoma, Arial;
	min-height: 200px;
	resize:none;
}

input[type="submit"]{
	background-color: #0077ad;
	border: none;
	outline: none;
	color: #fff;
	border-radius: 3px;
	padding: 8px 14px;
	margin: 10px 0 0 0;
	cursor: pointer;
}

h4{
	margin:0 0 5px 0;
}	

.check{
	display: none;
}

.errors{
	padding: 15px;
	margin: 15px 0;
	background: #ffe5d8;
	border-radius: 5px;
}

.errors h3{
	margin: 5px 0;
	color:#992411;
}

.errors p{
	margin: 0;
}

.success{
	padding: 15px;
	margin: 15px 0;
	background: #aaea8e;
	border-radius: 5px;
}


/**/

#map{
	width: 100%;
	height: 235px;
}
