#contact-image{
		float: left;
}

#contact-image img{
		height: 75px;
		width: 114px;
		border: none;
		margin: 5px
}

#contact-form{
		padding-top: 10px;
		float: right;
		clear: left;
}

.text{
		border-style: none; 
		padding: 3px 5px; 
		color: black;
		height: 15px;
		width: 300px;
		background-color: #E3E4F1; 
		font-family: courier new; 
		font-size: 14px;
		overflow: hidden;
}

.memo{
		border-style: none; 
		padding: 3px 5px; 
		color: black;
		width: 300px;
		background-color: #E3E4F1; 
		font-family: courier new; 
		font-size: 14px;
		overflow: hidden;
}

.submit{
		border-style: solid;
		border-color: #E3E4F1;
		color: black;
		width: 100px;
		background-color: white; 
		font-family: courier new; 
		font-size: 12px;
}