﻿P#CSP {
    text-indent:-1000em;
    width: 57px;
    height: 56px;
    background: url('/Content/themes/focus/images/focuslogo.jpg') no-repeat 0 0;	
}
    
Button#CSP {	
	width: 57px;
    height: 56px;    
    background: url('/Content/themes/focus/images/focuslogo.jpg') no-repeat 0 0;
    color: transparent;
    border:none;
}

div#wrapper div.contentcontainer span#lblHeader {
    display: block;
    max-width: 550px;
    width: 550px;
}

P#ServiceTitle {
	border-bottom:2px solid #000064;
}

.contentcontainer h2 {
    /*text-transform:uppercase;*/
}

.navlist {
	/*margin-left:14px;*/
}
.navlist LI {
	background:none;
	list-style-type:square;
	margin-left:0;
	padding-left:0;
	
}
.navlist a {
}

.InLineHelpText, .LegislationHeading, .InformationText, .InstructionText .InformationTextSmall, .InstructionTextSmall {
	background:#EEE;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}

.LegislationHeading, .InstructionText {
	background: #CDCDE0;
	border-color:#000064;
	color:#000064;
}

.divideline {
	border-bottom:1px solid #999;
}
.loginMessage {
	border-bottom:2px solid #999;
}
.searchBox fieldset {
	border-right:1px solid #999;
}

.field-validation-error {
    color: red;
    font-weight: bold;
    font-size: 0.8em;
    display: block;
}