form#casting{
    overflow: hidden;
    padding: 0 20px;
    font: 14px/16px "Calluna", serif;
}
#casting input, #casting textarea, .formBack{
    border:1px solid #ccc;
    border-bottom: 2px solid #ccc;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    background-color: #ccc;
    color:#2b2b2b;
    padding:19px 19px 18px 19px;
    font: 14px/20px "Calluna", serif;
    width:100%;
}
a.formBack{
    width:auto;
    border:0 solid #000;
    padding:10px 20px;
    color: #2b2b2b;
    font-size:16px;
}
a.formBack:hover{
    color: #fff;
}

#casting input.error,
#casting textarea.error,
#casting #dropzone .fallback.error{
    border-bottom: 2px solid red;
}
#casting textarea:focus,
#casting input:focus,
#casting input[type="text"]:focus,
#casting input[type="password"]:focus,
#casting input[type="datetime"]:focus,
#casting input[type="datetime-local"]:focus,
#casting input[type="date"]:focus,
#casting input[type="month"]:focus,
#casting input[type="time"]:focus,
#casting input[type="week"]:focus,
#casting input[type="number"]:focus,
#casting input[type="email"]:focus,
#casting input[type="url"]:focus,
#casting input[type="search"]:focus,
#casting input[type="tel"]:focus,
#casting input[type="color"]:focus,
#casting .uneditable-input:focus,
#casting #dropzone:focus {
    border-color: #101010;
    outline: 0 none;
    box-shadow:none;
    background-color: #101010;
    color: #fff;
}
#casting .submit{
    background-color: #101010;
    color: white;
    border:1px solid #101010;
    height:76px;
}
#casting fieldset.error label{
    color: red;
    font-weight: 700;
}
#casting .radios{
    width:auto;
    visibility:hidden;
    padding: 0;
    background-color: transparent;
    border-width:0;
}
.ie8 #casting .radios{
    visibility: visible;
}
#casting .radios:focus{
    background-color: transparent;
    border-width: 0;
}
#casting .radios:before{
    box-sizing: border-box;
    content:'';
    width:14px;
    height:14px;
    display: block;
    visibility: visible;
    background-color: #ccc;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
#casting .radios:checked:before{
    background-color: #000;
    border:2px solid #ccc;
}
#casting textarea{
    height: 100px;
    vertical-align: top;
    resize: none;
}
form#casting .row{
    margin:0 -10px;
    padding:10px 0 30px;
    overflow: hidden;
}
form#casting .row:first-child{
    padding-top: 0;
}
#casting fieldset{
    width:100%;
    margin:0;
    padding:10px 10px 10px 10px;
    border-width:0;
    float:left;
}
form#casting .row:first-child fieldset:first-child{
    padding-top:0;
}
#casting fieldset.half{
    width:50%;
}
#casting fieldset.third{
    width:33.33333%;
}
#casting fieldset.quarter{
    width:25%;
}
#casting legend{
    font: 10px/12px "Brandon Text", sans-serif;
    text-transform: uppercase;
    color: #9b9b9b;
    padding-left: 10px;
}
#casting label{
    color:#9b9b9b;
}
#casting textarea:focus::-webkit-input-placeholder,
#casting input:focus::-webkit-input-placeholder,
#casting textarea:focus:-ms-input-placeholder,
#casting input:focus::-ms-input-placeholder{
    color: #ccc;
}
#casting textarea:focus:-moz-placeholder,
#casting input:focus:-moz-placeholder,
#casting textarea:focus::-moz-placeholder,
#casting input:focus::-moz-placeholder{
    color: #ccc;
    opacity: 1;
}
#casting #dropzone .fallback{
    background-color: #ccc;
    color:#2b2b2b;
    position:relative;
}
#casting #dropzone .fallback:active{
    background-color: #101010;
    color: #fff;
}
#casting #dropzone label{
    position:absolute;
    top:50%;
    margin-top:-7px;
    width:100%;
    display: block;
    text-align:center;
}
.ie8 #casting #dropzone label{
    text-align:left;
    padding-left: 3px;
}
#casting .fileupload{
    opacity:0;
}
.ie8 #casting .fileupload{
    filter:alpha(opacity=100);
}
#casting .bar {
    height: 4px;
    background: #101010;
}
#casting .fallback{
    position: relative;
}

#recaptcha{
    margin-right:-5px;
}
#recaptcha.error > div{
    border-bottom:2px solid red;
}

@media screen and (max-width:479px){
    #casting fieldset.half{
        width:100%;
    }
    #casting fieldset.third{
        width:100%;
    }
    #casting fieldset.quarter{
        width:50%;
    }
}

/*This will work for firefox*/
@-moz-document url-prefix() {
    #casting .radios{
        visibility: visible;
    }
}

/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#casting .radios{
        visibility: visible;
    }
}

/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
	#casting .radios{
        visibility: visible;
	} 
}
