#contactusformpink {
    height: 720px;
}

#contactusformblue {
    height: 690px;
}

/* Pink Contact Us */
#contactuspink {
    margin: 32px auto;
    width: 280px;
}
#contactuspink div.line {
    margin: 10px auto;
    height: 1px;
    background-color: #cccccc;
}
#contactuspink p {
    margin-left: 3px;
    padding: 0;
    margin-right: 0;
}
#contactuspink h2 {
    margin-left: 3px;
    margin-top: 18px;
    margin-bottom: 4px;
    color: #fa17e2;
    font-size: 38px;
}
#contactuspink h3 {
    padding-top: 6px;
    margin-left: 3px;
    color: #ef3d95;
    font-size: 26px;
}
#contactuspink .submitBtn {
    width: 54px;
    height: 21px;
    margin-top: 16px;
    background:url("/static/images/required/forms/pink-send.gif") no-repeat;
    cursor: pointer;
    border: none;
    text-indent: -9999em;
}




/* Blue Contact Us */
#contactusblue {
    margin: 6px auto;
    width: 280px;
}
#contactusblue div.line {
    margin: 10px auto;
    height: 1px;
    background-color: #cccccc;
}
#contactusblue p {
    margin-left: 3px;
    padding: 0;
    margin-right: 0;
}
#contactusblue h2 {
    margin-left: 3px;
    margin-top: 18px;
    margin-bottom: 4px;
    color: #f48814;
    font-size: 38px;
}
#contactusblue h3 {
    padding-top: 6px;
    margin-left: 3px;
    color: #00aff0;
    font-size: 26px;
}
#contactusblue .submitBtn {
    clear: none ! important;
    float: left;
    display: inline ! important;
    width: 90px;
    height: 33px;
    background:url("/static/images/required/forms/blue-submit.gif") no-repeat;
    cursor: pointer;
    border: none;
    text-indent: -9999em;
}
#contactusblue select {
    display: inline ! important;
    clear: left ! important;
    float: left;
}


/* newsletter signup */
#newsletter {
    margin: 6px auto;
    width: 288px;
}
#newsletter p {
    margin-left: 3px;
    padding: 0;
    margin-right: 0;
    line-height: 18px;
}
#newsletter h2 {
    margin-left: 3px;
}
#newsletter .submitBtn {
    margin-top: 6px;
    width: 90px;
    height: 33px;
    background:url("/static/images/required/forms/blue-submit.gif") no-repeat;
    cursor: pointer;
    border: none;
    text-indent: -9999em;
}
#newsletter label {
    margin-top: 12px ! important;
}

/* general */
.black {
    color: #000000 ! important;
    font-weight: bold;
    font-size: 15px;
}
.spacebottom {
    margin-bottom: 18px ! important;
}
.large {
    font-size: 23px ! important;
    line-height: 24px;
}
label, input, select { display: block; clear: both; margin-top: 2px; margin-left: 3px; border:0;}
label { margin-top: 14px ! important; color: #666666; font-size: 12px; font-weight: bold;}
input,select { width: 90%; border: 2px solid #e2e2e2; }
select { height: 26px ! important; padding-top: 3px; width: 145px;}
#divspan { clear: both ! important; display: block ! important; padding: 0; padding-top: 10px ! important;} 
#divspan span label, 
#divspan span input, 
#divspan span select {
	clear: none ! important;
	display: inline ! important;
	float: left ! important;
	margin: 0 ! important;
	padding: 0 ! important;
	margin-left: 3px ! important;
	font-weight: normal ! important;
}

#divspan input.checkbox {
	padding: 0;
	margin: 0;
	display: inline ! important;
	height: 13px;
        width: 13px;
	vertical-align: middle;
	margin-top: 1px ! important;
}
