body {
    margin: 0px;
    padding: 0px;
    background: url('/theme/img/che_bg.png') top left repeat;
}

body, a, div, span, table, td, textarea, input, select, h2 {
    font: 14px Helvetica, Arial, Verdana, Tahoma;
    color: #3c3c3c;
    line-height: 20px;
}

a {
    color: #ca290c;
}

.clear {
    float: none;
    clear: both;
}

#maincontent {
    width: 400px;
    text-align: left;
}

h1 {
	display: block;
	width: 120px;
	height: 60px;
	background: url('/theme/img/che_logo.png') top left no-repeat;
	margin-top: 150px;
	-filter:progid:DXimageTransform.Microsoft.AlphaImageLoader(src='/theme/img/che_logo.png',sizingMethod='crop');
	-background-image: none;
	margin: 50px 0 10px 22px;
	padding: 0px;
	font-size: 0px;
}

h2 {
    color: #3c3c3c;
    font-size: 20px;
    border-bottom: 1px dotted #cccccc;
    margin: 0 0 11px 0;
    padding: 0 0 11px 0;
}

.top {
    width: 400px;
    height: 11px;
    background: url("/theme/img/che_top.png") top left no-repeat;

}

.content {
    width: 356px;
    padding: 11px 22px 11px 22px;
    background: #ffffff;
}

    .content span {
	display: block;
	padding-bottom: 26px;
	color: #4a4a4a;
    }
    
    .content .s2 {
	padding-bottom: 0px;
    }
    
	.content .d1 {
	    float: left;
	    width: 100px;
	    color: #828282;
	    padding-bottom: 11px;
	}

	.content .d2 {
	    float: left;
	    width: 256px;
	    padding-bottom: 11px;
	}

	.content .d3 {
	    padding-bottom: 0px;
	}

.bottom {
    width: 400px;
    height: 11px;
    background: url("/theme/img/che_bottom.png") top left no-repeat;

}
