﻿/* Module - Architect */
/*
#guide-step-list,
#guide-step-list-multi
{
	padding: 0 27px 0 29px;
	overflow: auto;
	background: url(../images/guide-bg.gif) #fff no-repeat;
	border-bottom: 2px solid #323232;
}
#guide-step-list li 
{
	display: block;
	float: left;
	width: 160px;
	height: 83px;
	border-right: 1px solid #7b7b7b;
}
#guide-step-list-multi li
{
	display: block;
	float: left;
	width: 80px;
	height: 83px;
	border-right: 1px solid #7b7b7b;
}
#guide-step-list li img 
{
	height: 71px;
	display: block;
}
#guide-step-list li a:link,
#guide-step-list li a:visited,
#guide-step-list li a:active 
{
	display: block;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
}
#guide-step-list li a span 
{
	background: #808080;
	color: #fff;
	padding: 0 5px;
	display: block;
}
*/
.prev-link 
{
	position: absolute;
	left: 0;
	top: 162px;
	z-index: 100;
}
#house-display-container .prev-link,
#house-display-container .next-link 
{
	top: 180px;
}
.next-link 
{
	position: absolute;
	right: 0;
	top: 152px;
	z-index: 100;
}
/*#step-col-first 
{
	float: left;
	width: 465px;
	margin-right: 18px;
}
#step-col-second
{
	float: left;
	width: 217px;
}*/

#secondary-content-wrapper #contact-form 
{
	height: 330px;
	width: 217px;
	background: none;
	padding: 0;
}
#secondary-content-wrapper #contact-form input,
#secondary-content-wrapper #contact-form textarea 
{
	width: 207px;
}
#secondary-content-wrapper #contact-form select 
{
	width: 217px;
}
#secondary-content-wrapper #contact-form input.button 
{
	width: auto;
}
#secondary-content-wrapper #contact-form fieldset input 
{
	width: auto;
}
#secondary-content-wrapper #contact-form fieldset label 
{
	display: inline;
}