/* CSS Document */




fieldset{
padding:5px;
margin:5px;
}
.required, .optional{
clear:both;
padding:5px 0;
}

.label{
float:left;
width:100px;
}
.required label.label{
font-weight:bold;
}
.optional label.label{
font-weight:normal;
}
.data2{
padding:0;
margin:10px 0 0 103px;
}
.buttonholder{
text-align:center;
}
legend.main{
	font-size:14px;
	font-weight:bold;
}

legend{
	color:#666;

}
