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

input.textbox
{
	background: #ffffff url('../images/inputBackground.gif') repeat-x top left;
	font-size: 11px;
	font-family: geneva, sans-serif;
	border: 1px solid #6d8599;
	height: 22px;
	line-height: 22px;
	width: 150px;
}

textarea.textarea
{
	background: #ffffff url('../images/inputBackground.gif') repeat-x top left;
	font-size: 11px;
	font-family: geneva, sans-serif;
	border: 1px solid #6d8599;
	height: 120px;
	line-height: 22px;
	width: 100%;
}

.center input.submit
{
	font-weight: bold;
	font-size: 11px;
	font-family: tahoma, sans-serif;
	color: #282828;
	height: 25px;
}

input.checkbox
{
	vertical-align: middle;
}

div.block
{
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	background: #c7c9e7;
	padding: 7px;
	padding-left: 15px;
	border-bottom: 1px solid #5c5e81;
}

div.block div.heading
{
	margin: 0px;
	color: #5c5e81;
	font-family: Georgia, sans-serif;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0px;
}

div.loginWaitScreen
{
	display: table-cell;
	text-align: left;
	
	width: 228px;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #d9d9d9;

	margin-bottom: 7px;
}

div.errorBox
{
	color: #d01919;

	text-align: left;
	
	padding: 5px;
	background: #ffffff;
	border: 1px solid #d01919;

	margin-bottom: 5px;
}

div.errorBox h1
{
	color: #a71414;
	margin: 0px;
	font-family: trebuchet ms, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
}

div.successBox
{
	color: #198e21;

	text-align: left;
	
	padding: 5px;
	background: #ffffff;
	border: 1px solid #d9d9d9;

	margin-bottom: 5px;
}

table.form
{
	width: 100%;
}

table.form td
{
	width: 50%;
	vertical-align: middle;
	padding: 3px;
}

table.form td input.textbox
{
	width: 98%;
}

table.form td.label
{
	font-size: 1em;
	padding-left: 7px;
	font-weight: bold;
	background: #d9dafb;
}

table.form td.field
{
	text-align: center;
	background: #e9eafb;
}

table.form td.info
{
	padding: 5px;
	padding-left: 25px;
	border: 1px solid #797a81;
	background: url('../images/info.png') no-repeat 5px 5px #f5f5fb;
}

.center div.submit
{
	margin-top: 5px;
	float: right;
}

div#waitScreen
{
	margin-top: 7px;
	margin-left: 10px;
	display: none;
	float: left;
}

table.form td.error input.textbox
{
	color: red;
	border: 2px solid red;
}

img#captcha
{
	border: 1px solid #595959;
}
