#button1{

width:120px;
text-align:center;
 
border-radius:3px;
cursor:pointer;	
background-color:#6c7a89;
color:white;
padding:10px;
}

#button3{

width:120px;
text-align:center;
 
border-radius:3px;
cursor:pointer;	
background-color:#6c7a89;
color:white;
padding:10px;
}
#button3:hover{opacity:.6;}

#button1:hover{opacity:.6;}

.hideMe{display:none;height:0px;}

#button2{cursor:pointer;font-size:12px;}