/*----------- SMS BANNER -----------*/

#rolo {
	opacity: 0.6;
	background-color: #000000;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1001;
	top: 0px;
	display: block;
}

#suggestbox a {
	color: white;
	text-decoration: none;
	font-family: segoe ui, tahoma, arial;
	font-size: 12px;
}

.smsclick1 {
	width: 24px; height: 22px;
	background: url('/images/sms_icons.png');
}

.smsclick1:hover{
	background: url('/images/sms_icons_hover.png');
}

.smsclick2 {
	width: 24px; height: 22px;
	background: url('/images/sms_icons.png');
	background-position: 25px 0px;
}

.smsclick2:hover {
	background: url('/images/sms_icons_hover.png');
	background-position: 25px 0px;
}

.smsclick3 {
	width: 24px; height: 22px;
	background: url('/images/sms_icons.png');
	background-position: 43px 0px;
}

.smsclick3:hover {
	background: url('/images/sms_icons_hover.png');
	background-position: 43px 0px;
}

.smsclick4 {
	width: 24px; height: 22px;
	background: url('/images/sms_icons2.png');
	background-position: 0px 0px;
}

.smsclick4:hover {
	background: url('/images/sms_icons2_hover.png');
	background-position: 0px 0px;
}

.smsclick5 {
	width: 24px; height: 22px;
	background: url('/images/sms_icons2.png');
	background-position: 39px 0px;
}

.smsclick5:hover{
	background: url('/images/sms_icons2_hover.png');
	background-position: 39px 0px;
}

.smsclick6 {
	width: 24px; height: 22px;
	background: url('/images/sms_icons2.png');
	background-position: 20px 0px;
}

.smsclick6:hover {
	background: url('/images/sms_icons2_hover.png');
	background-position: 20px 0px;
}

.smsbackground {
	background: #dfdfdf;
	height: 29px;
	width: 1013px;
	margin-bottom: 6px;
	margin-left: -7px;
}

.gp-sms {
	margin: 0px auto;
	width: 1026px;
	position: relative;
	left: 11px;
	margin-top: 6px;
}

/*#suggestbox {
	position: fixed !important;
}*/


.sms_marquee {
	font-family: segoe ui, tahoma, arial;
	font-size: 13px;
	color: #313131;
	padding-top: 6px;
}

.sms_marquee a:link,
.sms_marquee a:visited {
	font-family: segoe ui, tahoma, arial;
	font-size: 13px;
	color: #313131;
	text-decoration: none;
}

.sms_marquee a:hover {
	color: #555555;
}
