/**
 *	@author Amadeu
 *	@description Button
 *	@since 28/09/2012
 */

/* Importa o arquivo de reset */
@import url("reset.css");

/*---------------------------------------------------*/
/* style.css 										 */
/*---------------------------------------------------*/

.button {
   display:inline;
   position: absolute;
   top : 550px;
   left : 600px;
   border-top: 1px solid #ffffff;
   background: #bfbfbf;
   background: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#bfbfbf));
   background: -webkit-linear-gradient(top, #4d4d4d, #bfbfbf);
   background: -moz-linear-gradient(top, #4d4d4d, #bfbfbf);
   background: -ms-linear-gradient(top, #4d4d4d, #bfbfbf);
   background: -o-linear-gradient(top, #4d4d4d, #bfbfbf);
   padding: 15px 30px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 24px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #595959;
   background: #595959;
   color: #ccc;
   }
.button:active {
   border-top-color: #9c9c9c;
   background: #9c9c9c;
   }

.class1{
   font: 32px verdana, arial, helvetica, sans-serif;
   border:1.5px solid #000000;
   display:inline; 
   height: 50px;
   width: 100px;
   position:absolute;
   top:340px; 
   left: 800px;
}
.class2{
   font: 32px verdana, arial, helvetica, sans-serif;
   border:1.5px solid #000000;
   display:inline; 
   height: 50px;
   width: 100px;
   position:absolute;
   top:395px; 
   left: 800px;
}
.class3{
   font: 32px verdana, arial, helvetica, sans-serif;
   border:1.5px solid #000000;
   display:inline; 
   height: 50px;
   width: 100px;
   position:absolute;
   top:450px; 
   left: 800px;
}