body {
    font-family: arial
}

.clearBoth {
	clear: both;
}

.emailAddress {
	font-weight: bold;
	font-size: 14px;
}

.emailAddressInfo,
.inputEmail,
.inputEmailGrey,
.inputEmailNormal, 
.agreementInfo {
	color: #c90000;
	font-size: 14px;
    margin-top: 15px;
    margin-right: 10px;
    padding-left: 5px;
}

.agreementInfo {
    margin-top: 5px;
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
}

.emailAddressInfo, 
.agreementInfo {
    font-weight: bold;
}

.inputEmail {
	height: 28px;
	line-height: 28px;
	width: 313px;
	border: 1px solid #eb0000;
	color: #000;
}

.agreement {
    font-size: 12px;
    font-family: arial;
}

.agreement input,
.agreementText {
    float: left;
}

.agreementText {
    display: inline-block;
    margin-left: 10px;
    width: 96%;
}

.agreement {
    border: 2px solid #ca0000;
/*     width: 530px; */
    padding: 5px;
    margin-top: 15px;
    background-color: #fff4f5;
}

.buttonDiv {
    margin-top: 15px;
}

.buttonDiv a,
.buttonDiv img,
.buttonDivAddTxt {
    float: left;
}

.buttonDivAddTxt {
    margin-top: 10px;
    margin-left: 10px;
    color: #0f7418;
    font-weight: bold;
}

.buttonDivAddTxt img {
	margin-top: 2px;
}

.ButtonAdditionalText {
    vertical-align: top
}

.inputEmailGrey {
    border: 1px solid #d0d0d0;
    background-color: #f0f0f0;
    color: #9a9a9a;    
    height: 28px;
    line-height: 28px;
    width: 313px;
    font-style: italic;
}

.inputEmailNormal {
    border: 1px solid #d0d0d0;
    background-color: #fff;
    color: #9a9a9a;    
    height: 28px;
    line-height: 28px;
    width: 313px;
    font-style: italic;
}

.agreementGreen {
    border-color: #9ecfa2;
    background-color: #f5fff6
}
.agreementGray {
    border: 1px solid #d0d0d0;
    background-color: #fff;

}