input, select, textarea { padding:4px; font-size:1em;}
input.disabled, select.disabled, textarea.disabled { border-color: #eee; }
input:focus, textarea:focus { background: #fff; }

table.form tr td {
  padding:6px 4px 6px 0;
}

.required { font-weight: bold; }
.form ul {	margin:0 6px; padding:0; list-style:none; }

dl {
	min-width:500px;
	}
dt {

  clear: left;
  float: left;

  text-align: right;
  width: 160px;
	margin:4px 10px;
	font-size:100%;
	}
dd {
  padding: 4px 0pt 4px 180px;
	text-align:left;
}


form table {
	min-width:500px;
	}
form td.label {
  text-align: right;
  width: 160px;
	padding :4px 10px;
	font-size:100%;
	}
form td {
	text-align:left;	
  vertical-align: top;
  padding: 10px 5px;
	}

input.button {
	background:url(../images/bg_button_green.jpg) repeat-x 0 0;
	color:#FFF;
	margin-top:8px;
	padding:4px;
	font-size:13px;
	}

	
a.button {
	padding:6px 12px;
	margin:8px 0;
	background:url(../images/bg_button_green.jpg) repeat-x 0 0;
	border:solid;
	border-width:2px;
	border-color:#FAFAFA #848484 #848484 #FAFAFA;	
	color:#FFF;
	font-size:13px;
	}
a.button:hover,
input.button:hover {
	cursor:pointer;
	background:#A7D188;
	text-decoration:none;
	}
a.grey {
	background:url(../images/bg_button_black.jpg) repeat-x 0 -8px;
	}
a.grey:hover {
	background:#666;
	}
	
.float {
	margin:0 18px;
  }
fieldset.form {
  background-color: #F1F5FA;
  border-color: #000000 -moz-use-text-color -moz-use-text-color;
  border-style: solid none none;
  border-width: 1px 0pt 0pt;
  margin: 9pt 0pt 9px 0pt;
  padding: 15px;
  padding-top: 0;
  }
  fieldset.form legend {
    font-size: 14px;
    font-weight: bold;
    padding: 0pt 5px;
    color: #222; }
  fieldset.form table.form {
    margin-top: 18px;
    width: 100%; }
    fieldset.form table.form tr td {
      padding: 6px;
      vertical-align: top; }


/* ERRORS */
.LV_invalid {
	background:#F00;
	color:#FFF;
	font-size:.86em;
	}
#warning {
	background:#F00;
	color:#FFF;
	font-size:.86em;
	padding:8px;
	margin:0 18px 0 16px;
	}
ul.errors {
	border:solid 1px #F00;
	color:#F00;
	}
	

	
/* EXTRAS */
ul#available_participants,
ul#selected_participants {
	margin:0;
	padding:0;
	list-style:none;
	font-size:1em;
	}
ul#selected_participants li {
	background:#FFFFCC;
	padding:0 4px;
	}
#add_child_form dl {
	background:#E5F1FA;
	padding:8px 0;
	}

li.hidden {
  display: none;
}  
  
