.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 input,
.webform textarea {
  border: 1px solid #000000;
  background-color: #f0f0f0;
 /* width: 350px; */
  font-size: 100%;
  width: 250px;
}
.webform input.date {
  width: 200px;
 /* width: 298px; */
}
.webform input.minute,
.webform input.hour {
  width: 20px;
  text-align: center;
}
#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%;
}
/**#cf_form_submit {
  border:2px solid #black;
  background-color: #red;
  color: #ffffff;
  font-weight: bold;
  width: 202px; 
} **/

.webform .submit {
  border:2px solid #3268a9;
  background-color: #6e9ad0;
  color: #ffffff;
  font-weight: bold;
  width: 202px; 
} 

/**.cf_form .webform .submit {
  border:2px solid #3268a9;
  background-color: #6e9ad0;
  color: #ffffff;
  font-weight: bold;
  width: 202px;
} **/

#column2 .submit {
  width: 142px;
}

#rf_form_show_more {
  display: none;
}
.rf_form {
  width: 500px;
}
.rf_form .attr {
  width: 250px;
}
.rf_form .title {
  font-weight: bold;
}

#cf_form input,
#cf_form textarea {
  border: 1px solid #000000;
  background-color: #f0f0f0;
 /* width: 350px; */
  font-size: 100%;
  width: 350px;
  padding: 3px;
}
#cf_form input.submit {
  background-color: #C9252C;
  padding: 3px;
}
#cf_form input.date {
  width: 287px;
 /* width: 298px; */
}

#cf_form input.minute,
#cf_form input.hour {
  width: 20px;
  text-align: center;
}

.ajaxLoading {
  width: 43px;
  height: 11px;
  padding-bottom: 10px;
  margin: auto;
  text-align: center;
	background-image: url('../img/layout/ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: center;
}

/*bb_form*/
#bboard {
  clear: both;
  width: 100%;
  float: left;
}
#bb_form textarea {
  width: 100%;
}
.oddity1 {
  /*background-color: #f0f0f0;*/
}
.post {
  border-bottom: 1px dotted #999999;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.post .h2 {
  font-size: 120%;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.post .h2 .date {
  font-size: 65%;
  font-weight: normal;
  color: #999999;
}
.post .h2 .no {
  color: #000000;
}
.post .h2, .post .h2 a {
color: #c22727;
text-decoration: none;
}
