.tbmain{ 
 /* Changes on the form */
 background: white !important; 
}
.tbmain{
  height:100%;
}

.td_height {
	height: 25px;
}

.textarea_height {
	height: 66px;
}

#contact {
	margin: auto;
	width: 500px;
}
#error, #success { width: 560px; margin: 1em auto 0 auto }

#error_msg, #success_msg {
	margin: 0 0 0 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#error #error_msg {
	background-color: #ffebe8;
	border-color: #c00;
}

#success #success_msg {
	background-color: #d2fec8;
	border-color: #207c0a;
}

.error_star {
	color: red;
}
 
