.contact #hero {background: url(~/media/ajinomotofoods/contact/hero.ashx); height: 158px;}
.contact #content h3 {
	background: url(~/media/ajinomotofoods/contact/title_header_contactus.ashx) bottom left no-repeat;
	float: right;
	height: 38px;
	padding: 10px 12px 0 15px;

	text-indent: -10000px;
	width: 225px;
	}
	
.search #content h3 {
	background: url(~/media/ajinomotofoods/header_search.ashx) bottom left no-repeat;
	float: right;
	height: 40px;
	padding: 10px 12px 0 15px;

	text-indent: -10000px;
	width: 225px;
	}

#aside {
	float: left;
	min-height: 280px;
	padding: 0 10px 0 10px;
	width: 198px;
	}
	
.contact #content h4 {}
.contact #content address {font-style: normal; font-size: 8pt; margin-bottom: 10px;}	
	
.contact #content form {}
.contact #content input[type="text"] {
	border: none;
	background: #ddd;
	float: left;
	font-family: "Arial", sans-serif;
	font-size: 9pt;
	margin: 1px;
	padding: 0px;
	}
.contact #content textarea {
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	font-family: "Arial", sans-serif;
	font-size: 9pt;
	padding: 5px;
	width: 340px;
	}
	
.contact #content input[type="submit"] {
	border: none;
	background: url(~/media/ajinomotofoods/contact/send.ashx) bottom left no-repeat;
	clear: both;

	font-size: 0px;
	height: 31px;
	margin: auto;
	width: 71px;
	}

.contact #content .wide {width: 350px;}
.contact #content .medium {width: 224px;}
.contact #content .narrow {width: 50px;}