html, body, form
{
	padding: 0;
	margin: 0;
}

body
{
	color: #829360;
	background: white;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}

.demoHeader,
.demoContent
{
	padding: 16px 0 0 16px;
}

.demoHeader
{
	background: #829360;
	padding: 16px;
}

.demoHeader h1
{
	font-size: 22px;
	clear: both;
	border-bottom: solid 1px white;
	color: white;
}

h2
{
	margin: 16px;
}

a
{
	color: #829360;
}

a:hover
{
	text-decoration: none;
}

.demoHeader a
{
	color: #829360;
	font-size: 12px;
	color: white;
}

.demoHeader ul
{
	padding: 0;
	margin: 0;
	padding-bottom: 24px;
}

.demoHeader ul li
{
	float: left;
	list-style: none;
	margin-right: 8px;
}

.xmlAtributes
{
	list-style: square;
}

.xmlAtributes code
{
	color: maroon;
}

.widgetScreenshot
{
	border: solid 1px #829360;
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=140,color=#000000,strength=3);
}

.BuyNowButton
{
	border: 0;
}