
.registrace {
  /*width : 450px;*/
  background-color: #F4E4E5;
  padding : 10px;
  padding-top : 20px;
  margin-bottom : 20px;
}

 legend {
  padding:0px;
  padding-left : 3px;
  padding-right : 3px;
  font-weight:bold;
  color:#C40910;
  font-size:120%;
}
 fieldset { 
  width : 425px; 
  padding : 10px;
  padding-top : 0px; 
}

.registrace fieldset table td input.text_form01 { width:  132px }
.registrace fieldset table th { text-align: left }

 .submit {
  background-image : url(../images/layout/submit.gif);
  background-position : right top;
  background-repeat : no-repeat;
  padding-right : 20px;
  height : 15px;
  line-height : 15px;
  color : #D14349;
  font-size: 12px;
  font-weight:bold;
  background-color : #F4E4E5;
  cursor : pointer;
  border : 0px;
}

 .center_submit {
  padding-top:10px;
  display:run-in;
  text-align:center;
}


