﻿#box{
	position: fixed;
	width:100%;
	background: #12A59E;
	color: white;
	bottom: 0;
	padding: 15px 0;
	border-bottom:3px solid #F99300;
	display:none;
	z-index:20;
}
.centerbox{
	width: 900px;
	margin: 0 auto;
	padding:0 50px;
	text-align:left;
}
#img{
	width:311px;
	float:left
}
#txt{
	margin-top: 15px;
	font-size:17px;	
	font-weight:bold;
	letter-spacing:0.5px;
}
#txt, #formcpa{
	width: 460px;
	float:left;
	margin-left:25px
}
#formcpa{
	margin-top: 15px;	
}
#formcpa input#Email_TXT{
	height:31px;
	width:255px;
	float: left;
	color: black !important;
}
input, button, textarea{
	outline:none; /*or outline-color:#FFFFFF; if the first doesn't work*/	
}
input#Email_TXT:focus{
    border:1px solid #F99300;
    -webkit-box-shadow: 0px 0px 4px 0px #F99300;
    box-shadow: 0px 0px 4px 0px #F99300;
}
#formcpa #Button1{
	float:left;
	margin-left:10px;
	padding:4px 40px;
	font-weight: bold;
	background:#f99300;
	text-transform:uppercase;
	border-radius:3px;
	cursor: pointer;
	border:none;
}
#closecpa{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;	
}