body {
	background-color: #f5f5f5; 
	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;
}