body{
	background: #e3e4d6;
}

h3{
	margin-left: 30px;
	color: #003975;
	margin-top: 31px;
}

.other_p{
	display: block;
	margin-top: 30px;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 180px;
}

#recommend_header{
	margin: 0px;
	width: 100%;
	height: 85px;
	background: #f2f2ea;
}

#recommend_header img{
	margin-top: 21px;
	margin-left: 29px;
}

#recommend-form{
	margin-top: 30px;
	margin-left: 30px;
}

#recommend-form input{
	width: 222px;
	background: #f2f2ea;
	border: none;
	margin-bottom: 5px;
	padding: 9px 0px 9px 15px;
}

#recommend-form .submit{
	background: none;
	float: left;
	margin-left: 178px;
	color: #003975;
	font-weight: bold;
	width: 45px;
}

