.errorContainer {
  display:block;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  border:1px solid #fff;
  padding:5px;
}

fieldset {
 line-height:20px;
 padding:10px;
 border-bottom:3px solid #222;
 margin-bottom:15px;
 background: url(/images/bg_fieldset.gif) repeat-x left bottom;
}

fieldset legend {
  margin:10px;
  margin-left:0;
  font-size:15px;
  color:#ddd;
}

fieldset label {
text-align:right;
font-size:11px;
color:#fff;
font-weight:bold;
float:left;
width: 120px;
margin-right:5px;
}

fieldset input {
 width:150px;
 font-size:13px;
 margin-bottom:4px;
 background:#888;
 border:none;
 padding:3px;
}

fieldset br {
   clear:right;
}

.button {
 width:auto;
 padding:2px;
 background:#000;
 color:#fff;
 font-size:11px;
 text-align:center;
 padding-left:5px;
 padding-right:5px;
 margin-left:10px;
 border:none
} 

.buttonPart {
  margin:10px;
  text-align:center;
}

input.w_100 {
  width:98%
}