form {
	margin: 0px;
	padding: 8px;
}
h1 {
	font-size: 130%;
	margin: 0px 0px 6px 0px;
}

.title {
	color: #078DE2;
	text-align: right;
	padding: 5px;
	font-size: 150%;
}
#text {
	color: #333333;
	font-size: 120%
}
.labelclass {
	color: #333333;
	text-align: right;
	padding: 5px;
	font-size: 120%;
}
.input, .button {
	padding: 2px;
}
.input {
	font-size: 120%;
	width: 40%;
}
.button {
	font-size: 120%;
	margin: 4px 0px 0px 0px;
	cursor: pointer;
}
label {
	cursor: pointer;
}
#loading {
	display: none;
	margin: 6px 0px 0px 2px;
}
#results {
	display: none;
	margin: 8px 0px 0px 2px;
}
table, tr, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.left, .right {
	padding: 4px;
}
.left {
	font-weight: bold;
	width: 200px;
	color: #078DE2;
	font-size: 130%;
	line-height: 43px;
	background: url(images/back.gif) repeat-x;
}
.right {
	color: #333333;
	font-size: 130%;
	line-height: 43px;
	background: url(images/back.gif) repeat-x;
	width: 400px;
}
.full {
	text-align:center;
	width: 100%;
	color: #333333;
	font-size: 120%;
}
.textarea {
	text-align: center;
	width: 100%;
	color: #333333;
	font-size: 120%;
}
.bottom {
	font-size: 110%;
	text-align:center;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
}
