/* 
    Document   : hipcycle
    Created on : Jan 20, 2012, 10:05:42 AM
    Author     : Olga.S
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.please-wait{
    font-size: 16px;
}

.onestepcheckout-facebook-feed {
    padding-top: 10px;
}
.onestepcheckout-facebook-feed a{
    background: url(../images/facebook_sprite.png) no-repeat scroll left -188px #29447E;
    display: inline-block;
    line-height: 14px;
    outline: medium none;
    padding: 0 0 0 1px;
}

.onestepcheckout-facebook-feed a span{
    text-transform: capitalize;   
    background: url(../images/facebook_sprite.png) repeat scroll 0 0 #5F78AB;
    border-bottom: 1px solid #1A356E;
    border-top: 1px solid #879AC0;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin: 1px 1px 0 21px;
    padding: 2px 6px 3px;
    
    
}