/* CSS Baar's Ferienwohnungen */

.form {
   text-align: right;
   margin: 1.2em 0;
   padding: 3px;
}
#myform fieldset {
}
#myform fieldset li {
   display: inline;
   line-height: 3.0em;
}
#myform legend {
   border-right: 2px solid #060;
   border-bottom: 2px solid #060;
}
#myform legend .nsb {
   overflow: hidden;
}
#myform input.readonly {
   height: 1.2em;
   background-color: #fff;
   font-weight: normal;
}
#myform select.auswahl {
   height: 1.8em;
   background-color: #ffc;
   font-weight: normal;
}
#myform input, select, textarea {
   border-top: 2px solid #ccc;
   border-right: 2px solid #060;
   border-bottom: 2px solid #060;
   border-left: 2px solid #ccc;
   height: 1.4em;
   background-color: #ffc;
   font-weight: bold;
   padding: 1px;
}
#myform .fragen {
   height: 5.0em;
   background-color: #ffc;
   font-weight: normal;
}
#myform .submit {
   text-align: center;
   width: 15em;
   margin-top: 2em;
   border: 2px solid;
   border-color: #ccc #900 #900 #999;
   color: #000;
   font-weight: bold;
   height: 1.8em;
}
#myform .submit:hover {
   background: #060;
   color: #fff;
   font-weight: bold;
}


