
#multiple_slides_visible input, #multiple_slides_visible label[for="uploader"], #multiple_slides_visible label[for="uploader1"], #multiple_slides_visible label[for="uploader2"], #multiple_slides_visible textarea {
    background: none repeat scroll 0 0 #fff;
    border-color: #c9c7cc #cecbd1 #d4d1d7;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 1px 0 #fff;
    color: #656268;
    font-size: 12px;
    height: 30px;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 70%;
}
.submit_button {
    /*background: linear-gradient(to bottom, #52b0d1, #447daf) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #3b7db6 #326999 #29577e;*/
    background: linear-gradient(to bottom, #1d468f, #1d468f) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #0565b3 #1d468f #1d468f;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    padding:5px;
}
h1{
	color: #1d468f;
    font-size: 18px;
    margin: 10px;
}
.error {
    color: red;
    margin: 5px;
}
/*#multiple_slides_visible .inner_container{
	border: 0px solid black;
    float: left;
    height: auto;
    margin: 10px auto 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 0 23%;
    width: 600px;
}*/
.profile_label{
    font-weight: bold; 
    margin-left: 25%;
}
.success {
    color: green;
    font-weight: bold;
    margin: 5px;
}
