body {
	background: #F3CCE3 url("./images/bg_pink.gif") repeat-x;
}

.headerbg {
	background: #390023 url("./images/headerbg_pink.gif") repeat-x;
}

.headerbar {
	background-image: url("./images/header_pink.png");
}

.rtl .headerbar {
	background-image: url("./images/header_pink_rtl.png");
}

.post-icon, .reply-icon, .newpm-icon {
    background-color: #cb95b5 !important;
    background-image: -moz-linear-gradient(top, #cb95b5, #400026) !important;
	background-image: -webkit-linear-gradient(top, #cb95b5, #400026) !important;
	background-image: -o-linear-gradient(top, #cb95b5, #400026) !important;
	background-image: linear-gradient(to bottom, #cb95b5, #400026) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cb95b5', EndColorStr='#400026')" !important;
    border-color: #46002a !important;
}