table.typebox
{ 
  width:	100%;
  text-align:	center;
  background:	#ddd;
  border-collapse:	collapse;
  border:	2px solid #DA0F12;
 }
table.typebox td.col1
{ 
  text-align:	center;
  width:	15em;
 }
table.typebox td
{ 
  text-align:	left;
  background:	white;
  padding:	1em;
  padding-right: 0;
 }
table.typebox td b
{ 
  font-family:	Verdana,sans-serif;
 }
.contentedit fieldset
{ 
  background:	white;
  border:	2px solid #DA0F12;
  width:	90%;
  margin:	2px;
 }
.contentedit legend
{ 
  background:	#DA0F12;
  color:	white;
  font-weight:	bold;
  padding:	1px 3px 3px 3px;
 }
.contentedit table
{ 
  width:	100%;
  border-collapse:	collapse;
 }
.contentedit label
{ 
  color:	#da0f12;
  font-weight:	bold;
 }
.contentedit .col1
{ 
  width:	7em;
 }
.contentedit .col2
{ 
  width:	10em;
 }
.contentedit .col3
{ 
  width:	10em;
 }
.contentedit td
{ 
  border-top:	2px solid #ddd;
  border-bottom:	2px solid #ddd;
  padding:	2px;
 }
table.typeselection
{ 
  border:	1px solid black;
  border-collapse: collapse;
  width:	100%;
 }

table.typeselection td
{ 
  border:	1px solid black;
  width:	25%;
  padding:	1ex;
 }

.fielderror
{ 
  color:	red;
 }
.contentedit button.pbred 
{
  font:	bold 12px Arial, sans-serif; /* fontAbutton */
  border:		1px solid #333;
  background:	#eee;
  margin:		2px;
  width:          12em;
  text-align:	center;
}
.contentedit button.pbgreen 
{
  font:	bold 12px Arial, sans-serif; /* fontAbutton */
  border:		1px solid #333;
  background:	#eee;
  margin:		2px;
  width:          12em;
  text-align:	center;
}
.contentedit button.pbgreen:hover {
	background:	#beb;
}
.contentedit button.pbred:hover {
	background:	#ebb;
        border:		1px solid #f00;
}
.contentedit input 
{ 
  border:	1px solid #888;
  background:	#eee;
 }

