#warning{
	background-color: #f13774;
	border-bottom: 4px solid #f88eb1;
	border-top: 4px solid #f88eb1;
	background-image: url('images/warning.gif');
	background-position: 50px;
	background-repeat: no-repeat;
}
#warning .tex{
	color: #FFFFFF;
	font-size: 14px;
	font-family: Tahoma;
	line-height: 150%;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
#warning .tex .small{
	font-size: 10px;
}
#warning td{
	border: 0px solid;
}

#star{
	background-color: #f13774;
	border-bottom: 4px solid #f88eb1;
	border-top: 4px solid #f88eb1;
	background-image: url('images/be_a_star.gif');
	background-position: 20px;
	background-repeat: no-repeat;
}
#star .tex{
	color: #FFFFFF;
	font-size: 14px;
	font-family: Tahoma;
	line-height: 150%;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
#star .tex .small{
	font-size: 10px;
}
#star td{
	border: 0px solid;
}

#star2{
	background-color: #f13774;
	border-bottom: 4px solid #f88eb1;
	border-top: 4px solid #f88eb1;
	background-image: url('images/be_a_star.gif');
	background-position: 20px;
	background-repeat: no-repeat;
}
#star2 .tex{
	color: #FFFFFF;
	font-size: 14px;
	font-family: Tahoma;
	line-height: 150%;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
#star2 .tex .small{
	font-size: 10px;
}
#star2 td{
	border: 0px solid;
}

.red_button{
	width: 116px;
	padding: 12px 0px 12px 0px;
	background-color: #fe0000;
	border: 0px solid;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.blue_button{
	width: 116px;
	padding: 12px 0px 12px 0px;
	background-color: #37c2ed;
	color: #FFFFFF;
	border: 0px solid;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.orange_button{
	width: 116px;
	padding: 12px 0px 12px 0px;
	background-color: #f5a62a;
	color: #FFFFFF;
	border: 0px solid;	
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
