﻿.sponsorleft
{
    /*display:-moz-inline-box;
    display:inline-block;*/
    float:left;
    width:95%;
 	background-image: url('/images/sponsorbar.gif');
	background-position: top left;
	padding-left: 5px;
	height: 18px;
	background-repeat:repeat-x;
	margin-top: 8px;
	/*margin:0;margin-right:-3px;*/
}
.sponsorright
{
    /*display:-moz-inline-box;display:inline-block;*/
    float:left;
	background-image: url('/images/sponsorbar.gif');
	background-position: top right;
	width: 5px;
	height: 18px;
	background-repeat:repeat-x;
	margin-top: 8px;
	/*margin-bottom:12px;*/
}
.sponsoredby
{
    font-size:10px;
    z-index: 10000;
    position:relative;
    top:1px;
}
.sponsorText
{
    font-size:12px;
    padding-top:3px;
    position:relative;
    top:1px;
}
.vertSpacer
{
    height:12px;
}