/*
======================================================
A Quick Sale
Get Started boxout Screen CSS stylesheet

Version 1.4
======================================================

You may use this file for learning purposes, but DO NOT 
copy the code in its entirity. The unique combination of 
images, colours, sizes, typography and positioning ('the 
design') is copyright. Copying, modifying or any other 
use of design related images is STRICTLY FORBIDDEN.
*/

/*
======================================================
Page layout and appearance
======================================================
*/ 

#boxout_get_started {
	width:205px;
  padding:0 0 6px 0;
	background:#cd1d24;
	}
	
#boxout_get_started fieldset input {
	float:left;
	}
  
#boxout_get_started fieldset input {
	float:left;
	}
  
#boxout_get_started input#input_postcode {
	height:20px;
	width:125px;
	margin:0 6px 0 6px;
	padding:4px;
	}
  
#boxout_get_started input#input_postcode:focus {
	color:#003366;
	}
	
#boxout_get_started a#input_get_started {
	width:50px;
	height:32px;
	margin:0 6px 0 0;
  display:block;
  float:left;
	}
  
#boxout_get_started #sample_valuation_report {
  margin:16px 6px 0 6px;
  }
  
#boxout_get_started #sample_valuation_report a#pdf_icon {
	width:57px;
	height:53px;
	margin:0 0 30px 0;
  display:block;
  float:left;
  border-bottom:none;
	}
  
#boxout_get_started #sample_valuation_report p {
  margin:5px 0 0 0;
  }
	
/*
======================================================
Typography and content formatting
======================================================
*/ 

/* 
XHTML tag styles 
---------------------------
*/

#boxout_get_started {
  font-family:Arial, Helvetica, sans-serif;
  line-height:17px;
  color:#fff;
	}
  
#boxout_get_started #labelErrorMessage p { /* Error message for Get Started form */
  margin:15px 6px 15px 6px;
  font-size:14px;
  font-weight:bold;
  text-align:left;
  }
  
#boxout_get_started #labelErrorMessage p img {
  vertical-align:text-bottom;
  }
  
#boxout_get_started #labelErrorMessage span.error {
  padding:0 0 2px 0;
  border-bottom:2px dotted #ffca05;
  }
  
#boxout_get_started a {
	margin:0;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  border-bottom:2px solid #ffca05;
	}
  
#boxout_get_started a:hover {
	color:#fff;
  border-bottom:none;
	}
  
#boxout_get_started br {
	line-height:6px !important;
	}
  
#boxout_get_started px, #boxout_get_started i {
	font-style:italic;
	}
  
#boxout_get_started fieldset {
  margin:0;
  padding:0;
  border:0;
  }
	
#boxout_get_started fieldset label {
	display:none;
	visibility:hidden;
	}
  
#boxout_get_started img {
  border:0;
	}
  
#boxout_get_started input#input_postcode {
	font-size:13px;
	font-weight:bold;
	color:#999;
	border:2px solid #ffcc00;
	}
	
#boxout_get_started input#input_postcode:focus {
	color:#003366;
	}
  
#boxout_get_started a#input_get_started {
	border-bottom:none;
	}
  
#boxout_get_started p {
  margin:0 6px 14px 6px;
	font-size:12px;
	line-height:17px;
	text-align:left;
	vertical-align:top;
	}
  
#boxout_get_started strong, #boxout_get_started bold {
	font-weight:bold;
	}

#boxout_get_started small {
  font-size:11px;
  color:#f2c6c8;
  }
  
#boxout_get_started small a {
	margin:0;
  font-size:11px;
  font-weight:bold;
  color:#f2c6c8;
  text-decoration:underline;
  border-bottom:none;
	}
  
#boxout_get_started small a:hover {
  text-decoration:none;
	}
	
/* 
Header text image replacpxent 
---------------------------
*/

#boxout_get_started h2 {
	width:205px;
	height:145px;
	margin:0;
  text-indent:-5000px;
  overflow:hidden;
  background:url(../images/screen/headers/boxout_get_started.gif) left top no-repeat;
	}
