/*********************************************************************************************************/
/*	Form styles
/*********************************************************************************************************/
form
{
	margin:				0em;
}

label
{
	font-family:		verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			0.70em;
	color:				rgb(0,34,85);
}

#right label
{
	display:			block;
	margin-top:			1.0em;
	font-size:			10px;
}

label.radio,label.cb
{
	font-weight:		normal;
}

input.textfield,select.textfield,textarea.textfield
{
	width:				280px;
	background-color:	white;
	font-family:		verdana,arial;
	font-size:			0.72em;
	color:				black;
}

input.button,
input.smbutton,
{
	padding:			0px 5px;
	background-color:	rgb(0,34,85);
	border:				none;
	line-height:		22px;
	font-family:		arial,helvetica,sans serif;
	font-weight:		bold;
	font-size:			11px;
	color:				white;
}

input.smbutton
{
	padding:			0px;
	line-height:		16px;
}

img.yborder
{
	border:				2px solid rgb(255,221,51);
}

