﻿body 
{ 
	font-family: Verdana; 
	font-size: 8pt; 
	margin: 10px; 
}

div#Content 
{ 
	width: 780px; 
}

.preview 
{ 
	width: 578px; 
	padding: 10px; 
}

div#Preview 
{ 
	width: 598px; 
	border: solid 1px gray; 
	margin-top: 25px; 
}

div.demoHeading 
{ 
	height: 25px; 
	line-height: 25px; 
	color: black; 
	font-weight: bold; 
	border-bottom: solid 1px gray; 
	text-align: center; 
}

.button 
{ 
	font-family: Verdana; 
	font-size: 8pt; 
	width: 100px; 
	height: 30px; 
}

.previewButton 
{ 
	margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 3px; 
	width: 75px; 
	height: 28px; 
}

.radiobuttonList label 
{ 
	margin-right: 5px; 
}

a:link.poweredby, a:visited.poweredby, a:active.poweredby 
{ 
	color: #7f9db9; 
	text-decoration: none; 
}

a:hover.poweredby 
{ 
	text-decoration: underline; 
}

div#PreviewControls 
{ 
	height: 35px; 
	line-height: 35px; 
	text-align: left; 
	border-bottom: solid 1px gray; 
}


