@charset "UTF-8";
/* CSS Document */

html {height:100%;}

body {
      	background:#FFF none top center;
      	margin:0 auto;
      	padding:0;
      	text-align:center;
      	font-family:Arial, Helvetica, sans-serif;
      	line-height:18px;
      	height:100%;
      }
.container {
      	position:relative;
      	width:960px;
      	height:100%;
      	background:transparent;
      	margin:0 auto;
      	padding:0px;
      	border-spacing: 0;
      	border-collapse: collapse;
      }
.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.design {
	float: left;
	width: 400px;
}
.signup {
	float: left;
	width: 560px;
}
.formWrapper {
	float: left;
	width: 520px;
	background-color: #f4fbfe;
}
.form {
	margin: 20px;
	width: 480px;
}
p {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:25px;
}

.incentive {
	border-left: 1px solid #CDCDCC;
	border-right: 1px solid #CDCDCC;
	min-height: 100%;
	vertical-align: top;
	width: 480px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.incentive h1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	color: #000000;
      }
      
.incentive h2 {
      	font-family:Arial, Helvetica, sans-serif;
      	font-size:16px;
      	font-weight:normal;
   line-height:30px;
  	color: #000000;
      }
	  
.incentive h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 24px;
	color: #000000;
     }
.incentive p {
      	margin:0 auto;
      	margin-top:18px;
      	padding:0;
      	color:#666666;
      	font-size:10px;
      	text-align:center;
      }
.incentive a {
      	color:#666666;
      }

.textfield {
	background-image: url(../images/form-field.gif);
	height: 45px;
	width: 211px;
	padding-left: 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family:Arial, Helvetica, sans-serif;
      	font-size:16px;
      	font-weight:normal;
}
.submit-button {
	background-image: url(../images/submit-button.gif);
	height: 53px;
	width: 253px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 10px;
}

* html .clear {
        height: 1%;
      }
.clear {
        display: block;  
      }

.formField {
	sheight: 40px;
}

form .text {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 19px;
	margin-bottom: 6px;
	padding: 15px;
	width: 300px;
	text-align:center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 1px 2px 3px #ccc;
	-webkit-box-shadow:inset 1px 2px 3px #ccc;
	box-shadow: inset 1px 2px 3px #ccc;
}