@charset "UTF-8";
.text-error {
  padding: 10px;
  margin-bottom: 30px;
  background-color: white;
  border: 1px solid rgb(223, 218, 210);
  color: #CC0000;
}
.text-info {
  padding: 10px;
  margin-bottom: 30px;
  background-color: white;
  border: 1px solid rgb(223, 218, 210);
  color: #339933;
}
.contact_submit {
  display: block;
  margin: 0px auto 30px;
  height: 40px;
  width: 200px;
  border: 1px solid rgb(223, 218, 210);
  background-color: rgb(247, 111, 0);
  color: #FFFFFF;
  font-weight: bold;
}
.contact_submit:hover {
    cursor: pointer;
    opacity: 0.7;
}
.btn_send {
	background-image: url(../images/contact/btn_contact02.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0px auto 30px;
	height: 40px;
	width: 200px;
	text-indent: -9999px;
}

.btn_send:hover {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 70;
}

.btn_modify {
	background-image: url(../images/contact/btn_contact03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0px auto 30px;
	height: 40px;
	width: 200px;
	text-indent: -9999px;
}

.btn_modify:hover {
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 70;
}
