#ebm {
	font:13px Arial, sans-serif;
	margin:10px 10px 10px 30px;
	/* width:400px; */
	padding:14px;
}
#ebm h2 {
	margin-bottom: 26px;
	font-family:"Myriad Pro", Arial, sans-serif;
}
#ebm fieldset {
  margin-bottom: 10px;
}
#ebm legend {
  padding: 0 2px;
  font-weight: bold;
}
#ebm label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
	width:160px;  /* Width of labels */
	text-align:right;
	font-size:13px;
}
#ebm .small {     /* intended for sub-labels (input area tips) */
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:160px;
}
#ebm input, select {
	width:200px;
	margin:2px 0 20px 10px;
}
#ebm textarea {
	width:400px;
	margin:2px 0 20px 10px;
}
#ebm fieldset ol {
  margin: 0;
  padding: 0;
}
ebm fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#ebm fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
#ebm fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
#ebm fieldset fieldset label {
  display: block;
  width: auto;
}
#ebm em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
#ebm fieldset fieldset label {
  margin-left: 163px; /* Width plus 3 (html space) */
	text-align:left; 
}
#ebm button { 
	clear:both;
	margin-left:173px;
	background:#888888;
	color:#FFFFFF;
	border:solid 1px #666666;
	font-size:11px;
	font-weight:bold;
	padding:4px 6px;
}