#form_container h1{
          font-size:130%;
          color:#555555;
          padding:5px 0px 5px 0px;
}

#form_container a{
          color:#00539b;
          text-decoration:none;
}

#form_container a:hover{
          color:#00539b;
          text-decoration:underline;
}

.padding{
          padding:20px 0px 5px 0px;
          color:#555555;
          font-weight:bold;
}

.padding span{
          font-weight:lighter !important;
}

.common_container {
          width:532px;
          padding:20px 0px 0px 10px;
}

.column_1_width {
          width:275px;
          float:left;
}

.column_2_width {
          width:257px;
          float:left;
}

.column_2_1_width {
          width:89px;
          float:left;
}

.column_3_width {
          width:167px;
          float:left;
}

.column_4_width {
          width:132px;
          float:left;
}

.common_textbox {
          background:url('../../../upload/images/templates/forms/common_textbox.gif') no-repeat;
          width:257px;
          height:18px;
          position:relative;
}

.common_textbox input{
          position: absolute;
          top: 2px;
          left: 4px;
          height: 12px;
          width: 244px;
          border: 0px;
}

.big_textbox {
          background:url('../../../upload/images/templates/forms/big_textbox.gif') no-repeat;
          width:532px;
          height:18px;
          position:relative;
}

.big_textbox input{
          position: absolute;
          top: 2px;
          left: 4px;
          height: 12px;
          width: 522px;
          border: 0px;
}

.small_textbox {
          background:url('../../../upload/images/templates/forms/small_textbox.gif') no-repeat;
          width:81px;
          height:18px;
          position:relative;
}

.small_textbox input{
          position: absolute;
          top: 2px;
          left: 4px;
          height: 12px;
          width: 73px;
          border: 0px;
}

.ort_textbox {
          background:url('../../../upload/images/templates/forms/ort_textbox.gif') no-repeat;
          width:167px;
          height:18px;
          position:relative;
}

.ort_textbox input{
          position: absolute;
          top: 2px;
          left: 4px;
          height: 12px;
          width: 159px;
          border: 0px;
}

.date_textbox {
          background:url('../../../upload/images/templates/forms/datum_textbox.gif') no-repeat;
          width:117px;
          height:18px;
          position:relative;
}

.date_textbox input{
          position: absolute;
          top: 2px;
          left: 4px;
          height: 12px;
          width: 109px;
          border: 0px;
}

.textarea_textbox {
          background:url('../../../upload/images/templates/forms/textarea_textbox.gif') no-repeat;
          width:531px;
          height:46px;
          position:relative;
}

.textarea_textbox textarea{
          position: absolute;
          top: 5px;
          left: 4px;
          height: 34px;
          width: 522px;
          border: 0px;
}

.textarea_small_textbox {
          background:url('../../../upload/images/templates/forms/textarea_small_textbox.gif') no-repeat;
          width:286px;
          height:98px;
          position:relative;
}

.textarea_small_textbox textarea{
          position: absolute;
          top: 5px;
          left: 4px;
          height: 86px;
          width: 277px;
          border: 0px;
}

.send_button {
          background:url('../../../upload/images/templates/forms/submit_img.gif') no-repeat;
          width:57px;
          height:18px;
          float:left;
          border:0px;
          margin:20px 0px 0px 0px;
          mouse:hand;
          cursor:hand;
}
