@charset "utf-8";
/* CSS Document */

.tip {
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	background-color: #666;
	float:left;
}

.tip-top {
	/*height:28px;
	width:403px;
	background-image: url(../images/tip_top.png);
	background-repeat: no-repeat;
	background-position: left top;*/
}

.tip-title {
	color:#FFFF00;
	font-size:1.4em;
	font-weight:bold;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 20px;
	text-transform:uppercase;
}

.tip-text {
	color:#fff;
	line-height:1.4em;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

.tipz ul {
	float:left;
	margin:0 50px 20px 10px;
	padding:0;
}

.tip-bottom {
	/*width:403px;
	height:28px;
	background-image: url(../images/tip_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}