.special {
	width: 262px !important;
	}
.specialTop {
	width: 262px; height: 6px; overflow: hidden;
	background: #fff url('/images/special/top.gif') top left no-repeat;
	}
.specialBot {
	width: 262px; height: 6px; overflow: hidden;
	background: #fff url('/images/special/bot.gif') top left no-repeat;
	}
.specialContent {
	background: #fff url('/images/special/bg.gif') top left repeat-y;
	padding: 8px;
	width: 246px;
	}
* html .specialContent {
	width: 262px;
	}
	
