
body, ul, li, p, div, form, dl, dt, dd, table, tr, td {
	font-size: 10pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}


h2 {
	text-align: center;
	margin: 10px;
}

h2#title {
	padding: 10px;
	text-align: center;
}

div.form-error {
	color: red;
}

sup {
	color: red;
}

table.default {
	margin-top: 1em;
	margin-bottom: 3em;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

table.default th {
	background-color: #efefef;
	text-align: right;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 8px;
	border-right:none;
}

table.default th.title {
	text-align:center;
	font-size:16px;
	color:#F60;
	vertical-align:bottom;
	height:40px;
}

table.default td {
	text-align: left;
	/*border-right: solid 1px #cccccc;*/
	border-bottom: solid 1px #cccccc;
	padding: 8px;
}

table.default th.submit {
	text-align: center;
}

div.powered {
	text-align: right;
	margin: 10px;
	height: 30px;
	border-top: dashed 1px #888888;
	padding: 5px;
}

div.message {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	color: #555555;
	text-align:center;
}

div.return {
	text-align:right;
}

div.message-demo {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	color: blue;
	font-weight: bold;
	border: solid 1px blue;
	text-align: center;
}

textarea, input, select {
	border:1px solid #888;
}

ol {
	list-style-type:none;
	padding:0;
	margin:0;
}