@charset "utf-8";
/* CSS Document */

.tip {
	width:453px;
	background: transparent url(../images/tooltips_middle.png) top left repeat-y;
}

.tip-top {	
	background:transparent url(../images/tooltips_top.png) top left no-repeat;
	height:9px;
	width:453px;	
}

.tip-title {
	color:#e95e25;
	font-weight:bold;
	margin:0 30px 0 30px;
	padding:10px 0 0;
}

.tip-text       { padding:10px 30px 20px 30px; color:#333 }

.tip-bottom {
	background:transparent url(../images/tooltips_bottom.png) top left no-repeat;
	width:453px;
	height:9px;
}