/* RSFORM OVERRIDES */
.rsform-block-captcha input {width:50px !important; vertical-align:middle; margin-left:5px;}
.rsform-block-captcha img {vertical-align:middle;}

.formTableLayout {
padding:10px;
background-color:#FFFFFF;
border-left:1px #E3E3E3 solid;
border-right:1px #E8E8E8 solid;
border-top:1px #E3E3E3 solid;
border-bottom:1px #E8E8E8 solid;
}

.formTableLayout tr.rsform-block > td {padding: 10px !important;}
.formTableLayout tr {vertical-align:top;}

.custom .rsform-submit-button {font-family: 'Roboto Condensed',sans-serif; vertical-align:middle; width:90px !important; font-size:14px !important; text-shadow: 0.01em 0.01em #727272; cursor:pointer; border-radius:0px; background-color: #ffffff; border: 1px solid #ffffff; color: #000000; display: block;  float: right; margin-top: 15px; padding: 10px 15px; text-align: center; text-transform: uppercase;}

.custom .rsform-submit-button:hover {background-color: #151515; color: #c09257; text-decoration: none;}

.rsform-submit-button {font-family: 'Roboto Condensed',sans-serif; vertical-align:middle; text-align:center; width:90px !important; font-size:14px !important; color:#FFFFFF; background-color:#AF9B5A; text-shadow: 0.01em 0.01em #727272; text-transform:uppercase; padding: 7px 10px 7px 10px; border:0; cursor:pointer; border-radius:3px;}
.rsform-select-box {font-family: 'Roboto Condensed',sans-serif; font-size:14px !important; padding:6px;}
.rsform-block-submit td {text-align:right;}
.rsform-block td {font-size:14px !important;}
.rsform-block-captcha input {width:50px !important; vertical-align:middle; margin-left:5px;}
.rsform-block-captcha img {vertical-align:middle;}

.rsform-block-captcha a {
background-image: url("http://www.eclipsemedia.ca/images/refreshicon.png") !important; 
background-position: center center !important; 
background-repeat:no-repeat !important; 
width:20px !important; 
height:20px !important;
vertical-align:middle !important; 
line-height:20px !important;
color: transparent !important; 
text-shadow: none !important;
font-family: 'Roboto', sans-serif !important;
font-size:12px !important;
line-height:12px !important;
}

.rsform-input-box {
font-family: 'Roboto', sans-serif;
font-size:14px;
background-color:#F0F0F0;
width:100%;
border-left:1px #C5C5C5 solid;
border-right:1px #F7F7F7 solid;
border-top:1px #C5C5C5 solid;
border-bottom:1px #F7F7F7 solid;
padding:6px;
border-radius:3px;
margin-bottom:4px;
}

.formTableLayout textarea {
font-family: 'Roboto', sans-serif;
font-size:14px;
background-color:#F0F0F0;
width:100%;
height:75px;
border-left:1px #C5C5C5 solid;
border-right:1px #F7F7F7 solid;
border-top:1px #C5C5C5 solid;
border-bottom:1px #F7F7F7 solid;
padding:6px;
border-radius:3px;
}
/* END RSFORM OVERRIDES */


.breadcrumb {
/* Change the default value #F5F5F5 in a different color */
   background-color: #F5F5F5;
/* No background color + change margins and padding */
background: none;
margin: 0 0 0 0;
padding: 20px 0 0 0;
}
.breadcrumb .divider img {padding-bottom:4px; padding-right:10px;}
/* IE8 fix - Bootstrap override*/
.breadcrumb li {
display: inline;
    }