/* Forms
-------------------------------------------------------------- */
textarea, input {
	padding: 3px 8px;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-image: none;
	color: rgb(0, 0, 0);
}
.fscf-div-error {
    padding-bottom: 10px;
    color: #EF1200;
    font-size: 14px;
	font-size: 1.4rem;
}
/* Form 1
-------------------------------------------------------------- */
#FSContact1 {
	position: relative;
}
#FSContact1 label {
    font-size: 13px;
	font-size: 1.3rem;
}
#FSContact1 img { /*captcha*/
    float: left;
}
.fscf-div-label {
    margin: 10px 0 5px 0;
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill {
	/*background-color: #DCEDF9;*/ 
    color: #000;
    border: 1px solid #CCC;
}
#FSContact1 input,
#FSContact1 textarea {
	width: 100%;
    /*background-color: #DCEDF9;*/ 
    color: #000;
    border: 1px solid #CCC;
}
#FSContact1 textarea { 
	height: 110px;
}
input#fscf_submit1 {
	width: 131px;
	background-color: #000;
    margin-top: 20px;
    text-transform: uppercase;
    color: #fff;
}
input#fscf_submit1:hover {
	background-color: #DD2A1B;
    color: #fff;
}
#FSContact1 img { /*captcha*/
    float: left;
}
#fscf_captcha_image_div1 {
    width: 160px;
    height: 45px;
    margin-top: 9px;
}
#fscf_captcha_refresh1 a {
    margin: 0!important;
}
input#fscf_captcha_code1 {
    width: 131px;
}

/* Form 2
-------------------------------------------------------------- */
