#slider {
width:416px;
top:100px;
position:fixed;
z-index: 99999999;
}
#header1 {
background-color: #FFF;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    box-shadow: 0 0 8px gray;
    color: #b4b4b4;
    height: auto;
    margin-left: 40px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    width: 260px;
	top:90px;
}
#sidebar {
position:absolute;
top:360px;
left:113px;
box-shadow:0 0 8px gray
}
#sidebar1 {
position:absolute;
top:360px;
 left: 116px;
box-shadow:0 0 8px gray
}
h3 {
font-family:'Roboto Slab',serif
}
.input1{
 border: 1px solid #b4b4b4;
    border-radius: 2px;
    color: #000 !important;
    font-size: 11px;
    margin-top: -7px;
    padding: 6px;
    width: 100%;
}

div#title {
position:absolute;
top:300px;
left:650px
}
select {
padding:6px;
width:100%;
font-size:15px;
border-radius:2px;
border:3px solid #98d0f1
}
.msz {
    border: 1px solid #b4b4b4;
    border-radius: 2px;
    color: #000;
    font-size: 11px;
    height: 80px;
    margin-top: -6px;
    padding: 6px;
    width: 100%;
}
.button8 {
 background: #a0035a none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: bolder;
    margin-top: 7px;
    padding: 10px 0;
    width: 50%;
}
#header1 p {
  color: #fff !important;
    font-size: 20px;
}