input, select
{
}

textarea
{
	overflow:auto;
	height: 100px;
}
input.date {font-size: 10px; }
input.radio {}
input.error, select.error
{
  background: #FF6666; /* RØD */
}
.form_editbox
{ 
  text-align: left;
}
.form_editbox td
{
  padding: 3px;
}
.form_editbox td.pane
{
  width: 350px;
}


input.button
{
  font-size: 11px;

}
input.text
{
  
}

input.readonly
{
  border: none;
  color: Gray;
}

.htmlarea .toolbar {    
    text-align: center;
  }

.htmlarea .toolbar td {
    text-align:center;
}
  
.htmlarea 
{
  border: 1px solid #ccc;
  background-color: #C0C0C0;
}

