.info {
	font-size: 16px;
	color: #0000FF;
	
}
.wary {
	font-size: 16px;
	color: #FF0000;
	
}
.waryList {
	color: #FF0000;
	
}
.noteText {
	color: #0000FF;
}

.stepTitle {
	color: #0000FF;
	font-size: 15px;
	
}
.stepNote {
	color: #0000FF;
	font-size: 13px;
	font-weight:100;
}
.sendSMS a:link, .sendSMS a:visited {
	display: block;
	width: 120px;
	height: 38px;
	padding: 14px 0px 0px 0px;
	font: bold 80% Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF6600;
	background: url("../images/btn_realSend.gif");
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
}
.sendSMS a:hover {
	background-position: center -54px;
	color: #FF0000;
}
.sendSMS a:active {
	background-position: center top;
}
