﻿.back-button
{
   filter:alpha(opacity=90); 
   -moz-opacity: 0.9; 
   opacity: 0.9; 
   z-index:100000; 
   width:160px; 
   height:20px;
   background:#DC6583;
   border:solid 1px #D91E5E;
}
.back-button-content
{
   z-index:100001; 
   color:White;
   padding-left:10px;
   line-height:20px;
   font-size:13px;
}
.back-button-content a 
{
   color:White;
}
