/* Remove unwanted elements */
#header, #nav, .nav, .t-box, .leftbar, #footer  {
display: none;
}

/* Ensure the content spans the full width */
#wrapper {
width: 100%; margin: 0; float: none;
}


/* Improve color contrast of links */
a:link, a:visited{
color: #781351
}
.text-errorpopup
{
         color: #FF0000;
          font-size:   11px;
          line-height: 18px
    }
    body{
	color:#484848;
	font:14px/18px Arial, Helvetica, sans-serif;
	background:#fff;
	
}

