body {
	font-family: Verdana,Arial,Helvetica;
	font-size: 10pt;
	background-color: #444444;
}

h1 {
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	margin: 0 0 10px 0;
}

#MysteryArtsWeatherGadgetContainer {
	width: 200px;
	border: solid 20px #333333;
	margin: 30px auto;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#MysteryArtsWeatherGadgetCodeContainer {
	width: 450px;
	margin: 10px auto;
	background-color: #c2c2d4;
	padding: 10px 20px 20px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#MysteryArtsWeatherGadgetCode {
	background-color: #ffffff;
	font-size: 9pt;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

