/* standard styles for mid-end forms */

#container table.form {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

form table tr td, table.form tr td {
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid #c4c3ae;
	vertical-align: top;
}

form table tr td small, table.form tr td small {
	color: #7F7F65;
	margin: 0px;
	line-height: 10px;
}

form table tr th, table.form tr th {
	margin: 0px;
	padding: 7px;
	vertical-align: top;
	font-size: 11px;
	line-height: 12px;	
}

select, input, textarea {
	font-size: 12px;
}

input.dynamic_fields {
 background: url(/images/members/column.jpg) repeat-y;
 border: none;
 color:#15484D;
}

.dyn_lostfocus {
 background: url(/images/members/column.jpg) repeat-y;
 border: none;
 color:#15484D;
}

input.dynamic_fields:hover  {
	cursor: pointer;
}

input.dynamic_fields:focus {
  background: white;
	border-top: 1px solid #7D7D7D;
	border-left: 1px solid #C3C3C3;
  border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #C3C3C3;
	padding: 2px;
	cursor: text;
}

.dyn_focus {
  background: white;
	border-top: 1px solid #7D7D7D;
	border-left: 1px solid #C3C3C3;
  border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #C3C3C3;
	padding: 2px;
	cursor: text;
}

form table tr td select, table.form tr td select {
	width: 200px;
}

.small_select select {
	width: 60px;
}

.medium_select select {
	width: 100px;
}

/* form information boxes */
.info {
  background-image: url(/images/info_icon.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 25px;
  margin-top:8px;
  margin-bottom: 8px;
  margin-left: 5px;
  color: #86866E;
}

/* IE-specific hax */

* html table {
	font-size: 11px;
}

