/*
    More styles are applied internally within
    Footer-Wufoo-Iframe.html
*/

#footer-top-with-wufoo{
    width: 952px;
	height: 72px;
	background-color: #EBEBEB;
	font-family: Helvetica, Arial, sans-serif;
	padding: 4px 4px 0px 4px;
}
.footer-top-section{
	float: left;
	width: 296px;
	padding: 8px 10px;
	height: 56px;
    position: relative;
}
.footer-top-section h3{
    color: #006BAB;
	white-space: nowrap;
}

#footer-top-wufoo{
	border-color: #505050;
	border-width: 1px;
	border-style: none dotted;
}
#footer-top-cards {
    padding-left: 134px;
    width: 172px;
}
#footer-top-catalog:before {
    content: '';
    width: 250px;
    height: 100px;
    background-image: url(images/footer_eai_catalog.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
}
#footer-top-cards:before {
    content: ' ';
    width: 150px;
    height: 100px;
    background-image: url(images/footer_eai_giftcard.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    left: 10px;
}

.hideme{
	visibility: hidden;
}
.footer-top-section p,
#form13{
	text-align: right;
    margin-bottom: 0px;
}

#saveForm,
.gobutton{
	color: #FFFFFF;
	padding: 6px 14px 6px 6px;
	border-radius: 6px;
	font-size: 12px;

	background: #84d059; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #84d059 0%, #85d663 25%, #74cf54 50%, #58c92b 75%, #3b9514 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#84d059), color-stop(25%,#85d663), color-stop(50%,#74cf54), color-stop(75%,#58c92b), color-stop(100%,#3b9514)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #84d059 0%,#85d663 25%,#74cf54 50%,#58c92b 75%,#3b9514 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #84d059 0%,#85d663 25%,#74cf54 50%,#58c92b 75%,#3b9514 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #84d059 0%,#85d663 25%,#74cf54 50%,#58c92b 75%,#3b9514 100%); /* IE10+ */
	background: linear-gradient(135deg,  #84d059 0%,#85d663 25%,#74cf54 50%,#58c92b 75%,#3b9514 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84d059', endColorstr='#3b9514',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.gobutton{
	text-decoration: none;
	display: inline-block;
}
.gobutton:hover{
	text-decoration:none;
	color: #FFFFFF;
}

#form13 .wrapper,
.gobutton{
	position: relative;
}
#form13 .wrapper:before,
.gobutton:before{
	content: '';
	display: block;
	width: 0; 
	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #FFFFFF;
	position: absolute;
	top: 9px;
	right: 6px;
}