.download {
  background: url(/images/register/download_back.png) 0 0 no-repeat;
  border: none;
  width: 211px;
  height: 23px;
  line-height: 23px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
	display: block;
	text-decoration: none;
}

.download:hover {
	color: #bbb;
}

.submit {
  background: url(/images/register/submit_back.png) 0 0 no-repeat;
  border: none;
  width: 143px;
  height: 23px;
  line-height: 23px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
	cursor: pointer;
}

#paypal {
  border: none;
  vertical-align: bottom;
}

#mcol h3 {
  background: url(/images/register/header_back.png) 0 0 no-repeat;
  padding-left: 15px;
  font-size: 13px;
  color: #fff;
  height: 30px;
  line-height: 30px;
}

#mcol h2 {
  color: #4d9d07;
  margin-bottom: 3px;
}

h2 span.name {
  font-size: 100%;
  color: #01639c;
}

p.cost {
  font-size: 108%;
  font-weight: bold;
  margin-bottom: .2em;
}

