/* Headings
----------------------------------- */
body#customer-sign-up h1,
body#contact-us h1 {
	background-image: url("../images/text/h1/green-header-bg-small.gif");
  margin-bottom: 23px;
  width: 780px;
}


/* Text
----------------------------------- */
body#customer-sign-up #content,
body#contact-us #content {
	float: none;
	width: 780px;
	margin: 0 auto;
	font-size: 100%;
	color: #666;
}

body#contact-us #content #crazy-wrap,
body#customer-sign-up #content #crazy-wrap {
    float: left;
	width: 410px;
	padding: 0 12px 0 0;
}

h2#sign-up-now {
	display: block;
	width: 380px;
	height: 17px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 9px;
	text-indent: -9999px;
	background: url("../images/text/h3/sign-up-now.gif") 0 0 no-repeat;
}

h2#contact-us {
	display: block;
	width: 380px;
	height: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 9px;
	text-indent: -9999px;
	background: url("../images/text/h3/contact-us.gif") 0 0 no-repeat;
}

body#customer-sign-up p,
body#contact-us p {
	margin-bottom: 10px;
	font-size: 77%;
}


* html h2#sign-up-now,
* html h2#contact-us {
	padding-bottom: 3px;
	margin-bottom: 9px;
}


/* Box
----------------------------------- */
body#customer-sign-up #content #box-top,
body#contact-us #content #box-top {
	float: left;
	width: 410px;
	height: 2px;
	line-height: 0;
	background: url("../images/backgrounds/box-top-small.gif") 0 0 repeat-y;
}

body#customer-sign-up #content #box,
body#contact-us #content #box {
	float: left;
	clear: left;
	width: 382px;
	padding: 14px 14px 10px 14px;
	background: url("../images/backgrounds/box-small.gif") 0 0 repeat-y;
}

body#customer-sign-up #content #box-bottom,
body#contact-us #content #box-bottom {
	float: left;
	clear: left;
	width: 410px;
	height: 9px;
	line-height: 0;
	background: url("../images/backgrounds/box-bottom-small.gif") 0 0 repeat-y;
}


/* Form
----------------------------------- */
body#customer-sign-up #content a,
body#contact-us #content a {
	color: #f7941d;
	font-weight: normal;
}

body#customer-sign-up form fieldset {
  float: left;
  clear: left;
  border: 0;
  padding: 0;
  margin: 0;
}

body#customer-sign-up form fieldset legend {
  display: block;
  font-weight: bold;
  font-size: 90%;
  margin: 0 0 10px 0;
  padding: 0 320px 3px 0;
  border-bottom: 1px solid #ccc;
}

body#contact-us form div.single,
body#customer-sign-up form div.single {
  float: left;
  clear: left;
  width: 380px;
  padding: 0 0 10px 0;
}

body#customer-sign-up form div.single-check {
  float: left;
  clear: left;
  width: 242px;
  margin: 0 0 0 125px;
  padding: 0 0 10px 0;
}

* html body#customer-sign-up form div.single-check {
  display: inline;
}

body#customer-sign-up form div.single-q {
  float: left;
  clear: left;
  width: 370px;
  padding: 0 0 10px 0;
}

body#contact-us form label,
body#customer-sign-up form label {
  float: left;
  width: 125px;
  line-height: 18px;
  font-size: 85%;
}

body#customer-sign-up form div.single-check label {
  width: 215px;
  line-height: 1.2;
  font-style: italic;
  font-size: 80%;
}

body#customer-sign-up form div.single-q label {
  width: 370px;
  line-height: 1.0;
  margin: 0 0 6px 0;
  
}

body#contact-us form input,
body#customer-sign-up form input {
  float: left;
  width: 242px;
  height: 15px;
  padding: 2px 1px 1px 2px;
  border: 1px solid #7f9db9;
}

body#customer-sign-up form input.checkbox {
  margin: 0 7px 0 0;
  width: auto;
  height: auto;
  border: none;
}

body#customer-sign-up form div.single-q select {
  width: 247px;
  height: 19px;
  margin: 0 0 0 125px;
  padding: 0 0 1px 0;
  border: 1px solid #7f9db9;
}

