.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}


/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

h2 {
    font-size: 1.6em;
}

h3.step {
    font-size: 1.15em;
    margin: 12px 0px 12px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 7px;
}

h3.step span {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #CF9633;
    padding: 2px 5px 2px 5px;
    text-shadow: 1px 1px #666;
    color: white;
}


div.float-panel-left {
    float:left;
    margin-left:20px;
    margin-right:70px;
}

div.float-panel-right {
    float: left;
}


div.textInputWrapper.error {
    color: #900;
}

div.textInputWrapper.error input {
    border: 1px solid #900;
    color: #900;
    background-color: #FFCFCF;
}

ul.errorMessage {
    margin-top: -9px;
    margin-bottom: 5px;
    color: #900;
    font-style: italic;
    text-align: right;
    font-size: .9em;
}

#affiliate-signup label,
#affiliate-signup input {
    display: block;
    width: 280px;
}

#affiliate-signup label {
    margin-bottom: 1px;
    font-size: 1.2em;
}

#affiliate-signup label em {
    font-size: .75em;
}

#affiliate-signup input {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 1em;
}

.affiliate-code-container {
    margin-top: 35px;
    text-align: center;
}

body .affiliate-code-container label {
    margin: 5px auto;
    text-align: center;
    width: 300px;
}

.affiliate-code-container input {
    margin: 5px auto;
    text-align: center;
    letter-spacing: .25em;
    text-transform: uppercase;
    
}

.affiliate-code-container .success {
    font-size: 1.2em;
    font-weight: bold;
    color: #060;
    line-height: 1.1;
}

.affiliate-code-container .failure {
    font-size: 1.2em;
    font-weight: bold;
    background-color: #600;
    color: #fff;
    line-height: 1.1;
    margin-top: 10px;
    padding: 5px;
}

span.required-indicator {
    color: #f00;
    padding-left: 5px;
}

span.subtext {
    display: block;
    font-size: .7em;
    color: #666;
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

#check-code {
    font-size: .8em;
    padding: .4em 1.75em .44em;
    margin: 0px auto;
}