

body {
	color: yellow;
	background: #222;
}

h1 {
	color: yellow;
	background: #222;
}


.ringtoneIframe {
	background: #222;
	color: yellow;

}

/* page specific css goes here.  Delete if you don't need it.*/
.selectedTab {
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	border-right: 1px solid #222;
	background: #222;
	padding:2px;
	font-size:13px;
	padding-bottom: 3px;
	font-weight: bold;
	color: black;
}

.notSelectedTab {
	border-right: 1px solid #555;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: black;
	padding:2px;
	font-size:13px;
	padding-bottom: 2px;
	color: white;
}

#sendingMessage {
	color: yellow;
	background: #555;
}

a {
	text-decoration: none;
	color: yellow;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
