/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

/** { margin: 0; padding: 0; }*/
/*body { font: 14px/1.5 Georgia, serif; color: white; background: black; }*/

article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

/*#page-wrap { width: 960px; margin: 80px auto; }*/

/*h1 { box-shadow: 0 0 20px black; }*/

.button1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#fc5e27;
	text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    position:relative;
    top:18px;
    left:142px;
}
.button1:hover {
   color: #c73300;
}
.button1:active {
/*   border-top-color: #1b435e;*/
  /* background: #1b435e;*/
}