/*********************************************************************************************************/
/*	Form styles
/*********************************************************************************************************/
form
{
	margin-bottom:		20px;
	padding:			20px;
	background-color:	rgb(34,85,119);
}

#right label,
#right label.cb,
#right label.cblabel,
#right label.radio,
#right label.cb2
{
	display:			block;
	clear:				left;
	margin:				1.0em 0em 0.25em;
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			0.68em;
	color:				rgb(187,204,221);
}

#right label.cb2
{
	display:			inline;
	font-weight:		bold;
}

/*	label for checkboxes	*/
#right label.cb,
#right label.radio
{
	display:			inline;
	font-weight:		normal;
}
#right label.cblabel
{
	display:			inline;
}

input.textfield,select.textfield,textarea.textfield
{
	width:				240px;
	padding-left:		0.2em;
	font-family:		book antiqua,serif;
	font-weight:		bold;
	font-size:			0.92em;
	color:				rgb(0,51,87);
}

#right input.textfield,
#right select.textfield,
#right textarea.textfield
{
	font-family:		verdana,sans serif;
	font-weight:		normal;
	font-size:			0.70em;
}

input.textarea
{
	line-height:		1.5em;
}

input.button
{
	margin-top:			20px;
	border:				1px solid rgb(136,153,136);
	background-color:	rgb(51,102,136);
	padding:			5px 10px;
	font-family:		book antiqua,arial;
	font-weight:		normal;
	font-size:			1.25em;
	color:				rgb(221,221,153);
}
input.button:hover
{
	border:				1px solid rgb(255,255,204);
	background-color:	rgb(136,153,136);
	color:				rgb(255,255,204);
	cursor:				pointer;
}


#right input.button
{
	margin-top:			20px;
	padding:			3px 5px;
	font-weight:		bold;
	font-size:			0.85em;
}

input.login
{
	width:				120px;
	background-color:	rgb(51,102,136);
	border:				1px solid rgb(136,153,136);
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			0.72em;
	color:				rgb(255,255,204);
}

input.cb
{
	margin-right:		8px;
}

label
{
	display:			block;
	font-family:		book antiqua,serif;
	font-weight:		bold;
	font-size:			1.0em;
	color:				rgb(99,180,212);
}

.statusmsg
{
	margin-bottom:		2em;
	line-height:		1.6em;
	font-family:		book antiqua,serif;
	font-weight:		bold;
	font-size:			1.0em;
	color:				white;
}

table.regform td
{
	padding:			0px 15px 15px 0px;
}
