.at_location_box {
    display: inline-block;
	margin-right: 45px;
	/*padding-right: 15px;*/
	line-height: 20px;
	vertical-align: middle;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.at_location_box i {
    color: #F85414;
}
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
	display: block;
	color:  #5f5f5f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 15px;
	outline: 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
	background-color:#ffffff;
	-webkit-box-shadow: inset 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-ms-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition: all 200ms ease-in 0s;
}