@media screen
{
	div.step_frame
	{
		margin: 20px 18px 20px 0px;
		border: 1px solid #70B85D;
	}
	div.step_frame div.top
	{
		position: relative;
		height: 25px;
		width: 100%;
		background-color: #70B85D;
		border-bottom: 1px solid #70B85D;
	}
	div.step_frame div.title
	{
		position: relative;
		top: -22px;
		left: 10px;
		text-align: left;
	}
	div.step_frame div.title span
	{
		color: #ffffff;
		font-weight: bold;
	}
	div.step_frame.full
	{
		clear: both;
		width: 490px;
	}
	div.step_frame.full div.content:after
	{
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
	}
	div.step_frame.half
	{
		float: left;
		width: 235px;
		min-height: 12em;
	}
	div.step_frame.half dl
	{
		width: 18em;
		margin: 0px auto 10px;
	}
	div.step_frame.full
	{
		position: absolute;
		right: 25px;
		width: 500px;
		margin: 20px 0px 0px 8px;
		text-align: center;
	}
	div.step_frame.full.details
	{
		top: 0em;
	}
	div.step_frame.full.finish
	{
		top: 20em;
	}
	div.step_frame.half
	{
		position: relative;
		width: 250px;
		margin: 20px 8px 0px 0px;
		float: left;
		clear: left;
		min-height: 14.5em;
	}
	#container dd
	{
		clear: both;
		text-align: left;
	}
	#container dt
	{
		text-align: left;
		color:#0C273D;
		font-size:9pt;
		text-align:left;
		font-weight: bold;
	}
	div.step_frame.half dl
	{
		width: 13em;
	}
	textarea#contact_message, dd.message
	{
		width: 460px;
		margin: 0px auto;
	}
	#container div.step_frame dt.message
	{
		position: relative;
		top: 0px;
		left: 20px;
	}
	#container div.section_outline div.submit > input
	{
		background-image: url(./assets/images/button_send_hover.gif);
		background-position: top center;
		background-repeat: no-repeat;
	}
	#container div.section_outline div.submit > input:hover
	{
		background-position: center -50px;
	}
	div.or
	{
		position: relative;
		left: -10px;
		padding: 10px;
		text-transform: uppercase;
		text-align: center;
		color: orange;
		font-weight: bold;
		font-size: 12pt;
	}
}

