body {
    font-family: Verdana, Arial, Sans-Serif;
    line-height:1.4;
    font-size: 8pt;
    margin: 0;
    padding: 0;
    color:#444;
    background: #ececec url(../images/solo/customers/bg_default_page.gif) repeat-x 0 0;
}
a {color: #2477C5;}
a:hover {color: #325A7F;}
h1, h2, h3, h4, h5 {font-weight:bold;margin-bottom:15px;}
h1 {font-size:13pt;}
h2{font-size:10pt;}
h3{}
h4{}
h5{}
p {margin-bottom:15px;}
.error-message{color:#c00;font-weight: bold;}
.required {color:#c00;}
.positive {color:green;}
.negative {color:#c00;}
.ComponentHeading {border-bottom:1px dotted #444;}
.status-desc {font-style:italic;color:#777;}
.padded {padding:0 10px;}
.small-text {font-size:7pt;}

/*---------- HIDDEN FIELDS ----------*/
#solo-cs-header,
button,
#DebugXmlDiv
{
    display: none;
    visibility: hidden;
}