h1 {
	width: 0px;
	height: 0px;
	overflow: hidden;
}
img.frheader {
	float: left;
	width: 100%;
	margin-bottom: 3%;
}
div.pic {
	float: left;
	width: 30%
}
div.copy {
    float: left;
    margin-left: 3%;
    padding-top: 2%;
    width: 67%;
}
img.frstoreleft {
    float: left;
    width: 100%;
}

h2 {
    font-size: 24px;
    margin: 35px 0;
    text-align: center;
    text-transform: uppercase;
	color: #015283;
}
h3 {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.left {
    background: none repeat scroll 0 0 #fffeea;
    border: 1px solid #cccccc;
    float: left;
    font-size: 11pt;
    padding: 10px;
    width: calc(50% - 22px);
	clear: both;
	margin-top: 25px;
}
div .left h2 {
	text-align: center;
}
.right {
	padding-left: 10px;
	float: right;
	clear: right;
	width: auto;
	margin-top: 25px;
}
div.right ul {
    list-style: square url("../img/franchise-bullet.jpg");
}

h4.frformhead {
    background: none repeat scroll 0 0 #015283;
    border-radius: 12px 12px 0 0;
    color: #ffffff;
    float: left;
    font-size: 24px;
    margin-top: 25px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.frform {
    background: none repeat scroll 0 0 #f0f0f0;
    border-radius: 0 0 12px 12px;
    float: left;
    padding: 20px;
    width: calc(100% - 40px);
}

.frform input:focus {
	border: 1px solid #015283;
}
div.frform form label {
    clear: both;
    color: #444;
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 5px;
    padding-top: 3px;
}
.frform div {
	margin: 5px 0;
}

div.frform form input {
    height: 20px;
    margin: 0;
    padding: 5px;
    width: calc(100% - 12px);
}

div.frform form select {
    height: 30px;
    margin: 0;
    padding: 5px;
    width: 100%;
}

.firstname,
.lastname,
.city {
	float: left;
	width: 37%;
}
.middlename {
	float: left;
	width: 18%;
	margin: 5px 4% 0 !important;
}
.state  {
	float: left;
	width: 37%;
	margin: 5px 3% 0 !important;
}
.zipcode {
	float: left;
	width: 20%;
}
.phone {
	float: left;
	width: 48%;
	margin: 0 2% 0 0 !important;
}
.email {
	float: left;
	width: 48%;
	margin: 0 0 0 2% !important;
}
input.frsubmit {
	background : #3a83c2;
	background : -moz-linear-gradient(top, #25548a 0%, #4bb8f0 51%, #3a83c2 100%);
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25548a), color-stop(51%,#4bb8f0), color-stop(100%,#3a83c2));
	background : -webkit-linear-gradient(top, #25548a 0%, #4bb8f0 51%, #3a83c2 100%);
	background : -o-linear-gradient(top, #25548a 0%, #4bb8f0 51%, #3a83c2 100%);
	background : -ms-linear-gradient(top, #25548a 0%, #4bb8f0 51%, #3a83c2 100%);
	background : linear-gradient(top, #25548a 0%, #4bb8f0 51%, #3a83c2 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bb8f0', endColorstr='#3a83c2',GradientType=0 );
    border-radius: 8px;
    clear: both;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: auto !important;
    margin: 3% 25% 0 !important;
    padding: 5px 20px !important;
    text-transform: uppercase;
    width: 50% !important;
}
input.frsubmit:hover {
	background : #25548a;
	background : -moz-linear-gradient(top, #25548a 0%, #3a83c2 100%);
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25548a), color-stop(100%,#3a83c2));
	background : -webkit-linear-gradient(top, #25548a 0%, #3a83c2 100%);
	background : -o-linear-gradient(top, #25548a 0%, #3a83c2 100%);
	background : -ms-linear-gradient(top, #25548a 0%, #3a83c2 100%);
	background : linear-gradient(top, #25548a 0%, #3a83c2 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#25548a', endColorstr='#3a83c2',GradientType=0 );
}
.error {
	margin: 5% 5% 0;
	text-align: center;
	color: #FF0000;
	font-size: 20px;
}
.success {
	float: left;
	margin: 5%;
	text-align: center;
	font-size: 20px;
}