﻿/* --- Containers ------------------------------------------------------ */
#FormContainer {
    width: 920px;
    display: block;
    padding: 0px;
    margin: 0px;
}

#FormHeader {
    width: auto;
    height: 24px;
    /*background-image: url('images/FormHeader.gif');*/
    background-repeat: no-repeat;
    color: #424242;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2em;
    padding-left: 20px;
}

#FormBody
{
	width: auto;
	/*background-image: url('images/FormBG.gif');*/
	background-repeat: repeat-y;	
	padding-left: 20px;
    font-size: 14px;
    /*font-weight: bold;*/
}

#FormBody .FormGroup
{
	width: auto;
	/* display: inline-block; */ /* #34149 */
}


#FormBody .QuoteHeading
{
	width: auto;
	border-style: none none none none;
	min-height: 75px;
	border-bottom-width: 0px;
	border-bottom-color: #902a25;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#FormBody .QuoteProfFees
{
	width: auto;
	border-style: none none solid none;
	/* min-height: 30px;*/
	border-bottom-width: 1px;
	border-bottom-color: #902a25;
	margin-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#FormBody .QuoteSummaryProfFees
{
	width: auto;
	border-style: none none none none;
	/* min-height: 30px;*/
	/*border-bottom-width: 1px;*/
	/*border-bottom-color: #902a25;*/
	margin-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#FormBody .QuoteHeading h2
{
	font-size:small;
	font-weight:bolder;
	font-size:1.0em;
}

#FormBody .QuoteSection1
{
	width: auto;
	border-style: none none solid none;
	min-height: 75px;
	border-bottom-width: 1px;
	border-bottom-color: #902a25;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	
	
}

#FormBody .QuoteSectionVAT
{
	width: auto;
	border-style: none none solid none;
	min-height: 25px;
	border-bottom-width: 1px;
	border-bottom-color: #902a25;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#FormBody .QuoteSection2
{
	width: auto;
	border-style: none none solid none;
	/* min-height: 40px; */
	border-bottom-width: 1px;
	border-bottom-color: #902a25;
	margin-right: 20px;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#FormBody .QuoteFooter
{
	width: auto;
	border-style: none none none none;
	min-height: 50px;
	margin-right: 20px;
	padding-top:20px;
	padding-left: 20px;
	padding-right: 20px;
}

#FormBody .QuoteControlButtons
{
	width: auto;
	border-style: none none none none;
	min-height: 50px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#FormBody .FooterInfo
{
	/*margin-top: 10px;
	margin-right: 20px;
	padding: 15px 25px 15px 25px;
	border-style: solid none none none;
	border-width: 1px thin thin thin; 
	width: auto;
	border-top-color: #902a25;
	font-size: x-small;
	background-color: #FFFFFF;*/
}


#FormBody .ConveyancerFB
{
	padding-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;

}

#FormBody .ConveyancerFB h2
{
	font-size: xx-small;
	font-weight: 100;
	color: #00FF00;
}


#FormBody .FormGroup h3
{
    display: inline-block; /* #34149 
	background-color: #dddddd;
	/*width: 805px;*/
	width:95%;
	margin-bottom: 0px;
	margin-top: 5px;
}

#FormBody .FormMasterGroup
{
	width: auto;
	/* display: inline-block; */ /* #34149 */
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #902a25;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 5px;
    font-size: 17px;
}

#FormBody .FormMasterGroup2
{
	width: auto;
	display: inline-block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #902a25;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#FormBody .FormMasterGroup h3
{
	/* background-color: #952825; */
	/* background-image:url('images/greyheader.gif'); */
	/*width: 805px;*/
	width:95%;
	margin-bottom: 4px;
	margin-top: 0px;
}

#FormBody .FormGroup h2
{
	background-color: #dddddd;
	/*width: 805px;*/
	width:95%;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: small;
	/*background-image:url('images/greyheader.gif');*/
}

#FormBody .FormGroupLeft
{
	float:left;
	width: 49%;	
}

#FormBody .FormGroupRight 
{
        float: right;
        width: 51%;
}


#FormBody .FormButtons
{	
	margin-top: 10px;
}

#FormBody .FormQuoteButtons
{	
	margin-top: 10px;
	margin-right: 20px;
}

#FormFooter
{
	width: auto;
	height: 28px;
	/*background-image: url('images/FormFooter.gif');*/
	background-repeat: no-repeat;	
}





/* --- Elements ------------------------------------------------------------- */
.WideColumn
{
	width: 550px;		
}