
body    { background-color: #D0D0FF }


table   { border-collapse: collapse }


tr      {
            border: thin solid #C0C0F0;
        }

td      {
             border-left: thin dashed #C0C0F0;
             border-right: thin dashed #C0C0D0;
        }

th      { 
             background-color: #B0B0E0; 
             border: thin solid #C0C0F0;
        }

.row_odd {
             background-color: #D0D0F0;
         }



label, input, select, textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
}



label {
	text-align: right;
        width: 8em;
	padding-right: 20px;
        display: inline;
        vertical-align: top;
}



br {
	clear: left;
}


fieldset {
           display: inline;
           text-align: center;
           margin-left: auto;
           margin-right: auto;
        }



