/* Golf Bag Competition
============================================================================= */

#comp_content_bottom {
  background: url(../img/golf_bag_comp/content_bottom.gif) 0 bottom no-repeat #fff;
  width: 900px;
  margin-top: 25px;
}

#comp_content_top {
  background: url(../img/golf_bag_comp/content_top.gif) 0 top no-repeat;
  width: 860px;
  padding: 0 20px 20px 20px;
}

#comp_content_top .lhc {
  float: left;
  width: 558px;
}

#comp_content_top h2#win {
  font: normal 30px/30px Arial, Helvetica, sans-serif;
  color: #333333;
  margin-top: 27px;
}

#comp_content_top em#autographed {
  font: normal 24px/30px Arial, Helvetica, sans-serif;
  color: #00aeef;
}

#comp_content_top #polaroid {
  float: right;
  background: url(../img/golf_bag_comp/polaroid.jpg) 0 0 no-repeat;
  width: 263px;
  height: 295px;
  margin-top: 12px;
}

#comp_content_top p.regular {
  font: normal 12px/20px Arial, Helvetica, sans-serif;
  margin-top: 20px;
}

#comp_content_top p.top {
  margin-top: 18px;
}

#comp_content_top #form_wrapper {
  background: url(../img/golf_bag_comp/bottom_border.gif) 0 bottom repeat-x #f2f2f2;
  width: 860px;
  margin-top: 23px;
}

#comp_content_top form {
  background: url(../img/golf_bag_comp/golf_bag.jpg) right bottom no-repeat;
  font: bold 11px/24px Arial, Helvetica, sans-serif;
  width: 860px;
  padding: 4px 0 18px 0;
}

#comp_content_top form h3 {
  font: bold 14px/30px Arial, Helvetica, sans-serif;
  color: #00aeef;
  margin-left: 130px;
}

#comp_content_top form div {
  display: block;
  height: 33px;
}

#comp_content_top form label {
  float: left;
  width: 110px;
  height: 22px;
  padding-right: 20px;
  text-align: right;
}

#comp_content_top form input {
  float: left;
  font-size: 11px;
  line-height: 15px;
  width: 180px;
  height: 18px;
  padding: 4px 6px 0 6px;
  border: 1px solid #dfdfdf;
}

#comp_content_top select {
  font-size: 11px;
}

#comp_content_top form div.radio_wrapper {
  display: block;
  height: 18px;
}

#comp_content_top form .radio {
  float: left;
  width: 12px;
  height: 12px;
  border: none;
  line-height: 12px;
  margin: 5px 10px 0 130px;
}

#comp_content_top button {
	display: block;
  background: url(../img/golf_bag_comp/enter_comp.gif) 0 0 no-repeat;
  width: 163px;
	height: 29px;
	cursor: pointer;
  margin: 26px 0 0 128px;
}

#comp_content_top button:hover {
  background-position: 0 -29px;
}