@import "default.css";

#header p {
	background: url(../img/contact.jpg) no-repeat;
	height: 111px;
}
#content {
	background: url(../img/contact_bg.jpg) no-repeat right top;
}
#content p {
	margin-left: 10px;
}
h2 {
	background-image: url(../img/contact_title.gif);
	height: 20px;
	width: 109px;
	text-indent: -1000px;
	margin-bottom: 20px;
}
.fontsize {
	font-size:10px
}
dl {
	width: 385px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
dt {
	float: left;
	clear: left;
	width: 120px;
}
dd {
	margin-left: 120px;
}
dt,dd {
	padding: 15px 0px;
	border-top: 1px solid #CCCCCC;
}
dt span,.submit {
	color: #0066CC;
	font-weight: bold;
}
.no_border {
	border-top:none;
	padding-top:0px;
}
#endbox {
	width: 386px;
	background-color: #D5EBFB;
	text-align: center;
	font-size: 18px;
	color: #2B9AEB;
	line-height: 180%;
	padding: 50px 0px;
	margin-bottom: 20px;
}
#endbox span {
	font-size: 12px;
	color: #000000;
	display: block;
}
textarea {
	font-size: 12px;
}