
/*//////////////////////////////
colours
green = #70AC2A
footer = #2B2724
a hover = #70AC2A

//////////////////////////////*/

fieldset
{
	border-top: 1px solid black;
	border-left:none;
	border-right:none;
	border-bottom:none;
	margin:12px 0;	
	padding: 0 0 15px 0;
	width: 540px;
}


fieldset.Buttons
{
	text-align: right;	
}

/* Add 200px margin to the left of each form div */
fieldset div
{
	clear: both;
	margin-bottom: 12px;
	margin-left: 210px;
	margin-top: 12px;
	position: relative; /* Important overrides the 10px padding applied to all divs within content */
	padding: 0 !important;
}

/* Then offset the labels into the empty space */
fieldset label
{
	display: block;
	position: absolute;
	width: 190px;
	left: -215px;
	text-align: right;
	margin-top: 3px;
}

/* Then remove the margin from nested divs */
fieldset div div
{
	clear: none;
	margin: 0;
}
fieldset legend
{
	font-weight:bold;
	color:#000;
}
/* This pushes the asterisks into their own column so field labels continue to line up */
fieldset label .Required
{
	position: absolute;
	left: 197px;
}

fieldset div select
{
	margin-left:6px;
}

fieldset.SubmitSite input.Text
{
	width:160px;
}
fieldset.SubmitSite select
{
	width:164px;
}

.Required, .Error
{
	color: #ff0000;
}


/* Inputs and Buttons */

input, select, textarea
{
	font-size: 11px;
}

input.Text
{
	padding: 1px 0 1px 2px;
}

input.ActionButton
{
	background:#990000;
	color:white;
	border-top:1px solid #990000;
	border-right:1px solid #990000;
	border-bottom:1px solid #990000;
	border-left:8px solid black;
	font-size:12px;
	cursor:pointer;
	padding:4px;
}
input.Checkout
{
	border-right:8px solid black;
	border-left:1px solid #990000;
}
input.Hire
{
	width:120px;
	font-size:12px;
}

.Tiny
{
	width: 4em;
}

.Medium
{
	width: 16em;
}

.Large
{
	width: 90%;
}

/****wizard****/
.Wizard
{
	margin-bottom: 10px;
	margin-top:20px;
	border-collapse:collapse;
}
.Wizard td
{
	vertical-align:top;
	margin:0;
	padding:0;
}

/********controls the next/previous step process*********/
.Wizard table td table
{
	margin-top:10px;
	margin-bottom:10px;
}
.Wizard h1
{
	margin-top:30px;
}
.Wizard table td table td input,
input.Step
{
	background:#990000;
	color:white;
	border-top:1px solid #990000;
	border-right:1px solid #990000;
	border-bottom:1px solid #990000;
	border-left:8px solid black;
	font-size:11px;
}


/*****************/

.Sidebar table
{
	margin:0;
	position:absolute;
	top:160px;
}

.Sidebar td
{
	padding:0 10px 0 0;
}

.Sidebar .Selected
{
	background:#990000;
	color:white;
	border-top:1px solid #990000;
	border-right:1px solid #990000;
	border-bottom:1px solid #990000;
	border-left:8px solid black;
	font-size:10px;
}

.Steps
{
	float:right;
}

.ContinueCheckout
{
	float:right;
	clear:both;
}

.Sidebar .Button
{
	
}

.Sidebar .Selected .Button
{
	color:White;
}


.Sidebar a.Button
{
	color:#000;
	font-size: 11px;
	text-transform: capitalize;
	width: 103px;
	margin: 0 2px 0 2px;
	padding: 6px 0 6px 0;
}

#HireForm fieldset
{
	width:360px;
	border:1px solid black;
}

#HireForm .Left
{
	width:360px;
}
#HireForm .Right
{
	width:360px;
	float:right;
	position:relative;
	top:-30px;
}

#HireForm fieldset div
{
	margin-left:120px;
	margin-bottom:0px;
	margin-top:4px;
}
#HireForm fieldset div
{
	margin-left:120px;
	margin-bottom:0px;
	margin-top:4px;
}


#HireForm fieldset div input
{
	font-size:11px;
	padding:1px;
	width:150px;
}


.ContactInfo fieldset
{
	border:1px solid #ccc;
	margin:12px 0;	
	padding: 0 0 15px 0;
	width: 360px;
}

.ContactInfo fieldset div
{
	clear: both;
	margin-bottom: 12px;
	min-height: 12px;
	margin-left: 120px;
	margin-top: 12px;
	position: relative;
	padding: 0 !important;
}

.ContactInfo fieldset label
{
	display: block;
	position: absolute;
	width: 190px;
	left: -215px;
	text-align: right;
	margin-top: 3px;
}
.ContactInfo input.Button
{
	width: 362px !important;
	background:#efefef;
	border:1px inset #ccc;
	margin-top:4px;
	font-size:13px;
	font-weight:bold;
}


.Address
{
	float:left;
	width:260px;
	border:1px solid #ccc;
	margin-right:12px;
	padding:6px;
	height:314px;
}

.ContactForm
{
	margin-left:260px;
}

.FormTitles
{
	margin-bottom:30px;
	
}

