.contact_title{
	margin-top: 25px;
}
.contact_title .divider-points {
	background: url(../img/recent_worksborder.png) repeat-x;
	float: right;
	height: 5px;
	position: relative;
	width: 800px;
	right: 30px;
	top: -9px
}
.contact_title .divider-points2{
	background: url(../img/recent_worksborder.png) repeat-x;
	float: right;
	height: 5px;
	position: relative;
	width: 620px;
	right: 30px;
	top: -9px
}
.contact_title h4{
	margin-left: 10px;
}

.contact_title span.line{
	border-bottom: 1px dotted #ECECEC;
    margin-left: 107px;
    margin-top: -7px;
    position: absolute;
    width: 84%;
}

.contact_title span.square{
	position: absolute;
	border: 8px solid #ECECEC;
	right: 20px;
	margin-top: -15px;
}

.googlemap{
	position: relative;
	float: left;
	top: 25px;
	margin-bottom: 30px;
}
.googlemap .mapimg{
	position: relative;
	float: left;
	background-position: 0 0;
	display: block;
	z-index: 20;
	border: 4px solid #ececec;
}
.googlemap .mapimage{
	width: 622px;
	height: 300px;
	position: relative;
	float: left;
	background-position: 0 0;
	display: block;
	z-index: 20;
}

.googlemap .mapimg span.hover{
	width: 622px;
	height: 300px;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	background: url(../img/googlemapsover.png);
	background-position: 0px 0px;
	display: block;
	z-index: 999;
}

#moreinfo{
	margin-top: 19px;
	margin-left: -45px;
}

#moreinfo .morediv{
	margin-bottom: 18px;
}

#moreinfo span{
	padding-left: 9px;
	font-family: "Oswald", "Arial";
	color: #4B4B4B;
	font-size: 1.3em;
	line-height: 27px;
}

#moreinfo p{
	line-height: 16px;
    padding-left: 20px;
}

#moreinfo a{
	color: #A3ABAD;
	padding-left: 2px;
}

#moreinfo a:hover{
	color: #23ACB9;
	text-decoration: none;
}

/*Contact_Form*/
.form{
	position: relative;
	float: left;
	top: 20px;
}

.contact_title span.line2{
	border-bottom: 1px solid #ECECEC;
    margin-left: 125px;
    margin-top: -7px;
    position: absolute;
    width: 111%;
}

.contact_title span.square2{
	border: 8px solid #ECECEC;
    margin-top: -15px;
    position: absolute;
    right: -210px;
}
.form .text{
	padding: 20px 5px 0 10px;
}
#contact_form{
	padding-left: 10px;
}

#contact_form #first_form_row{
	margin-top: 30px;
}

#contact_form #second_form_row{
	margin-top: 20px;
}

#contact_form #third_form_row{
	margin-top: 20px;
}

#contact_form #first_form_col{
	width: 50%;
	float: left;
}

#contact_form #second_form_col{
	margin-left: 360px;
}

#contact_form label{
	color: #838383;
	font-family: "Georgia", "Arial";
	font-size: 13px;
	font-style: italic;
	line-height: 1.5;
}
#contact_form label span{
	color: #BBBBBB;
	font-size: 10px;
}
#contact_form input[type=text]{
	background-color: #ECECEC;
    border-color: #BABABA -moz-use-text-color -moz-use-text-color #BABABA;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    padding: 7px;
    width: 300px;
    color: #848889;
    font-family: "Helvetica", "Arial";
    font-size: 12px;
}
#contact_form .with_error{
	border: 1px solid #D07F7F !important;
	color: #BD3030 !important;
	font-style: italic !important;
	font-family: "Helvetica", "Arial";
    font-size: 12px;
}

#contact_form .change_error{
	border: 1px solid #BD3030 !important;
	font-style: normal !important;
	color: #848889 !important;
    font-family: "Helvetica", "Arial";
    font-size: 12px;
}

#contact_form textarea{
	height: 125px;
	width: 665px;
	background-color: #ececec;
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
	padding: 5px;
	border-bottom: 0;
	border-right: 0;
	color: #848889;
    font-family: "Helvetica", "Arial";
    font-size: 12px;
}

#contact_form p{
	line-height: 30px;
	font-size: 0.9em;
	font-style: italic;
	color: #BBB;	
}

/* BUTTON */
.button{
	-moz-transition: background 0.2s linear 0s;
    -webkit-transition: background 0.2s linear 0s;
	-moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #7fbf4d; /* Old browsers */
    border-color: #63A62F #63A62F #5B992B;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 #96CA6D inset;
    color: #FFFFFF;
    padding: 8px 26px;
    text-align: center;
    text-shadow: 0 -1px 0 #4C9021;
    width: auto;
}

a.button:hover {
    background: #63a62f; /* Old browsers */
	box-shadow: 0 1px 0 0 #8DBF67 inset;
    color: #fff;
    cursor: pointer;
}

