.storehouse-main-con {
	box-sizing: border-box;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 80px;
	box-shadow: 0px 0px 20px #E7E7E7;
}
.storehouse-banner {
	width: 100%;
	height: 320px;
	background: url(../img/rentbanner.jpg) no-repeat center center;
	background-size: cover;
}
.storehouse-input {
    height: 36px;
    font-size: 14px;
    line-height: 34px;
    padding: 8px;
    border: 1px solid #E0E0E0;
    border-radius: 0px;
    outline: medium;
}
.storehouse-row {
	margin-bottom: 30px;
}
.storehouse-textarea {
    /* line-height: 36px; */
    font-size: 14px;
    line-height: 34px;
    padding: 0px 8px;
    border: 1px solid #E0E0E0;
    border-radius: 0px;
    outline: medium;
    appearance: none;
    resize: none;
}
.submitBtn{
	width:200px;height:46px;
	line-height: 46px;
	text-align: center;
	color:#FFFFFF;
	background: #60B4F4;
	border: none;
}
