section.start{
	height:400px;
	background:url(../img/Headers/Contact-header.jpg) center -110px no-repeat;
	background-size:cover;
}

section.start .container{padding-top:110px;}
section.message {min-height:400px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+50,efefef+50 */
background: #f1f1f1; /* Old browsers */
background: -moz-linear-gradient(left, #f1f1f1 50%, #efefef 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f1f1f1 50%,#efefef 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f1f1f1 50%,#efefef 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#efefef',GradientType=1 ); /* IE6-9 */
}

section.message input, textarea {
    width: 100%;
    margin: 6px;
    padding: 10px;
    border: 1px solid #ddd;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
}
section.message textarea{min-height:140px;max-height:140px; max-width:350px;resize: none;overflow:auto;}
section.message form {width: 350px;margin: 0 auto;}
section.message .row .column .contact-img{
	width:525px;
	height:300px;
	background:url(../img/Computers-contact.png) no-repeat center;
	background-size:470px;
}
section.message .row .column.one{border-left: 1px solid #dcdcdc;}


