body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #4D99E5;
}

h1 {
	font-size: 36px;
	margin-top: 0;
}

h2 {
	font-size: 16px;
	background: #336699;
	color: #FFF;
	padding: 5px 2px;
	clear: both;
}

#wrap {
	margin: auto;
	width: 600px;
	border: 1px solid #000;
	padding: 10px;
	background: #FFF;
}

table.paramTable {
	border-collapse: collapse;
}
table.paramTable th {
	text-align: left;
	width:150px;
}
table.paramTable th.optional {
	font-weight: normal;	
}

table.paramTable input.textbox {
	width: 300px;	
}
table.paramTable textarea {
	width: 300px;
	height: 100px;
}

table.responseTable {
	border-collapse: collapse;
	margin: auto;
}
table.responseTable th, table.responseTable td {
	border: 1px solid #000;
	padding: 2px;
}
table.responseTable th {
	background: #369;
	color: #FFF;
	text-align: left;
	width: 200px;	
}

div.twoColumn {
	margin: 5px auto;
	width: 400px;
}

div.twoColumn ul {
	list-style: none;
	
}
div.twoColumn ul li {
	float: left;
	width: 150px;
}

div.buttons {
	margin-top: 10px;
	text-align: center;
}

.error {
	color: red;
}