
form{
position: fixed;
top: 180px;
right: 160px;
background-color:white;
}

#backgroundimage
{
position: absolute;
top: 100px;
}
fieldset{
border:none;}
input[type="text"] {
  display: block;
  margin: 0;
  width: 285px;
  font-family: sans-serif;
  font-size: 12px;  
   padding: 5px;
  border: solid 1px #D3D5D5;
}

input[type="password"] {  
display: block;
  margin: 0;
  width: 285px;
  font-family: sans-serif;
  font-size: 12px;  
   padding: 5px;
  border: solid 1px #D3D5D5;
}
h3{
font-size:12px;
  font-family: sans-serif;
color:grey;
line-height: 80%;
}
input[type=submit] {
   display: block;
    margin: 0;
     width: 310px;
    font-family: sans-serif;
    font-size: 14px;
  font-weight: bold;
    color: white;
    padding:8px; 
    background: #E56C1E  ; 
    border:0 none;
   border-radius:5px;
   }