form {
 margin: 0px;
}

#ttr_container {
 border: 1px dashed #00A542;
 width: 160px;
}

#ttr_contentwrap {
 font: 8pt Arial;
 height: 50px;
 background-color: #DDDDDD;
 overflow: hidden;
}

#ttr_content {
 margin: 5px;
}

#ttr_content .name {
 color: #555555;
 font-weight: bold;
 padding-right: 5px;
}


#ttr_content a img {
   border: 0px;
}


#ttr_inputwrap {
 font: 8pt Arial;
}

#ttr_input {
 margin: 5px;
}

#ttr_input .text {
 border: 1px solid #888888;
 font: 8pt Arial;
 width: 146px;
 background-color: #f4f4f4;
}

#ttr_input .button {
 width: 50px;
 margin-top: 4px;
 background-color: #00A542;
 font: bold 8pt Arial;
 color: white;
 border: 1px solid #888888;
}

#ttr_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;
}