form input{border: 1px solid;}


/* SmartForm Stylesheet
 * Copyright(c) 2007 Michael Behan aka "Jabberwock"
 * jabberwock /AT tenebrous /DOT com
 */
dl.smart_form { /* row */
  width: 350px !Important;
  margin-top: 2px !Important; /* space between rows */
float: left;

}

dl.smart_form dt {
  width: 120px !Important;
  text-align: right !Important;
  padding-top: 3px !Important;
  padding-right: 5px !Important;
  float: left !Important;
}

dl.smart_form dt label { /* left (label) */
 /* font: bold 13px Verdana, Arial, Serif !Important;*/
}

dl.smart_form dd { /* right (form field) */
  /*font: 14px/1.5 Verdana, Arial, Serif !Important;*/
  width: 150px !Important;
  float: left !Important;
  text-align: left !Important;
	margin: 0;
	margin-left: 5px;
	
}

dl.smart_form dd input[type=text] {
  height: 15px !Important;
  padding: 2px !Important;
}

dl.smart_form select[multiple=multiple] { width: 300px !Important; }

div.sf_break { clear: both; line-height: 0; width: 100%; display: none;}

