@charset "utf-8";
/* RocketGate HostedPage Master CSS */
* {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; /* Customizable */
	margin: 0px;
	padding: 0px;
}
form {
	margin: 20px auto;
	padding: 0px;
	font-size: 12px;
	width: 380px;
	text-align: left;
}
#formWrapper {
	background: #EFEFEF url(/hp/images/bg_wh.gif) repeat-y center center; /* 350 x 1 */
	text-align: center;
	width: 380px;
	position: relative;
}
#formWrapper .header {
	background: url(/hp/images/header_wh.gif) no-repeat center center; /* 350 x 114 */
	position: absolute;
	height: 114px;
	width: 380px;
	left: 0px;
	top: 0px;
}
#formWrapper .footer {
	background: url(/hp/images/footer_wh.gif) no-repeat center center;  /* 350 x 17 */
	height: 17px;
	width: 380px;
	position: relative;
	bottom: 0px;
	left: 0px;
	margin: 10px 0px 0px;
	padding: 0px;
}
#formWrapper h2 {
	background: url(/hp/images/black_header_bg.gif) no-repeat; /* 300 x 33 */
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 33px;
	text-align: center;
	height: 33px;
	width: 300px;
	font-size: 14px;
	position: relative;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	top: 10px;
	padding-bottom: 10px;
}
body {
	text-align: center;
}
label {
  font-size: 12px;
}
input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}
textarea {
  overflow: auto;
}
a {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form p {
	clear: left;
	display: block;
	width: 380px;
	margin: 5px auto 0px;
	padding: 1px 0px;
	text-align: left;
	position: relative;
}
form p label {
	display: block;
	float: left;
	width: 100px;
	padding: 3px 5px;
	margin: 0px 0px 5px 0px;
	text-align: right;
}
form p.optional label, label.optional {
  font-weight: normal;
}
form p.required label, label.required {
  font-weight: bold;
}
form p label.labelCheckbox, form p label.labelRadio {
	float: none;
	display: block;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 5px 110px;
	text-align: left;
}
form p img {
  border: none;
}
p.error {
	color: #ffffff;
	border: 1px solid #000000;
	width: 340px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 5px;
	background: #ff0000 url(/hp/images/icon_error.gif) no-repeat 99% 5px;
}
p.errorMSG {
	color: #ffffff;
	border: 1px solid #000000;
	width: 275px;
	background: #ff0000 url(/hp/images/icon_error.gif) no-repeat 98% 5px;
	padding: 3px 15px 5px 5px;
	font-weight: bold;
	font-size: 12px;
}
p.successMSG {
	color: #ffffff;
	border: 1px solid #000000;
	width: 275px;
	background: #99CCFF;
	padding: 10px;
	font-weight: bold;
	font-size: 12px;
}
p.thanks {
	margin-left: 30px;
	width: 285px;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	font-weight: bold;
}
p.processing {
	margin-top: 100px;
	background: url(/hp/images/rocketGate_bg.gif) no-repeat center center;
	height: 59px;
	width: 50px;
}

form p input, form p textarea {
	width: 230px;
	padding: 1px 3px;
	margin: 0px;
}
form p input.inputFile {
	width: 230px;
}
 form p select, form p select.selectOne, form p select.selectMultiple {
	width: 240px;
	padding: 1px 3px;
}
form p input.inputCheckbox, form p input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
  padding: 0px;
  margin: 0px 0px 0px 140px;
  position: relative;
  z-index: 99;
}
form p input.inputSubmit, form p input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0px 6px;
  margin: 0px;
}
form p label.labelCheckbox, form p label.labelRadio, label.labelCheckbox, label.labelRadio {
	display: block;
	width: 240px;
	padding: 4px 0px 0px;
	text-indent: -18px;
	line-height: 120%;
}
form p label.labelCheckbox input.inputCheckbox, form p label.labelRadio input.inputRadio, label.labelCheckbox input.inputCheckbox, label.labelRadio input.inputRadio {
	margin: 0px 0px -4px;
	padding: 0px;
}
form p.submit p input.inputSubmit, form p.submit p input.inputButton {
  float: right;
  margin: 0px 0px 0px 5px;
}
form p small {
	display: block;
	margin: 0px 5px 5px 110px;
	padding: 0px;
	font-size: 11px;
}
form input, form select, form textarea {
  background-color: #ffffff;
}

form p.required img.preview {
	margin-left: 142px;
	margin-top: 10px;
	margin-bottom: 10px;
}
form p.required select.monthSelect {
	width: 140px;
	float: left;
}
form p.required select.yearSelect {
	float: left;
	width: 100px;
}
form p.optional strong {
	display: block;
	padding-top: 4px;
	font-weight: bold;
}
input.inputImage {
	height: 26px; /* 50% of button height */
	width: 227px;
	background: url(/hp/images/join-submit-yellow.gif) no-repeat center top; /* Top = Inactive */
	float: none;
	padding: 0px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 75px;
	z-index: 99;
}
input.inputImage:hover {
	background: url(/hp/images/join-submit-yellow.gif) no-repeat  center bottom; /* Bottom = Hover State */
}
form p.required label.labelCheckbox {
    float: left;
    display: block;
    width: 200px;
    padding: 0px;
    margin: 0px 0px 5px 10px;
    text-align: left;
    text-indent: 0px;
}
input#tos {
    float: left;
    margin: 0px 0px 0px 120px;
    z-index: 0;
}
input#cardno {width: 148px;}
p.descriptor { width:100%;text-align:center;}
/* errors */
.error{vertical-align:bottom;}
#cardnoMsg{margin-left:3px;}
