.d {/** color:theme **/
	font-size:12px;
	width:100%;
	text-align:left;
	letter-spacing: 0.1em;
}

.d td, .d td{
	vertical-align:middle;
}

.d .topspace td, 
.d .topspace th{
	padding-top:5px;
}

.d input, .d textarea {
  width:100%;
	background-color:#e6e7e9;
	border:0;
	padding:3px;
	margin:2px;
	color:#86898d;
}
.d input.med {
  width:75%;
}
.d input.half {
  width:47%;
}
.d input.auto {
  width:auto;
}
.d textarea {
  height:8em;
}

.d textarea.sml{
  height:4em;
}


.d td small {
  font-size:0.9em;
  margin-left:1em;
	color:#C3C3C3;
}
