h1 {
	background: #6CBD45 url(../images/headers/Registration.gif);
	font-size:0px;
	color:#6CBD45;
}

.content h2{
	font: normal 20px/120% Arial, Helvetica, sans-serif;
	color: #666666;
	padding-bottom: 5px;
	border-bottom: 1px solid #CECBCA;
	margin-bottom: 10px;

}

#appIBank, #appFetch, #appGenerate{
	width: 30%;
	float: left;
	display: block;
	margin: 0px 20px 0px 0px;
}

#appIBank img, #appFetch img, #appGenerate img{
	margin-bottom: 10px;
}

p.applabel{
	font: 900 14px/120% Arial, Helvetica, sans-serif;
	color: #000000;
}

p.appLabel input{
	/*margin-bottom: 3px;*/
}

p.appLabel label{
	font: 900 14px/120% Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 10px;
	padding-top: 4px;
}

#PnlProfile{
	padding-left: 10px;
}

#PnlProfile ul{
	display: block;
	margin-bottom: 20px;
}

#PnlProfile li{
	display: block;
}

#PnlProfile li label{
	padding-top: 2px;
	display: block;
	width: 100px;
	float: left;
}

#PnlProfile li.TandC input{
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	margin-top: 4px;
}


#PnlProfile li.TandC label{
	display: block;
	width: 300px;
	float: left;
	margin-left: 10px;
}

.required, .required label {
color:#006595;
font-weight:900 !important;
}

#PnlProfile li input.text{
	width: 300px;
}

#ctl00_MainContent_ddlCountries{
	width: 150px;
}

p.StatusMessage{
	font-weight: 900;
	color: #EE3224;
	margin-bottom: 5px;
}

ul.StatusError{
	margin-bottom: 10px;
}

ul.StatusError li{
	color: #EE3224;
	margin-left: 20px;
	margin-bottom: 5px;	
}