div.titleLogo {
    position : absolute;
  top : 10px;
  left : 10px;
}
div.mainArea {
   position : absolute;
  top : 60px;
 left : 0px;
  margin-bottom : 120px;
    width : 100%;
 text-align : center;
}
div.buttonArea {
   border : 0px solid #999999;
   position : absolute;
  top : 10px;
   left : 0px;
   padding : 20px 20px 120px 20px;
}
div.imgArea {
   position : absolute;
  top 0px;
  left : 250px;
 margin-bottom : 120px;
}
div.footer_fix {
    position : fixed ;
  bottom : 0px;
    left : 10px;
 padding-bottom : 10px;
    background-color : #FFFFFF;
   width : 600px;
    text-align : center;
}
div.footer2{
 bottom : 0px;
    left : 0px;
  padding-bottom : 10px;
    background-color : #FFFFFF;
   width : 100%;
 text-align : center;
  margin : 0px;
}
form{
 margin : 2px;
}
/*

input{
margin : 5px 0px;
border : 1px solid gray;
}
*/


