* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 12px;
  font-family: verdana, arial, helvetica, sans-serif;
}

:focus {
  outline: 0;
}

.none {
  display: none;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #266b95;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, ul, p {
  margin-bottom: 10px;
}

hr {
  height: 1px;
  margin: 20px 0;
}

ol {
  margin-left: 12px;
  padding-left: 12px;
}

ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

dt {
  font-size: 12px;
  font-weight: bold;
}

dd {
  margin-bottom: 20px;
}

h2 {
	font-size: 21px;
	line-height: 30px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
  margin-bottom: 3px;
}

h5 {
  font-size: 12px;
}

.clear {
  clear: both;
}

.clear_left {
  clear: left;
}

.clear_right {
  clear: right;
}

.noborder {
  border:none;
}

.date {
  font-size: 10px;
  border-bottom: 1px solid #ccc;
}

.small {
  font-size:10px;
}

.left {
  float:left;
  margin-right:20px;
}

th {
  text-align: left;
}

h3.button {
  float: left;
  margin: 0 10px 0 0;
}

h3.button a {
  font-size: 14px;
  display: block;
  margin: 5px 0 10px 0;
  padding: 0;
  background-color: #00A7CF;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 2px 2px 5px #000;
  -moz-box-shadow: 2px 2px 5px #000;
  -webkit-box-shadow: 2px 2px 5px #000;
  border-top: 1px solid #EFDED1;
  border-left: 1px solid #EFDED1;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

h3.button a:active {
  -moz-box-shadow:inset 0px 0px 5px #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #EFDED1;
  border-bottom: 1px solid #EFDED1;
}

/*******************************
* Form stuff
*******************************/
form {
  margin-bottom: 20px;
}

label {
  display: block;
  margin: 0;
  padding: 0;
}

label.inline {
  display: inline;
}

optgroup option {
  padding-left: 20px;
}

optgroup {
  padding-bottom: 20px;
}

input[type="text"], textarea {
  display: block;
  width: 280px;
  margin: 0 0 16px 0;
  padding: 0;
}

textarea.wide {
    width: 600px;
}

input.small {
  width: 100px;
}

input.state {
  width: 30px !important;
}

input.zip {
  width: 50px !important;
}

input.gift_amount {
  width: 60px;
  display: inline;
}

input.submit {
  display: block;
  width: auto;
  margin-right: 10px;
  margin-bottom: 0;
}

input.submit_inline {
  display: inline;
  width: auto;
  margin-right: 10px;
  margin-bottom: 0;
}

input.reset {
  width: auto;
}

input.radio {
  display: inline;
}

input.phone_1, input.phone_2 {
  display: inline;
}

input.phone_1 {
  width: 34px !important;
}

input.phone_2 {
  width: 54px !important;
}

select {
  margin-bottom: 16px;
}

address {
  font-style: normal;
  white-space: pre;
  margin-bottom: 20px;
}

.red {
  color: #f00;
  font-weight: bold;
  letter-spacing: 1px;
}

fieldset {
  padding:15px;
  margin: 0 0 20px 0;
  border:1px solid #000;
}

fieldset.narrow {
  padding:15px;
  margin: 0 20px 20px 0;
  border:1px solid #000;
  width: 42%;
  float: left;
}

legend {
  font-size:18px;
  font-weight:bold;
  padding:5px;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
