@charset "UTF-8";
/* CSS Document */
#secondary{
display:none;
}

#main {
	background: #fff url(http://www.demarini.com/panel.gif) repeat-x left top;
	padding-left: 20px;
}

/*=============== FORM ===============*/
#email_sign_up {
	width: 400px;
}

.headline{
	padding:0;
	background-color:transparent;
}

.sign_up h3 {
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 10px 0 20px;
}

.sign_up label {
	font-size: 1.1em;
}

.sign_up label.general {
	float: left;
	display: block;
	width: 85px;
	text-align: right;
	margin:0 5px 0 0;
	clear: both;
}

.sign_up input.text, .sign_up select {
	float:left;
	display:block;
	width:250px;
	margin:0 0 10px 0;
	border-width:0;
	border-top:1px solid #999;
	border-left:1px solid #999;
}

.sign_up input.text {
	width:240px;
	padding:2px 5px;
}

.sign_up p {
	clear: both;
	font-size: 1.1em;
	margin: 10px 0;
	display: block;
}

.sign_up strong {
	font-weight: bold;
}

.sign_up input.checkbox {
	float: left;
	text-align: right;
	clear: both;
	margin: 0 7px 10px 68px;
}

.sign_up label.checkbox {
	float: left;
	display: block;
	width: 300px;
	clear: right;
}

.sign_up input.submit_button {
	clear:both;
	display:block;
	margin:0 0 10px 230px;
	padding:0;
}

.sign_up .error {
	display: block;
    float:left;
	margin: 0px 5px 0 5px;
	font-weight: bold;
	color: red;
}

.sign_up .required {
	display: block;
    float:left;
	margin: 0px 5px 0 5px;
	font-weight: bold;
	color: red;
}

.sign_up .not_required {
	display: block;
    float:left;
	margin: 0px 5px 0 5px;
	font-weight: bold;
	color: red;
}
