body {
	background:#ffffff;
}
	
#app-outer {
	margin:auto;
	max-width:600px;
	background:#000000;
	border-radius: 10px;
	color:#ffffff;
}
#app-outer h1 {
	font-size:24pt;
	color:#ffffff;
	font-weight:normal;
}
#app-outer input[type="text"] {
	width:90%;
	max-width:400px;
}
#app-outer input[type="submit"] {
	padding:2px 16px;
	font-size:10pt;
}
a {
	color:#ffffff;
	text-decoration:underline;
}
.notify-message {
	margin:10px auto;
	color:#000000;
	background:#ffffff;
	max-width:500px;
	padding:10px;
	border:1pt solid #999999;
}
ul {
	background:#000000;
	text-align:left;
	border-radius:10px;
	list-style:none;
}
h3 {
	color:#89c7ed;
	font-weight:normal;
}
li {
	color:#ffffff;
	margin:10px 0 10px 0;
	padding:9pt 0 9pt 0;
	 list-style:none;
	 min-height:50px;
}
li img {
	float:left;
	height:50px;
	margin-right:20px;
}
#app-image-wrapper {
	height:100%;
}
#app-image {
	max-width:100%;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}