/*
   DJO Template : Class Formatting
   -------------------------------
*/

input.inputbox,
select.inputbox,
textarea.inputbox
{ 
  /* Do not set the width here. */
  border: 1px solid #DDD;
  background-color: white;
  font: monospace;
}

input.textbox
{ 
  min-width: 280px;
  width: auto !important;
  width: 280px;
  border: 1px solid #DDD;
  background-color: white;
}

select.selectbox
{
  min-width: 280px;
  width: auto !important;
  width: 280px;
  border: 1px solid #DDD;
  background-color: white;
}

button.buttonbox
{ 
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  cursor: pointer;
  min-width: 280px;
  width: auto !important;
  width: 280px;
  background-color: white;
}

.button
{
  padding: 0px 4px;
  border: 1px solid #DDD;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-decoration: none;
  background-color: white;
  color: #888;
}

.info
{
  font-family: monotype;
  font-style: italic;
  color: #44F; 
  background-color: #DDD;
  padding: 0px 5px 0px 4px;
  border-radius: 3px;
}