form {
	padding: 0px;
	margin: 0px;
}

form input {
	color: rgb(  0,  0,  0);
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	vertical-align: middle;
	height: 22px;
	padding: 4px;
	margin: 0px;
}
form input.text {
	color: rgb(  0,  0,  0);
	background-color: rgb(255,255,255);
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	vertical-align: middle;
	width: 320px;
	height: 22px;
	padding: 4px;
	margin: 0px;
	border-style: solid;
	border-color: rgb(  0,  0,  0);
	border-width: 1px;
}
form input.password {
	color: rgb(  0,  0,  0);
	background-color: rgb(255,255,255);
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	vertical-align: middle;
	width: 320px;
	height: 22px;
	padding: 4px;
	margin: 0px;
	border-style: solid;
	border-color: rgb(  0,  0,  0);
	border-width: 1px;
}
form input.button {
	color: rgb(255,255,255);
	background-color: rgb(128,128,128);
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 80px;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-style: solid;
	border-color: rgb(160,160,160) rgb( 96, 96, 96) rgb( 96, 96, 96) rgb(160,160,160);
	border-width: 2px;
	cursor: hand;
}
form textarea {
	color: rgb(  0,  0,  0);
	background-color: rgb(255,255,255);
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	vertical-align: top;
	width: 320px;
	padding: 4px;
	margin: 0px;
	border-style: solid;
	border-color: rgb(  0,  0,  0);
	border-width: 1px;
}

span.button {
	color: rgb(224,224,224);
	background-color: rgb(192,192,192);
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 80px;
	height: auto;
	padding: 2px;
	margin: 0px;
	border-style: solid;
	border-color: rgb(224,224,224) rgb(160,160,160) rgb(160,160,160) rgb(224,224,224);
	border-width: 2px;
}
a.button span.button {
	color: rgb(255,255,255);
	background-color: rgb(128,128,128);
	width: 80px;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}
a.button:link,
a.button:active,
a.button:visited {
	color: rgb(255,255,255);
	background-color: rgb(128,128,128);
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 80px;
	height: auto;
	padding: 2px;
	margin: 0px;
	border-style: solid;
	border-color: rgb(160,160,160) rgb( 96, 96, 96) rgb( 96, 96, 96) rgb(160,160,160);
	border-width: 2px;
	cursor: hand;
}
a.button:hover {
	color: rgb(255,255,255);
	text-decoration: none;
}

table.form {
	background-color: rgb(240,240,240);
	width: auto;
	padding: 0px 0px;
	margin: 32px auto;
	border-style: solid;
	border-color: rgb(248,248,248) rgb(232,232,232) rgb(232,232,232) rgb(248,248,248);
	border-width: 2px;
}
table.form tr th {
	background-color: transparent;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}
table.form tr td {
	text-align: left;
	vertical-align: middle;
	border-style: none;
	border-color: transparent;
	border-width: 0px;
}
table.form tr th.title {
	background-color: rgb(224,224,224);
	font-weight: bold;
	text-align: center;
	border-style: solid;
	border-color: rgb(216,216,216) rgb(232,232,232) rgb(232,232,232) rgb(216,216,216);
	border-width: 1px;
}
table.form tr td.buttons {
	text-align: center;
}
table.form tr td.buttons form {
	display: inline;
}
table.form tr td.buttons form p {
	display: inline;
}

p.caution {
	text-align: center;
}

p.buttons {
	text-align: center;
}
