
.productFinder--signPost .formControl-hd {
    float: none;
    width: 100%;
}

.productFinder--signPost .productFinder-submit {
    position: relative;
    width:100%;
    right:0;
    bottom:0;
}

.productFinder--signPost .formControl-hd {
    font-size: 1.2em;
}

.productFinder--signPost .headline {
    font-size: 1.3em;
}

.productFinder--signPost .formControl-hd {
	line-height: 30px;
}

#run .productFinder--signPost .formControl {
	padding-bottom: 15px;
}

.productFinder--signPost {
	background-color:#fff; 
	border-radius:4px; 
	height:270px; 
	margin-right:10px;
}

.productFinder--signPost .submitBtn {
	width: 100%;
	height:37px;
	display: block;

	cursor: pointer;
	height: 37px;
	line-height: 37px;
	padding: 0 20px;
	text-align: center;
	border-radius: 4px;
	color:#fff;
	background: #c00;
	border:1px solid #790000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	font-weight:normal;
}

.productFinder--signPost .submitBtn_isDisabled {
    opacity: .6;   
}

.productFinder--signPost .submitBtn .submitBtn-text {
	color:#fff;
	font-weight:normal;
}

.productFinder--signPost .submitBtn:focus {
     outline: 1px solid #000;
     border:1px solid #fff;
}
.productFinder--signPost .col-50 {
    width:245px;
    float:left;                                       
}

.productFinder--signPost .col-50-sm {
    width:100px;
    float:left;
}

.productFinder--signPost .col-50-sm:first-child {
    margin-right: 7px;
}

.productFinder--signPost .submitBtn--wrapper {
    padding-top:10px;
}

.productFinder--signPost .finder-overlay {
    height:270px;
    width:535px;
    background-color: white;
    opacity: .8;
    position: absolute;
    z-index: 999;
    transition: background-color 0.5s ease;
    border-radius: 4px;
    margin-top:-20px;
    margin-left:-20px;
}

.productFinder--signPost .finder-overlay img {
    margin-left:228px;
    margin-top:81px;
}

.selector-focus:focus {
    border:0;
    outline:0;
}