/* CSS Document */
@charset "iso-8859-1";

div.purpose {
	background: #EEF8FF;
	font-size: 12px;
	margin-bottom: 20px;
	padding:10px 0 20px 0;

}

div.purpose span.title{
	font-weight: bold;
	font-size: 14px;
	color:#000099;
	padding-left: 5px;
}

div.purpose ul{
	margin: 0;
	padding: 5px 0 0 20px;
	list-style-type: none;
}

div.purpose ul li{
	margin: 0;
	padding: 2px 0;
}

div.purpose span.support {
	background-image: url(../inquiry/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 10px;
	display: block;
	padding: 2px 0 2px 5px;
	margin: 0 0 0 20px;
}


*:first-child+html div.purpose span.support {
	margin: 0 0 0 25px;
}

*html div.purpose span.support {
	margin: 0 0 0 25px;
}

div.purpose span.support a {
	text-decoration: underline;
}

div.purpose span.support a:hover {
	text-decoration: underline;
	color:#FF0000;
}


table.pov {
	border: #999999 solid 1px;
	font-size: 12px;

}

table.pov tr td span.povTitle {
	font-weight: bold;
	font-size:12px;
	color:#006600;
}

td.inq_title span.title {
	font-weight: bold;
	font-size: 14px;
	color:#000099;
}

table.form {
	font-size: 12px;
	border-spacing: 0;
	border-collapse: collapse;
	width: 500px;
	
}

table.form tr th{
	font-weight: normal;
	text-align: left;
	color:#333333;
	background: #EEF8FF;
}


table.form tr td, tr th{
	padding: 5px;
}


span.must {
	color: #FF0000;
}

span.interestTitle {
	border-left: solid 5px #000066;
	border-bottom: solid 1px #000066;
	padding: 0 0 0 5px;

}

span.phone { 
	background: url(/inquiry/img/icon_phone.gif) no-repeat left center;
	height: 24px;
	padding: 5px 0 0 40px;
	font-weight: bold;
	color: #1f621b;
	display: block;
	font-size: 14px;
}

span.mail { 
	background: url(/inquiry/img/icon_mail.gif) no-repeat left center;
	height: 24px;
	padding: 5px 0 0 40px;
	font-weight: bold;
	color: #1f621b;
	display: block;
	font-size: 14px;
}

.border {
	border-top: 1px solid #000099;
	width: 550px;
}

span#distributor {
	font-weight: bold;
	color: #FF6600;
	font-size: 14px;
	line-height:120%;
}
