/* CSS Document */

fieldset{
border:none;
width:300px;
margin:0px auto;
}

label{
float:left;
width:150px;
font-size:small;
}

#reportLeft{
float:left;
width:200px;
}

#reportRight{
float:left;
}

#reportLeftAdmin{
float:left;
width:200px;
line-height:25px;
}

#reportRightAdmin{
float:left;
line-height:25px;
}

.reportBreak{
clear:both;
}

.fliesAdmin{
float:left;
width:100px;
}

