@charset "utf-8";
/* CSS Document */

#popup-box {
	background-image: url(imagesIc/popup_box.gif);
	background-repeat: no-repeat;
	width: 155px;
	height: 38px;
	padding: 10px;
	text-align:center;
}

#icons {
	margin: 0px 0 0 0;
}

.sms {
	background-image: url(imagesIc/icon_sms.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 12px;
	margin: 0 10px 0 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #4b73a1;
	text-decoration: none;
}

.mail {
	background-image: url(imagesIc/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 14px;
	margin: 0 10px 0 0;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #4b73a1;
	text-decoration: none;
}
.weatherforyoursite{
	background-image:url(images/arrow_sm.gif);
	background-position:right 5px;
	background-repeat:no-repeat;
	padding: 0 10px 0 10px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b73a1;
	text-decoration: none;
}
a.weatherforyoursite:hover{
		text-decoration:underline;
	 
}
.feed {
	background-image: url(imagesIc/icon_feed.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 12px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 9px;
	color: #4b73a1;
	text-decoration: none;
}
