form {
 margin: 0px;
}

#bd_container {
 border: 1px dashed #00A542;
 width: 160px;
}

#bd_contentwrap {
 font: 8pt Arial;
 height: 95px;
 background-color: #DDDDDD;
 overflow: auto;
}

#bd_content {
 margin: 5px;
}

#bd_content .name {
 color: #555555;
 font-weight: bold;
 padding-right: 5px;
}

#bd_inputwrap {
 font: 8pt Arial;
}

#bd_input {
 margin: 5px;
}

#bd_input .text {
 border: 1px solid #888888;
 font: 8pt Arial;
 width: 146px;
 background-color: #f4f4f4;
}

#bd_input .button {
 width: 50px;
 margin-top: 4px;
 background-color: #00A542;
 font: bold 8pt Arial;
 color: white;
 border: 1px solid #888888;
}

#bd_header {
 margin-top: 0px;
 padding-left: 5px;
 padding-top: 1px;
 padding-bottom: 1px;
 background-color: #00A542;
 font: bold 8pt Arial;
 color: white;
 border: 1px solid #888888;
}

h1 {
   font-size: 30px;
   color: #000000;
   text-decoration: underline;
}