.webform .message p,
.webform .messageE p {
 margin: 2px;
 text-align: center;
 font-weight: bold;
 line-height: 1;
 padding: 10px;
 margin: 10px;
}
.webform table {
  margin: auto; 
  width: 100%;
  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: #ffffff;
  border-color: #299209;
  background-color: #5dbe3f;
}
.webform td {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 5px;
}
.webform input,
.webform textarea {
  border: 1px solid #6f9acd;
  background-color: #F2FBFE;
  width: 100%;
  padding: 2px;
  color: #000000;
  font-size: 11px;
}
#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;
  padding-top: 12px;
}
.webform input.submit {
  border:2px solid #6f9acd;
  background-color: #93bbec;
  color: #ffffff;
  padding: 1px;
  font-weight: bold;
}
#column2 .submit {
  width: 142px;
}


.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;
}


#log {
  margin-top: 5px;
  margin-bottom: 5px;
}

