.commonbutton {
	font-family: Tahoma, Arial, Verdana;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/butt.gif);
	background-repeat: no-repeat;
	height:25px;
	width:160px;
	background-color: transparent;
	border:none;
	cursor:pointer;
	text-align: center;
	white-space: nowrap;
}
.buttonother{
	font-family: Tahoma, Arial, Verdana;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/butt1.gif);
	background-repeat: repeat-x;
	height:25px;
	background-color: transparent;
	border:thin solid #0099FF;
	cursor:pointer;
	text-align: center;
	white-space: nowrap;
}
legend {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
.fieldname_optional{
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #FF0000;
}
.fieldtitle{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.fieldname{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	text-align: right;
}
.fieldname_left{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.fieldvalue{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000099;
}
.fieldvalue a{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000099;
	text-decoration:none;
}
.fieldvalue_error{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
}

