@import "calendar.css";

body {
  width: 380px;
  margin-right: auto;
  margin-left: auto;
  font-family: Verdana,Arial,Helvetic,sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  font-size: 11px;
  line-height: 141%;
}
h4 {
  color: #c10538;
  font-weight: bold;
  font-style: inherit;
  text-transform: inherit;
  font-size: 100%;
  padding-left: 22px;
  line-height: 22px;
}
label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
  cursor: pointer;
}
input {
  background-color: #eeeeee;
  font-size: 11px;
  line-height: 141%;
}
select {
  background-color: #eeeeee;
  font-size: 11px;
  line-height: 141%;
  color: black;
  width: auto;
}
input:focus, select:focus {
  border: 1px solid #c10538;
  background: #ffffff none repeat scroll 0% 50%;
  color: #000000;
}
table {
  text-align: left;
  width: 360px;
  margin-right: auto;
  margin-left: auto;
}
#form_content {
  border-left: 1px solid #c10538;
  border-right: 1px solid #c10538;
  background-image: url(../images/form_bg.png);
  background-repeat: no-repeat;
  background-position:  center center;
}
.formbutton {
  text-align: center;
  cursor: pointer;
  height: 28px;
  width: 120px;
}

