/*********************************************************************************************************/
/*	Form styles
/*********************************************************************************************************/
form
{
	margin:				0em;
}

label,label.cb,label.cblabel,label.radio
{
	display:			block;
	margin-left:		15px;
	font-family:		arial,sans serif;
	font-weight:		bold;
	font-size:			10px;
	color:				#666666;
	width:				65px;
}

/*	label for checkboxes	*/
label.cb,label.radio
{
	display:			inline;
	font-weight:		normal;
}
label.cblabel
{
	display:			inline;
}

input.textfield,select.textfield,textarea.textfield
{
	width:				240px;
	background-color:	white;
	font-family:		arial,sans serif;
	font-size:			9px;
	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;
}


