.webform .message p,
.webform .messageE p {
 margin: 10px;
 font-size: 80%;
 text-align: center;
 font-weight: bold;
}
.webform table {
  margin: auto; 
  margin-bottom: 10px;
 /*width: 300px;*/
}
.webform .message,
.webform .messageE {
 /* margin: auto; */
 /* width: 300px;*/
  border: 2px solid;
}
.webform .messageE {
  color: #d80c4f;
  border-color: #d80c4f;
  background-color: #fff1fc;
}
.webform .message {
  color: #679e18;
  border-color: #679e18;
}
.webform td {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 5px;
}
.webform .radio {
  width: 24px;
  border: 0px;
  background-color: #ffffff;
}
.webform input,
.webform textarea {
  border: 1px solid #000000;
  background-color: #f0f0f0;
  width: 246px;
  font-size: 100%;
  padding: 2px;
}
#column2 .webform input,
#column2 .webform textarea  {
  width: 140px;
}
.webform input.checkbox {
  width: 20px;
  border: 0px;
}
.webform .req {
	background-image: url('../img/layout/req.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.qer {
	display: none;
}
.webform .attr {
  text-align: right;
  font-size: 90%;
}
.webform .submit {
  border:2px solid #610000;
  background-color: #a10000;
  color: #ffffff;
  font-weight: bold;
  width: 252px;
}
#column2 .submit {
  width: 142px;
}

#rf_form_show_more {
  display: none;
}
.rf_form {
  width: 500px;
}
.rf_form .attr {
  width: 180px;
}
.rf_form .title {
  font-weight: bold;
}

.ajaxLoading {
  width: 32px;
  height: 32px;
  padding-bottom: 10px;
  margin: auto;
  text-align: center;
	background-image: url('../img/slimbox/loading.gif');
  background-repeat: no-repeat;
  background-position: center;
}
.webform .info {
  font-size: 85%;
  color: #999999;
}
