#signupform {
	margin: 0 0 20px 0;
}
#secondary .fieldset {
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding: 20px 25px 5px;
	margin-top: 40px;
}
#secondary .fieldset h3 {
	background: #0d2541;
	color: #fff;
/*	float: left;*/
/*	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	line-height: 18px;
	margin: -30px auto 10px; /*was 30.0.10*/
	padding: 4px 15px;
	padding: 4px 5%;
	text-transform: uppercase;
	width: 216px;
	width: 90%;
	-moz-box-shadow: 0px 0px 3px #888;
	-webkit-box-shadow: 0px 0px 3px #888;
}
#secondary #signupform {
	margin-top: 10px;
}
#signupform ul {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
#signupform li {
	border: none;
	font-size: 12px;
	margin: 0 0 15px;
	padding: 0;
	height: 1%;
}
#signupform label {
	display: block;
	line-height: 1.2em;
	margin-bottom: 2px;
}
#signupform input {
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 4px 6px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#signupform .submitrow {
	margin-bottom: 1em;
	text-align: center;
}
#signupform .twocol {
	float: left;
	width: 48%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#signupform .firstcol {
	margin-right: 4%;
}
#signupform .longtext {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#signupnowButton,
#signupform .button {
    background: #317bd4;
    background: -webkit-gradient(linear, left top, left bottom, from(#7ba7d4), to(#317bd4));
    background: -moz-linear-gradient(top,  #7ba7d4,  #317bd4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ba7d4', endColorstr='#317bd4');
	border: 1px solid #424242;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 15px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}
#signupnowButton:hover,
#signupform .button:hover {
	border-color: #abd7f4;
}

#endorsements blockquote {
	margin: 0 0 2em;
}
#endorsements cite {
	display: block;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	margin-top: 0;
	text-align: right;
}
#endorsements cite a {
	color: #555;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}


form.success #email_address {
	border-color: #1a9900;
}
form.error #email_address {
	border-color: #991a00;
}
form.error #ebook_submit,
form.error #ebook_submit:hover {
	background: #555;
	border-color: #aaa;
	cursor: wait;
}

#secondary .caution {
	background: #ffb;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 -25px;
	padding: 1em 25px;
}