#emailForm {
	margin-top: 0.8em;
	display: inline-block;
	margin-bottom: 0.9em;
	width: 100%;
	}

#emailForm DIV.label {
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 0.2em;
	text-transform: uppercase;
	}

#emailForm[status="submitted"] DIV.label {
	color: #550000;
	color: #CDA6A6;
	}

#emailForm INPUT[type="text"], #emailError {
    border-radius: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 29px;
    margin: 0; padding: 0 8px;
	width: 70%;
}

#emailForm INPUT[type="text"] {
	border-color: #717171;
	border-color: #9B9B9B;
	background-color: transparent;
	color: #717171;
	color: #9B9B9B;
}

#emailForm[status="activated"] INPUT[type="text"] {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
	border: solid 1pt #E00000;
	color: #F20000;
	font-weight: bold;
	outline: none;
}

#emailForm[status="submitted"] INPUT[type="text"],
#emailForm[status="submitted"] INPUT[type="submit"] {
	display: none;
}

#emailForm[status="submitted"] DIV.response {
	display: inline-block;
	font-weight: bold;
}

#emailForm INPUT[type="submit"] {
    height: 31px;
    line-height: 29px;
    margin: 0;
    vertical-align: bottom;
	
    background-color: transparent;
    border: 1px solid #717171;
    border: 1px solid #9B9B9B;
    color: #717171;
    color: #9B9B9B;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	
    border-radius: 2px 2px 2px 2px;
    cursor: default;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    min-width: 46px;
    padding: 0 8px;
    text-align: center;
}

#emailForm[status="activated"] INPUT[type="submit"] {
    background-color: #E74646;
    background-image: -moz-linear-gradient(center top , #E74646, #D23E3E);
    border: 1px solid #D22B2B;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

#emailForm[status="activated"] INPUT[type="submit"]:hover {
	text-shadow: 0 1px rgba(0, 0, 0, 0.5);
	background-image: -moz-linear-gradient(center top , #DB4242, #C53A3A);
	border: 1px solid #B92626;
}


#emailResponse {
	font-size: 11pt;
	padding-top: 0.3em;
	padding-left: 0.2em;
	display: none;
}