/* CSS Document */

/* styles for admin forms */
form_insert {
  margin: 10px 25px 0 50px;
  }
.mediumbox {
  width: 200px;
  }
.widebox {
  width: 500px;
  }
textarea {
  width: 500px;
  height: 100px;
  }
label, .warning, .radioLabel {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
.warning {
  color:#F00;
  }
#striped td {
  padding: 2px 10px 2px 0;
  vertical-align: top;
  }

.tasti{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 8pt; 
	color: #000000;
	}	

/* This gives odd-numbered rows a pale gray background
#striped tr {
  background-color:#eee;
  }
*/
#striped tr.hilite {
  background-color:#CCCCCC;
  }