﻿body
{
	font-family:Arial;
}
div.header
{
   width:800px;
   padding-bottom:25px;
   margin-left:auto;
   margin-right:auto;
   background-image:url(../Images/Applic/headerbottom.gif);
   background-position:bottom left;
   background-repeat:no-repeat;
}

div.content
{
   width:800px;
   margin-left:auto;
   margin-right:auto;
}

div.content img.step
{
	display:block;
	margin-bottom:25px;
}
div.outer
{
	 text-align:left;
	 font-size:12px;
	 margin-top:0px;
	background-image:url(../images/Applic/RIGHT.gif);
	background-position:right;
	background-repeat:repeat-y;
}
div.bottom
{
	height:13px;
	background-image:url(../images/Applic/BOTTOM.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
div.inner
{
	background-image:url(../images/Applic/LEFT.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin-right:20px;
	padding-left:20px;
}
div.top
{
	height:13px;
	background-image:url(../images/Applic/TOP.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
table.input
{
	border-collapse:collapse;
	border: 1px solid #ECECEC;
}
table.input tr th
{
	text-align:right;
	padding:3px;
	padding-left:5px;
	border: 1px solid #ECECEC;
}
table.input tr td
{
	padding:3px;
	text-align:left;
	border: 1px solid #ECECEC;
}
table.input tr td.note
{
	font-size:11px;
	text-align:center;
	background-color:#ECECEC;
}
table.input tr td.notebig
{
	font-size:12px;
	text-align:center;
	background-color:#ECECEC;
	color:Blue;
	padding:3px 0px;
}
div.pmtouter
{
	 text-align:left;
	 font-size:12px;
	 margin-top:15px;
	background-image:url(../images/Applic/PMT_RIGHT.gif);
	background-position:right;
	background-repeat:repeat-y;
}
div.pmtbottom
{
	height:9px;
	background-image:url(../images/Applic/PMT_BOTTOM.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
div.pmtinner
{
	background-image:url(../images/Applic/PMT_LEFT.gif);
	background-position:left;
	background-repeat:repeat-y;
	margin-right:2px;
	background-color:#001ECC;
}
div.pmttop
{
	height:9px;
	background-image:url(../images/Applic/PMT_TOP.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
table.payment
{
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	border:1px solid #ececec;
}
table.payment th
{
	text-align:right;
	padding:2px 5px;
	border-right:1px solid #ececec;
	width:150px;
}
table.payment td.input
{
	text-align:left;
	padding:2px 5px;
	width:230px;
}
table.payment td.pmtnote
{
	background-color:#FFCFB2;
	color:Navy;
	padding:4px 15px;
	font-weight:bold;
	text-align:center;
}
div.terms
{
	border:1px solid #ECECEC;
	height:250px;
	font-size:11px;
	text-align:left;
	padding:10px;
	margin-bottom:5px;
}
div.terms ol
{
	font-weight:bold;
	list-style-type:decimal;
}
div.terms ol span
{
	font-weight:normal;
}
div.terms ol li
{
	margin-bottom:10px;
	list-style-type:decimal;
}
div.terms ol li ul
{
	font-weight:normal;
}
