.topleft
{ 
border-left: 1px solid #000000; 
border-top: 1px solid #000000;  
} 

.topbottomleft
{
border-left: 1px solid #000000; 
border-top: 1px solid #000000; 
border-bottom: 1px solid #000000; 
} 

.fullborders
{
border-right: 1px solid #000000; 
border-left: 1px solid #000000; 
border-top: 1px solid #000000; 
border-bottom: 1px solid #000000; 
}

.topbottom
{
border-top: 1px solid #000000; 
border-bottom: 1px solid #000000;
}

.toprightleft

{
border-right: 1px solid #000000; 
border-left: 1px solid #000000; 
border-top: 1px solid #000000; 
}

.leftright

{
border-right: 1px solid #000000;
border-left: 1px solid #000000;
}

.bottomleftright

{
border-right: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
}

.bottom

{
border-bottom: 1px solid #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.background image repeat

{
background-repeat: inherit;
}