.RadInput_Videospace, .RadInputMgr_Videospace {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.input_label{width:100px;}
.input_field{width:300px;}

.t-ie .RadInput_Videospace, .t-ie .RadInputMgr_Videospace {
    height: 34px;
    height: calc(1.4285714286em+ 14px);
}
.RadInput_Videospace .riTextBox, .RadInput_Videospace .riSelect, .RadInput_Videospace .rcSelect, .RadInputMgr_Videospace {
    border-color: #cdcdcd;
    border: 1px solid #cdcdcd;
    color: #333;
    background-color: #fff;
}
.RadInput_Videospace .riEmpty, .RadInput_Empty_Videospace {
    color: rgba(51, 51, 51, 0.8);
}
.RadInput_Videospace.RadInputHovered .riTextBox, .RadInput_Videospace.RadInputHovered .riSelect, .RadInput_Videospace.RadInputHovered .rcSelect, .RadInput_Hover_Default {
    border-color: #adadad;
    color: #333;
    background-color: #fff;
}
.RadInput_Videospace.RadInputFocused .riTextBox, .RadInput_Videospace.RadInputFocused .riContentWrapper, .RadPicker_Videospace .RadInputFocused, .RadInput_Focused_Videospace {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.RadInput_Videospace.RadInputFocused .riTextBox, .RadInput_Videospace.RadInputFocused .riSelect, .RadInput_Videospace.RadInputFocused .rcSelect, .RadInput_Focused_Videospace {
    border-color: #3b87c8;
    color: #333;
    background-color: #fff;
}
.RadInput_Videospace .riTextBox, .RadInputMgr_Videospace {
    border-radius: 4px;
/*    padding-top: 6px;
    padding-bottom: 6px;*/
    width:98%;
    height: 30px;
    margin-bottom: 10px;
    padding: 9px 4px !important;
}

.RadInput_Videospace .riRead, .RadInput_Read_Videospace {
    border-color: #ccc;
    color: #333;
    background-color: #fff;
}
.RadInput_Videospace.RadInputError .riTextBox, .RadInput_Videospace.RadInputError .riSelect, .RadInput_Videospace.RadInputError .rcSelect, .RadInput_Error_Videospace, .RadForm.rfdTextbox .RadInput_Videospace .riError[type="text"], .RadForm.rfdTextbox .RadInput_Error_Default[type="text"] {
    border-color: #a94442;
    color: #a94442;
    background-color: #f2dede;
}
.RadInput_Videospace.RadInputError {
    color: #a94442;
}
.RadInput_Videospace .riNegative, .RadInput_Negative_Videospace {
    color: #4d4c4c;
}
.RadInput_Videospace .riSelect {
    overflow: hidden;
    border-radius: 0 4px 4px 0;
    width:98%;
    height: 34px;
    margin-bottom: 10px;
}
.RadInput_Videospace a, .RadInput_Videospace.RadInputDisabled a:hover, .RadInput_Videospace.RadInputDisabled a:active {
    border-color: #ccc;
    color: #333;
    background-color: #fff;
    padding-left: 6px;
    padding-right: 6px;
}
.RadInput_Videospace a:hover {
    border-color: #adadad;
    color: #333;
    background-color: #e6e5e5;
}
.RadInput_Videospace a:focus, .RadInput_Videospace a:active {
    border-color: #adadad;
    color: #333;
    background-color: #e6e5e5;
}
.RadInput_Videospace .riLabel {
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
width:150px;
min-width:100px;
}
.RadInput_Videospace textarea {
    margin-bottom: 10px;
    width:98%;

}
.RadInput_Videospace .riText {
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
width:100%;
min-width:100px;
}
.RadInput_Videospace.riContButton .riDown {
    margin-left: -33px;
    margin-left: calc(-13px - 1.42857em);
}
