#tc_notification div {
	margin:0;
	font-size: 0;
}
#tc_notification {
	float:left;
}
#tc_notification_close {
	background: transparent url('http://cdn1.static.vador.com/templates/notification/template_300x225/images/xp/close.gif') no-repeat scroll 0 center;
	height:30px;
	width:21px;
	float: right;
	margin-top:4px;
	cursor: pointer;
}
#tc_notification_topleft {
	background: transparent url('http://cdn1.static.vador.com/templates/notification/template_300x225/images/xp/title_left.gif') no-repeat scroll 0 0;
	width:5px;
	height:30px;
	float:left;
}
#tc_notification_top {
	background: transparent url('http://cdn1.static.vador.com/templates/notification/template_300x225/images/xp/title_bg.gif') repeat-x scroll;
	height: 30px;
	width:298px;
	float: left;
}
#tc_notification_topright {
	background: transparent url('http://cdn1.static.vador.com/templates/notification/template_300x225/images/xp/title_right.gif') no-repeat scroll 0 0;
	width:5px;
	height:30px;
	float:left;
}
#tc_notification_left {
	background: transparent url('http://cdn1.static.vador.com/templates/notification/template_300x225/images/xp/box_left.gif') repeat-y scroll 0 0;
	float:left;
	height: 225px;
	width:4px;
}
#tc_notification_right {
	background: transparent url('http://cdn1.static.vador.com/templates/notification/template_300x225/images/xp/box_right.gif') repeat-y scroll right 0;
	float: left;
	width:4px;
	height: 225px;
}
#tc_notification_innercontent {
	width:300px;
	height: 225px;
	background-color: black;
	float: left;
	overflow: hidden;
}
#tc_notification_bottom_left {
	background: transparent url('http://cdn1.static.vador.com/templates/notification/template_300x225/images/xp/box_bottom_left.gif') no-repeat 0 0;
	width: 4px;
	height: 4px;
	float:left;
}
#tc_notification_bottom_center {
	background: transparent url('http://cdn1.static.vador.com/templates/notification/template_300x225/images/xp/box_bottom.gif') repeat-x 0 0;
	height: 4px;
	width:300px;
	float:left;
}
#tc_notification_bottom_right {
	background: transparent url('http://cdn1.static.vador.com/templates/notification/template_300x225/images/xp/box_bottom_left.gif') no-repeat 0 0;
	width: 4px;
	height: 4px;
	float:left;
}
