﻿


.masterPinBar
{
	bottom:0;
    /*height:26px;*/
    padding:0;
    position:fixed;
    right:0;
    width:100%;
    z-index:300;
    text-align:right;
    /*background: url(images/grey_btn_gradient.jpg) repeat-x;*/
    color: #333333;
    /*direction: ltr;*/
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
   
    /*    text-align: left;*/
}


.divPin{
    bottom:0;
    /*color:#fff;*/
    /*font-size:12px;*/
    /*height:24px;*/
    padding:0;
    /*position:fixed;*/
    right:0;
    /*width:100%;*/
    /*z-index:99;*/
    /*background: url(images/grey_btn_gradient.jpg) repeat-x;*/
        
    
    border-color: #999999;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    /*background: url('../Images/faceBackgrounds.png') repeat-x scroll 0 0 #F4F4F4;*/
    background: #F4F4F4;
    
    width:20%;
	float:right;
	margin: 0 5px;
    
}


