@charset "utf-8";

body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* stop web browser displaying a blank line underneath the form (IE!)
   http://www.weberdev.com/get_example-4266.html */
form {
    margin-bottom: 0
}

.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.webform{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
.webform_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	text-indent: 8px;
}
.webform_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
.webform_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.cell_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #FFAADD;
	width: 1000pt; /* massive width - to ensure that regardless of text - width stays same !*/
}

.tab_page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #EEEEEE;
	width: 1000pt; /* massive width - to ensure that regardless of text - width stays same !*/
}

