#loadvideo {
    background: green;
    color: #ffffff;
    padding: 5px;
    width: 290px !important;
    max-width: 90%;
    cursor: pointer;
    border: #ffffff;
    border-radius: 5px;
    margin: 10px;
}
#videoupload {
    text-align: center;
	clear: both;
}
#videoupload input {
    width: 90%;
    border: 0;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 10px;
    border: 1px solid #839af5;
}
#videoupload .btn {
    width: 80%;
    padding: .5rem;
    border: 0;
    background: #fe6f27;
    font-size: 1.2em;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 3px 0px #fe6f27;
    margin: 1.2rem auto;
    float: none;
	display: block;
}
#videoupload .btn:hover {
    background: #00398c;
    color: #b5b5b5;
    box-shadow: none;
}
#videoupload .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #d6d8db;
    background-color: #3c4760;
    background-clip: padding-box;
    border: 1px solid #72a7db;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#videoupload .progress {
    background-color: #3fee8c;
    position: relative;
    margin: 20px auto;
    height: 3.2rem;
	clear: both;
    width: 80%;
}
#videoupload .progress-bar {
    background-color: #7eeed8;
    width: 100%;
    height: 3.2rem;
}
#videoupload progress::-webkit-progress-value {
    background: #3fee8c;
}
#videoupload progress::-webkit-progress-bar {
    background: #1e1e3c;
}
#videoupload progress::-moz-progress-bar {
    background: #3fee8c;
}
#videoupload #loadvideo {
    background: green;
    color: #ffffff;
    padding: 5px;
    width: 290px !important;
    max-width: 90%;
    cursor: pointer;
    border: #ffffff;
    border-radius: 5px;
    margin: 10px;
}
.formspecial span#videostatus {
    float: left;
    padding-top: 15px;
	font-weight: bold;
}

.formspecial #youtubelink, .formspecial #videoupload {
    background: #dddddd;
    padding-top: 10px;
	margin-bottom: 10px;
}