select.sized
{
   width: 150px;
}

input.sized
{
   width: 150px;
}


.btn_ok
{
   font: 11px tahoma,arial,helvetica,sans-serif;
   color: #FFF;
   padding: 4px;
   border: 0px;
   padding-left: 10px;
   padding-right: 10px;
   background:#FF6600;
}

.copyright
{
   padding: 6px;
   font-size: 9px;
   color: #666666;
}


table.zebra tr.even td, table.zebra tr.even th 
{ 
   background-color:#FFF; 
}

table.zebra tr.odd td 
{ 
   background-color:#F4F7FB; 
}

hr
{
   background-color: #EEE;
   height: 1px;
   border: 0;
}

.btn_reset
{
   font: 11px tahoma,arial,helvetica,sans-serif;
   color: #FFF;
   padding: 4px;
   border: 0px;
   padding-left: 10px;
   padding-right: 10px;
   background:#CCCCCC;
}

.mandatory
{
   font: 12px tahoma,arial,helvetica,sans-serif;

   font-weight: bold;
   color: #CC0000;
   padding-right: 5px;
}


.success
{
   font: 11px tahoma,arial,helvetica,sans-serif;
   font-weight: bold;
   color: #009933;
}

.error
{
   font: 11px tahoma,arial,helvetica,sans-serif;
   font-weight: bold;
   color: #CC0000;
}

.price
{
   font: 11px tahoma,arial,helvetica,sans-serif;
   font-weight: bold;
   color: #000000;
   margin: 10px;
}



