@charset "utf-8";
/* CSS Document */

form.bellform {
  width: 100%;
}
form.bellform table {
  width: 98%;
  margin: 0 1%;
}
td {
  width: 48%;
  padding: 4px 1%;
}

textarea,
input[type] {
	padding:5px;
display:block;
  width: 100%;
  margin-bottom: 10px;
  line-height:1em;
}
#submit_btn {
  background-color: #a1054c;
  color: #ffffff;
  border: 0;
  padding: 10px 30px;
  border-radius: 5px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#submit_btn:hover, #submit_btn:active, #submit_btn:focus {
	  box-shadow: inset 2px 2px 4px 0px #000000;
  background-color: #DD3984;
}
.error {
  color: red;
  font-weight: 700;
  text-align: center;
}
.success {
  color: green;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  text-decoration: underline;
}
@media (min-width: 768px) {
div#contact_body {
  max-width: 90%;
  margin: 0 auto;
}
}