body#customer-sign-up form select {
  float: left;
  width: 247px;
  height: 19px;
  padding: 0 0 1px 0;
  border: 1px solid #7f9db9;
}

body#customer-sign-up form select option {
  padding: 0 1px 0 2px;
}

body#contact-us form textarea#message {
  float: left;
  margin: 0;
  padding: 2px 1px 1px 2px;
  width: 242px;
  height: 117px;
  border: 1px solid #7f9db9;
}

body#contact-us #box form input.button,
body#customer-sign-up #box form input.button {
  margin: 0 0 20px 310px;
  width: 62px;
  height: 13px;
  border: none;
}

body#contact-us form input.button,
body#customer-sign-up form input.button {
  border: none;
}

body#contact-us span.req,
body#customer-sign-up span.req {
  color: #44c3f3;
}


/* Sidebar
----------------------------------- */
body#customer-sign-up #sidebar,
body#contact-us #sidebar {
    float: left;
	width: 358px;
	margin: 0;
}


/* Get Email
----------------------------------- */
#sidebar #get-email {
	width: 356px;
	height: 206px;
	margin-bottom: 6px;
	background: url("../images/text/boxes/get-email.gif") 0 0 no-repeat;
}

#sidebar #get-email h2 {
	text-indent: -9999px;
}

#sidebar #get-email ul {
	border: none;
	list-style: none;
}

#sidebar #get-email ul li {
	border: none;
	text-indent: -9999px;
}

#sidebar #get-email p a {
	position: relative;
	display: block;
	width: 172px;
	height: 27px;
	top: 98px;
	left: 162px;
	text-indent: -9999px;
	outline: none;
}


/* FAQ Banner
----------------------------------- */
#sidebar #faq-banner {
	width: 356px;
	height: 206px;
	margin-bottom: 6px;
	background: url("../images/ad-banners/RolltoAruba-wide.jpg") 0 0 no-repeat;
}

#sidebar #faq-banner h2 {
	text-indent: -9999px;
}

#sidebar #faq-banner ul {
	border: none;
	list-style: none;
}

#sidebar #faq-banner ul li {
	border: none;
	text-indent: -9999px;
}

#sidebar #faq-banner p a {
	position: relative;
	display: block;
	width: 356px;
	height: 206px;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
	outline: none;
}


/* Preferred Customer
----------------------------------- */
#sidebar #preferred-customer {
	width: 356px;
	height: 206px;
	margin-bottom: 6px;
	background: url("../images/text/boxes/preferred-customer.jpg") 0 0 no-repeat;
}

#sidebar #preferred-customer h2 {
	text-indent: -9999px;
}

#sidebar #preferred-customer ul {
	border: none;
	list-style: none;
}

#sidebar #preferred-customer ul li {
	border: none;
	text-indent: -9999px;
}

#sidebar #preferred-customer p a {
	position: relative;
	display: block;
	width: 172px;
	height: 27px;
	top: 98px;
	left: 162px;
	text-indent: -9999px;
	outline: none;
}

/* WebStore Banner
----------------------------------- */
#sidebar #webstore-banner {
	width: 370px;
	height: 158px;
	margin-bottom: 6px;
	background: url("../images/text/boxes/webstore-banner-horiz.jpg") 0 0 no-repeat;
}

#sidebar #webstore-banner p a {
	position: relative;
	display: block;
	width: 370px;
	height: 158px;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
	outline: none;
}

/* Keep In Touch
----------------------------------- */
#sidebar #keep-in-touch {
	width: 356px;
	height: 206px;
	background: url("../images/text/boxes/keep-in-touch.gif") 0 0 no-repeat;
}

#sidebar #keep-in-touch h2 {
	text-indent: -9999px;
}

#sidebar #keep-in-touch ul {
	border: none;
	list-style: none;
}

#sidebar #keep-in-touch ul li {
	border: none;
	text-indent: -9999px;
}

#sidebar #keep-in-touch p a {
	position: relative;
	display: block;
	width: 172px;
	height: 27px;
	top: 93px;
	left: 162px;
	text-indent: -9999px;
	outline: none;
}


/* Validation related
----------------------------------- */
#box form textarea.error,
#box form input.error {
  border: 2px solid #FF0000 !important;
}
