﻿#frame_container
{
    margin-top: 10px;
    width: 100%;
}

#framecontainer_topleft
{
    background-image: url(Images/Frame/frame_tl.gif);
    width: 1px;
    height: 1px;
}

#framecontainer_top
{
    background-image: url(Images/Frame/frame_t.gif);
    height: 1px;
}

#framecontainer_topright
{
    background-image: url(Images/Frame/frame_tr.gif);
    width: 1px;
    height: 1px;
}

#framecontainer_left
{
    background-image: url(Images/Frame/frame_l.gif);
    width: 1px;
}

#framecontainer_center
{
    background-color: white;
}

#framecontainer_right
{
    background-image: url(Images/Frame/frame_r.gif);
    width: 1px;
}

#framecontainer_bottomleft
{
    background-image: url(Images/Frame/frame_bl.gif);
    width: 1px;
    height: 1px;
}

#framecontainer_bottom
{
    background-image: url(Images/Frame/frame_b.gif);    
    height: 1px;
}

#framecontainer_bottomright
{
    background-image: url(Images/Frame/frame_br.gif);    
    height: 1px;
    width: 1px;
}

#framecontainer_shadow_top
{
	background-image: url(Images/Frame/Shadow/top.jpg);        
    width: 5px;
    height: 5px;
}

#framecontainer_shadow_right
{
	background-image: url(Images/Frame/Shadow/right.jpg);        
    width: 5px;    
}

#framecontainer_shadow_left
{
	background-image: url(Images/Frame/Shadow/bl.jpg);        
    width: 17px;    	
    height: 6px;  
    overflow: hidden;  	
}

#framecontainer_shadow_bottom
{
	background-image: url(Images/Frame/Shadow/bottom.jpg);        
    height: 6px;    	    
    width: auto;
    overflow: hidden;
}

#framecontainer_shadow_br
{
	background-image: url(Images/Frame/Shadow/br.jpg);        
    width: 5px;    	
    height: 6px;    
    overflow: hidden;	
}