@charset "utf-8";

table#tentou-Form {
	border-collapse: separate;
	border-spacing: 2px;
	border: 1px dotted #F90;
	text-align: left;
}

table#tentou-Form th,
table#tentou-Form td {
	padding: 10px;
	border-bottom: 1px dotted #F90;
	background: #FFF;
}
table#tentou-Form th.last-Child, 
table#tentou-Form td.last-Child{
	border-bottom: none;
}
table#tentou-Form th {
	width: 200px;
	border-right: 1px dotted #F90;
	background: none;
}

table#tentou-Form th span {
	font-weight: normal;
}
dl#party-Odd,
dl#party-Even {
	margin: 0;
	padding: 0 10px 0 10px;
	overflow: hidden;
	_zoom: 1;
}
dl#party-Odd {
	background: #F9ECEC;	
}
dl#party-Even {
	background: #FFC;	
}
dl#party-Odd dt,
dl#party-Even dt {
	clear: both;
	float: left;
	width: 200px;
	margin: 0 0 0 0;
	padding: 14px 0 7px 0;
}
dl#party-Odd dd,
dl#party-Even dd {
	margin: 0 0 0 0;
	padding: 10px 0 8px 200px;
	border-bottom: 1px dotted #F90;
}
table#tentou-Form textarea,
table#tentou-Form input {
	font-size: 12px;
	padding: 3px;
}

ul#send-List {
	margin: 0;
}
ul#send-List li {
	display: inline;
	padding: 0 20px 0 0;
	vertical-align: middle;
}

