body {
	background-color: #fff; 
	width: 100%; 
	height: 50px; 
	margin: 0;
	}
	
.dcontainer {
padding: 0px; 
/*background-color: #f5f5f5; */
width:95%; 
height: 50px;
}

.dimage {
float:left; 
width: 203px; 
text-align:right
border: 0;
}

.dform {
float:left; 
/*background-color: #f5f5f5; */
width: calc(100% - 203px);
}

.dmiddle {
float: left; 
width: calc(100% - 55px);
}

.dinput {
height: 50px; 
width: 100%;
}

.dsubmit {
float: left; 
width: 50px; 
/*background-color: #f5f5f5;*/
}

.dbutton {
height: 50px; 
}

.noborder {
border: 0;
}

.searchsubmit {
background-color: rgb(111, 0, 86);
box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-family: "Source Sans Pro", sans-serif;
font-size: 16.1px;
font-weight: 400;
line-height: 24.15px;
text-align: center;
}
