#slider {
width:331px;
top:150px;
position:fixed;
    z-index:9999999; 

}
#header1 {
width:280px;
/*height:520px;*/
position:absolute;
right:0;
/*border:1px solid #d8d8d8;*/
margin-left:0px;
padding:20px 40px;
border-radius:3px;
box-shadow:0 0 8px gray;
    z-index:9999999;
    background-color: #1D1F20;
    border-radius: 15px 0px 0px 15px;
    border: 5px solid #666666;
    border-right: none;    
}
#sidebar {
position:absolute;
top:180px;
left:0px;
/* box-shadow:0 0 8px gray;*/
    z-index:9999999; 
}
#sidebar1 {
position:absolute;
top:180px;
left:0px;
/*box-shadow:0 0 8px gray;*/
    z-index:9999999;    
}
#header1 h2{
   font-size: 21px;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 15px;
}

#slider input[type=text] {
margin-top:10px;
padding:6px;
width:100%;
font-size:15px;
border-radius:2px;
border:3px solid #98d0f1;
border: 3px solid #666666;
    border-radius: 5px;
    background: #f2f2f2;    
}

div#title {
position:absolute;
top:300px;
left:650px
}
#slider select {
padding:6px;
width:100%;
font-size:15px;
border-radius:2px;
border:3px solid #98d0f1
}
#slider textarea {
padding:6px;
font-size:15px;
border-radius:2px;
border:3px solid #98d0f1;
margin-top:10px;
height:80px;
width:100%;
border: 3px solid #666666;
    border-radius: 5px;
    background: #f2f2f2;    
}
#slider button {
background: #ff912f;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 17px;
    font-weight: bolder;
    padding: 4px 0;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 25px;
}