/* Branding styles */
div#loginIncl
{
	vertical-align: top;
	MIN-HEIGHT: 600px;	
	FLOAT: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 190px;
}

/* Core login styles that must exist and can be customised */
.login-bodytext
{
	FONT: 13px Arial, sans-serif;	
	COLOR: rgb(102,102,102);	
}
.login-errorBodytext,
.login-sectionHeading
{
	FONT: 13px arial,helvetica,sans-serif;	
	COLOR: #666666;
}
input.miniapps-buttonBar
{
    padding-left: 5px 29px 5px 12px;
    overflow:visible;
    color:rgb(255,255,255);
    font-weight:bold;
    background:rgb(0,49,69) url(../img/button-cta-arrow-bg-off.gif) no-repeat 95% 7px;
    border:none;
    align: left;
}
input.login-buttonBarStandard /* register button */
{
    padding:5px 29px 5px 12px;
    overflow:visible;
    color:rgb(255,255,255);
    font-weight:bold;
    background:rgb(0,49,69) url(../img/button-cta-arrow-bg-off.gif) no-repeat 95% 7px;
    border:none;
}
input.miniapps-buttonBar:hover,
input.miniapps-buttonBar:focus,
input.login-buttonBarStandard:hover,
input.login-buttonBarStandard:focus,
input.login-buttonBarNarrow:hover,
input.login-buttonBarNarrow:focus {
    background:rgb(251,90,23) url(../img/button-cta-arrow-bg-on.gif) no-repeat 95% 7px;
}

input.login-buttonBarNarrow /* psw reminder button */
{
	BORDER-right: #666666 1px solid; 
	BORDER-left: #666666 1px solid;
	BORDER-bottom: #666666 1px solid; 
	BORDER-top: #666666 1px solid; 
	padding-right: 0px; 
	padding-left: 0px; font-WEIGHT: bold; font-size: 12px; 
	padding-bottom: 0px; 
	margin: 0px 7px; 
	font-family: helvetica, arial, verdana, sans-serif, times; 
    color:rgb(255,255,255);
    font-weight:bold;
    background:rgb(0,49,69) url(../img/button-cta-arrow-bg-off.gif) no-repeat 95% 7px;
    border:none;

}
.login-sectionHeading /* Registered Users etc. */
{
	FONT-FAMILY: Georgia,"Times New Roman",Times,serif;
    color:rgb(35,31,32);
	font-size:1.286em;
    line-height:1.286em;
    margin-bottom:1em;
    padding-top: 5px;
    
}
.login-errorBodytext
{
	color: #f00;
	font-size: 13px;
}
.login-sectionHeading a
{
	color: #666666; TEXT-DECORATION: none;
	FONT: 14px/17px arial,helvetica,sans-serif;	
	
}
.login-sectionHeading a:hover
{
	color: #ec8000;
}

