
.investment_brochure_request {
    width:370px;
    background: url(/images/investment/brochure/invest_form_top.gif) no-repeat;
    padding-top:6px;
}


.investment_brochure_request div {
    background: url(/images/investment/brochure/invest_form_btm.gif) no-repeat;
    background-position: bottom;
    padding-bottom:6px;
}

.investment_brochure_request div div {
    background-image:none;
    border-left: solid 1px #850001;
    border-right: solid 1px #850001;
    padding: 4px 10px 4px 10px;
}

.investment_brochure_request div div div {
    border:none;
    padding:0px;
}

.investment_brochure_request .subtitle {
	font-size:16px;
	font-weight:bold;
	color:#850001;
}


.investment_brochure_request .fund_name {
	font-size:20px;
	font-weight:bold;
	color:#850001;
}

.investment_brochure_request .divider {
	margin-top:10px;
	margin-bottom:10px;
	border-top: solid 1px #DDDDDD;
}	

.investment_brochure_request .submit_button 
{
    background: no-repeat url(/images/investment/brochure/submit_butt_bkgd.gif);
    width:84px;
    height:28px;
    border:none;
    font-weight:bold;
    color:#ffffff;
    font-size:14px;
    text-align:left;
    padding-bottom:4px;
    float:right;
    cursor:pointer;
    padding-left:6px;
}    

.investment_brochure_request span.InputError2 {
	display:block;
}

.investment_brochure_request .FormRow th {
	width:40%;
}	

.investment_brochure_request #InvestmentLessThan5YearsMessage {
	border: solid 1px #FF0000; 
	padding: 5px; 
	display: block; 
	background-color: #FFFEEF;	
}

.investment_brochure_request #InvestmentLessThan5YearsMessage a {
	font-weight:bold;
}	

input.pound-sign {
	padding-left:9px;
	background-image:url(/images/pound-sign.png);
	background-position:left center;
	background-repeat:no-repeat;
	}
	
#rowMonthlyContributions td, #rowLumpSum td,
#rowMonthlyContributions th, #rowLumpSum th {
	padding:0px;
}

#rowMonthlyContributions td div, #rowLumpSum td div,
#rowMonthlyContributions th div, #rowLumpSum th div {
	padding:1px;
}
	


