@charset "utf-8";

.contact_form {
	float: right;
	width: 250px;
	margin-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0066CC;
	padding-left: 5px;
}
.contact_content {
	width: 400px;
	float: left;
}
#form_email {
	border: 1px solid #0066CC;
	width: 240px;
	height: 20px;
}
#form_topic {
	border: 1px solid #0066CC;
	width: 240px;
	height: 20px;
}
#form_content {
	border: 1px solid #0066CC;
	width: 240px;
	height: 100px;
}
.msg_error {
  font-weight: bold;
  color: red;
}
.msg_info {
  font-weight: bold;

}

