a {
    color:#006600;
}
li
{
 line-height: 25px;
}
.box
{
	/*width: 900px;*/
	background: url(images/top_left.png) no-repeat top left;
}
.top{
	background: url(images/top_right.png) no-repeat top right;
}
.bottom{
	background: url(images/bottom_left.png) no-repeat bottom left;
}
.bottomdiv {
	background: url(images/bottom_right.png) no-repeat bottom right;
}
.content{
	background-color: #f0f8ff;
	border-left: solid 1px #b0c4de;
	border-right: solid 1px #b0c4de;
}

.topdiv,
.top,
.bottomdiv, 
.bottom{
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.content, 
.bottom{
	/*margin-top: -19px;*/
}
.content{ padding: 0 15px; }
body
{
	font-family: Verdana;
}
.step1
{
	font-family: Verdana;
	font-size: 16px;
}
.step2
{
	font-family: Verdana;
	font-size: 12px;
}
.required
{ 
    color: #cc0000;
}
/*LABEL { FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Verdana, Helvetica, Arial, Sans-Serif }*/
td.required 
{
    vertical-align: middle;
    width:10px;
}
td.caption
{
    white-space:nowrap;
}