
/*
    noheader.css
    all styles are within html.sol_noheader
*/

html.sol_noheader #page_header
{
	padding-bottom: 10px;
}

html.sol_noheader #page {
    margin-top: 62px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	width: 960px;
}

html.sol_noheader #content
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 37px;
    border-radius:20px;
    -ms-border-radius:20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}