@import url(/css/site.css);
@import url(/css/forms.css);

#step
	{
	width:100%;
	margin:20px auto 20px auto;
	color:#FFF;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	}

#step td
	{
	width:33%;
	border-right:1px solid #ccc;
	}

#step_num td
	{
	text-align:center;
	padding-top:10px;
	}

#step_num span
	{
	padding:3px 8px 3px 8px;
	font-size:24px;
	font-weight:bold;
	}
	
#step_txt td
	{
	padding:5px;
	text-align:center;
	vertical-align:middle;
	}

#step_body
	{
	;
	}

#step_head
	{
	font-size:18px;
	font-weight:bold;
	border-bottom-style:solid;
	border-bottom-width:1px;
	}

.step_sub_head
	{
	font-weight:bold;
	font-size:11px;
	}

#disclaimer
	{
	font-size:10px;
	}