/* form */

.form_cell {
   width:205px;
   text-align:right;
   padding-top:8px;
   padding-bottom:8px;
   padding-right: 10px;
   line-height:18px;
   vertical-align:top;
}

.form_cell_full {
   text-align:left;
   padding-top:8px;
   padding-bottom:8px;
   padding-left:230px;
   border-bottom:1px solid #CCC;
   line-height:18px;
   vertical-align:middle;
}

.form_cell input {
   background-image: url("../images/reg_input.jpg");
   background-repeat: no-repeat;
   background-position: left top;
   width: 156px;
   height: 20px;
   border: 0px;
   margin-top: 1px;
   padding-left: 9px;
   padding-top: 2px;
}

.form_cell input.checkbox {
   border:0px;
   width:20px;
   height:20px;
}

.form_cell textarea {
   width:254px;
   height:138px;
   padding:10px;
   border:0px solid #000;
   background-image: url("../images/textarea_bg.jpg");
   background-repeat: no-repeat;
   background-position: left top;
}

.form_cell select {
   width:293px;
   padding-top:4px;
   padding-bottom:2px;
}

.form_cell select option {
   padding-top:1px;
   padding-bottom:1px;
   padding-left:10px;
}

.form_cell_elvalaszto {
   font-family: Arial;
   font-size: 14px;
   color: #498ec9;
   padding-top:36px;
   padding-bottom:6px;
   border-bottom: 1px solid #CCC;
   font-weight:bold;
}

.uzenet, #uzenet {
  padding-left:15px;
  font-family: Arial;
  font-size:14px;
  color:#FF0000;
  font-weight:bold;
  line-height:18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.submit_btn {
   background-image: url("../images/submit_btn.jpg") !important;
   background-repeat: repeat-x !important;
   background-position: left top !important;
   border:1px solid #FFF !important;
   padding: 1px 5px 3px 5px !important;
   font-family: Arial !important;
   font-size: 11px !important;
   font-weight: normal !important;
   line-height: 16px !important;
   color:#FFFFFF !important;
   height: 19px;
   display: block;
   width: 60px;
}

.submit_btn_left {
   background-image: url("../images/submit_btn_left.jpg");
   background-repeat: no-repeat;
   background-position: left top;
   font-family: Arial !important;
   font-size: 0px !important;
   font-weight: normal !important;
   line-height: 0px !important;
   color:#FFFFFF !important;
   display: block;
   width: 66px;
   height: 23px;
   border: 0px;
   cursor: pointer;
}

