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