
/* inherit */
/* IE Fixes */

.ie .textInput {
	line-height: 35px;
}


/* Resets */

#FbridgeTBSGWidget fieldset,
#FbridgeTBSGWidget h2,
#FbridgeTBSGWidget,
#FbridgeTBSGWidget .textInput,
#FbridgeTBSGWidget .button {
	width: 100% !important;
}

#FbridgeTBSGWidget * {
	text-transform: none !important;
	background-image: none !important;
	text-indent: 0 !important;
	word-wrap: normal !important;
}

#FbridgeTBSGWidget fieldset {
	box-sizing: border-box;
	-moz-box-sizing: border-box; // for Mozilla
	-webkit-box-sizing: border-box; // for WebKit
	-ms-box-sizing: border-box; // for IE8
	background-color: inherit;
	width: 100% !important;
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	font-size: inherit !important;
	-webkit-margin-start: 0;
	-webkit-padding-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-end: 0;
	-webkit-padding-before: 0;
	-webkit-padding-after: 0;
	-webkit-margin: 0px;
	-webkit-padding: 0px;
}

#FbridgeTBSGWidget .selectInput {
	height: 35px !important;
	margin: 0px 0px 30px 0px !important;
	padding: 0px !important;
	line-height: 10px !important;
	vertical-align: center !important;
	}

#FbridgeTBSGWidget .textInput:focus,
#FbridgeTBSGWidget .emailInput:focus,
#FbridgeTBSGWidget input[type=submit]:focus {
	outline: none !important;
}

#FbridgeTBSGWidget input[type=submit],
#FbridgeTBSGWidget input[type=text] {
	-webkit-appearance: none !important;
}

#FbridgeTBSGWidget input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0 !important;
    padding: 0 !important;
}

/* Styling */


#FbridgeTBSGWidget {
	box-sizing: border-box;
	-moz-box-sizing: border-box; // for Mozilla
	-webkit-box-sizing: border-box; // for WebKit
	-ms-box-sizing: border-box; // for IE8
	font-size: 1em !important;
	background-color: inherit !important;
	color: inherit !important;
	width: 100% !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 5px !important;
	margin: 0px 0px 15px 0px !important;
}

#FbridgeTBSGWidget .textInput,
#FbridgeTBSGWidget .selectInput,
#FbridgeTBSGWidget .button {
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
}

#FbridgeTBSGWidget .textInput,
#FbridgeTBSGWidget .selectInput {
	border: 1px solid inherit !important;
}

#FbridgeTBSGWidget label {
	border: 0px !important;
	padding: 0px !important;
	margin-bottom: 5px !important;
}

#FbridgeTBSGWidget h2 {
	font-size: 1.8em !important;
	border: 0px !important;
	margin: 0px 0px 13px 0px !important;
	padding: 0px !important;
	line-height: 1.2em !important;
	text-align: left !important;
}

#FbridgeTBSGWidget #errorField,
#FbridgeTBSGWidget #attribution {
	font-size: .9em !important;
}

#FbridgeTBSGWidget #errorField {
	color: #d42932 !important;
	margin-bottom: 12px !important;
}

#FbridgeTBSGWidget #errorField p {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

#FbridgeTBSGWidget .invalid {
	border: 1% solid #d42932 !important;
	box-shadow: inset 0px 0px 0px 2px #d42932 !important;
}


#FbridgeTBSGWidget #attribution {
	margin-bottom: -15px !important;
}


#FbridgeTBSGWidget label,
#FbridgeTBSGWidget input{
	display: block !important;
}

#FbridgeTBSGWidget a {
	display: block !important;
	margin: 10px 0px 10px 0px !important;
}

#FbridgeTBSGWidget a:hover {
	display: block !important;
	text-decoration: underline !important;
}


#FbridgeTBSGWidget input[type=text] {
	box-sizing: border-box;
	-moz-box-sizing: border-box; // for Mozilla
	-webkit-box-sizing: border-box; // for WebKit
	-ms-box-sizing: border-box; // for IE8
	font-size: inherit;
	padding: 0px 8px 0px 8px !important;
	margin-bottom: 13px !important;
	width: 100% !important;
	height: 35px !important;
	vertical-align: bottom !important;
	font-family: inherit !important;
	font-size: inherit !important;
	color: #333333 !important;
	background-color: #fff !important;
}

#FbridgeTBSGWidget .selectInput {
	box-sizing: border-box;
	-moz-box-sizing: border-box; // for Mozilla
	-webkit-box-sizing: border-box; // for WebKit
	-ms-box-sizing: border-box; // for IE8
	font-size: inherit;
	padding: 8px 0 8px 5px !important;
	margin-bottom: 13px !important;
	width: 100% !important;
	height: 35px !important;
	vertical-align: bottom !important;
	font-family: inherit !important;
	font-size: inherit !important;
	color: #333333 !important;
	background-color: #fff !important;
}


#FbridgeTBSGWidget .button{
	vertical-align: baseline !important;
	color: white !important;
	width: 100% !important;
	font-family: inherit;
	font-weight: bold !important;
	background-color: #000 !important;
	background-image: none !important;
	height: auto !important;
	border: none !important;
	padding: 12px 0px 14px 0px !important;
	cursor: pointer !important;
	filter: alpha(opacity=30);
	-moz-opacity:0.30;
	opacity: .30;	
	transition: opacity .2s;
	-moz-transition: opacity .2s; /* Firefox 4 */
	-webkit-transition: opacity .2s; /* Safari and Chrome */
	-o-transition: opacity .2s; /* Opera */

}

#FbridgeTBSGWidget .button:focus,
#FbridgeTBSGWidget .button:hover {
	filter: alpha(opacity=40);
	-moz-opacity:0.40;
	opacity: .40;	
}

#FbridgeTBSGWidget .selectInputBirthdateDay {
	
	width:55px!important;
}

#FbridgeTBSGWidget .selectInputBirthdateMonth {
	
	width:50px!important;
}

#FbridgeTBSGWidget .selectInputBirthdateYear {
	
	width:65px!important;
}

/*----------------------- widget recaptcha --------------------*/
#FbridgeTBSGWidget #recaptcha_widget{position: relative;}
#FbridgeTBSGWidget #recaptcha_widget a{
	display:inline!important;
}
#FbridgeTBSGWidget #recaptcha_widget p{
    position: absolute;
    text-align: center;
    top: -25px;
    left: 11px;
    width: 100%;
    font-family: "HelveticaNeueRegular","Myriad Pro";
    font-size: 14px;
    color: #6A6A6A;
}
#FbridgeTBSGWidget #recaptcha_image{
    width: 200px !important;
    height: 30px !important;
} 
#FbridgeTBSGWidget #recaptcha_image img{
    width: 100%!important;
    height: auto!important;
    background-color: #F0F0F0;
    border-color: 1px solid #DDDDDD;
}
#FbridgeTBSGWidget #recaptcha_response_field{
    height: 30px;
    width: 210px;
    margin: 0 0 0 3px;
    padding: 5px 27px 5px 5px;
    background-color: #F0F0F0;
    border-color: #DDDDDD;
    font-size: 15px;
    display:inline!important;
}

