form.tinyForm {
	display: block;
	text-align: center;
}

form.tinyForm table {
	border-width: 1px;
	border-style: solid;
	border-color: #0AA04F;
	border-collapse: seperate;
	margin: 0px auto;
	background: #F6F6F6;
}

form.tinyForm th {
	padding: 2px 5px;
	text-align: right;
	font-size: 11px;
	color: #0AA04F;
}

form.tinyForm td {
	padding: 3px;
	text-align: left;
}

form.tinyForm input {
	width: 150px;
}

form.tinyForm input.button {
	background: #FFFFFF;
	width: auto;
}

.maincontainer .error_message {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

form.tinyForm .datefields select {
	width: auto;
}

form.tinyForm .datefields input.datebutton {
	background-image: url('/images/calendar_control/calendar.gif');
	width: 34px;
	height: 21px;
	border-width: 0px;
	margin: 0px 2px;
	position: relative;
	top: -2px;
}

form.tinyForm input.checkbox {
	width: auto;
	background: transparent;
	border-width: 0px;
}

form.tinyForm input.radiobutton {
	width: auto;
	background: transparent;
	border-width: 0px;
}

form.tinyForm label.checkbox {
	position: relative;
	top: -2px;
	padding: 0px 10px;
	cursor: pointer
}

form.tinyForm label.radiobutton {
	position: relative;
	top: -2px;
	padding: 0px 10px;
	cursor: pointer
}