input, select, textarea {background: #fbfbfb; border: 1px solid #dfdfdf; color: #555; font: 12px 'trebuchet ms', 'verdana', sans-serif; margin-right: 2px; padding:3px; vertical-align: bottom; width: 200px;}
input:hover, select:hover, textarea:hover {background: #ffffff; border: 1px solid #bfbfbf;}
input:focus, select:focus, textarea:focus {background: #ffffff; border: 1px solid #ed7b00;}
input[type=checkbox] {
  background: transparent;
}
/*
p { font-size:11px; color:#404040; text-align: justify; margin: 0px 0px 5px 0px; }
h1 {
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -1.5px;
  line-height: normal;
  background: url('./web-config-h1-bg.jpg') no-repeat;
  background-position: 15px bottom;
}
*/
dt, dd { margin-bottom: 3px; }
dt.extra { border-top: 1px solid silver; padding-top: 3px; font-size: smaller; }
dd.extra { font-size: smaller; }

form {
/*  border: 1px solid silver;*/
  padding: 5px 10px 0px 10px;
  margin-top: 10px;
  width: 90%;
}
fieldset {
  border: 1px solid silver;
  padding: 0px 10px 5px 10px;
  margin-bottom: 5px;
  -moz-border-radius: 0.4em;
}
fieldset:hover {
  border: 1px solid gray;
}
legend {
  font-weight: bold;
  color: gray;
}
fieldset:hover legend {
  color: black;
}

label { cursor: pointer; }
.notice { border-bottom: 1px solid silver; padding-bottom: 3px; }
acronym { cursor: help; border-bottom: 1px dotted gray; }
#submit, #reset { margin-top: 5px; width: 70px;}

.jmp-error {
  border: 1px dotted red;
  color: maroon;
  font-weight: bold;
  margin: 10px 10px;
  padding: 10px;
}

.jmp-success {
  border: 1px dotted green;
  color: green;
  font-weight: bold;
  margin: 10px 10px;
  padding: 10px;
  font-size: 1.2em;
}

input#dest, 
input#title {
  width: 250px;
}
