h1
{
	margin: 0;
	padding: 0;
	color: white;
}

h2
{
	clear: both;
	padding: 10px 0 15px 0;
}
.red {
	color: #FF0000;
}
#plan
{
	border-top: 1px solid #EAE5CE;
	text-align: center;
}
#plan #payment p {
	text-align: center;
	margin: 15px 0;
}

#plan .float
{
	position: relative;
	float:left;
	width:370px;
	text-align: center;
}

#plan .float2
{
	position: relative;
	float:left;
	width:368px;
	text-align: center;
	border-left:dotted 2px #EAE5CE;
}

#plan p,
#plan address
{
	margin: 0;
	padding: 0;
}

#plan h2
{
	font-size: 16px;
	color: orange;
}
#plan h3
{
	font-size: 14px;
	color: orange;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}

#plan p
{
	font-size: 14px;
	line-height: 140%;
}


#plan .note {
	margin: 10px;
	text-align: left;
}

#plan table
{
	background-color: #960;
	margin: 10px auto;
	border-collapse:separate;
}

#plan table th , #plan table td {
	padding: 5px;
	font-size: 12px;
}

#plan table th
{
	color: #960;
	background-color: #ffc;
}
#plan table td
{
	background-color: #fff;
	text-align: center;
}

#plan li {
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: left;
	line-height: 130%;
	list-style: none;
}
.note li {
	list-style: none;
	margin-top: 10px;
}

#notice ul , #payment ul {
	margin: 0 120px;
	padding: 10px;
	border: 3px double #FF9900;
}
#notice li , #payment li {
	list-style: disc;

}
#payment, #notice{
	text-align: left;
	padding: 0px;
	margin: 0 auto 20px auto;
}
#other {
	border-top: 1px solid #EAE5CE;
	clear: both;
	padding: 20px 0;

}
#other img {
	vertical-align: middle;
}
