/*********************************************************************************************************/
/*	Form styles
/*********************************************************************************************************/
form
{
	margin:				0em;
}

form h2
{
	margin-bottom:		10px;
}

label,label.cb,label.cblabel,label.radio,label.right, label.light
{
	display:			block;
	margin-top:			1.0em;
	font-family:		verdana,arial,sans serif;
	font-weight:		normal;
	font-size:			0.65em;
	color:				rgb(29,66,121);
}

/*	label for checkboxes	*/
label.cb,label.radio
{
	display:			inline;
	font-weight:		normal;
}
label.cblabel
{
	display:			inline;
}

label.right
{
	display:			inline;
	margin-left:		10px;
	font-weight:		normal;
}

label.light
{
	font-weight:		normal;
}

input.textfield,select.textfield,textarea.textfield
{
	width:				240px;
	background-color:	white;
	font-family:		verdana,arial,sans serif;
	font-size:			11px;
	color:				black;
}

input.button
{
	background-color:	rgb(204,204,204);
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			0.72em;
	color:				black;
}

.statusmsg
{
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			0.70em;
	color:				red;
}
