@CHARSET "UTF-8";
@CHARSET "UTF-8";

div.frame-blue, div.frame-blue div {
    background: url('Images/rounded_blue.jpg');  
}
div.frame-red, div.frame-red div {
    background: url('Images/rounded_red.jpg');  
}
div.frame-green, div.frame-green div {
    background: url('Images/rounded_green.jpg');  
}

div.frame {
    padding: 0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    background-repeat:no-repeat;
    background-position:bottom left;
    height:1%;
    width:auto;
}
div.frame div {
    margin:0px 0px 0px 13px;
    background-repeat:no-repeat;
    background-position: bottom right;  
    padding: 0px 0px 13px 0px;
    width:auto;
}



div.frame div div {
    background-position: top right;
    margin: 0px 0px 0px 0px; 
    padding: 0px 0px 0px 0px;
}
div.frame div div div {
    margin:0px 13px 0px -13px;
    background-position: top left;
    padding: 13px 0px 0px 13px;
}
div.frame div div div div {
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    background:none;
    background-image: none;
    background-position: top left;
    background-repeat: repeat;
    background-color: transparent;
    width:100%;
}

/*
div.frame
{
	padding: 4px;
	
}

div.frame.blue
{
	border-top: 1px dotted #000066;
	background-color: #E3EFF6;
	border-bottom: 1px dotted #000066;
}

div.frame.red
{
	border-top: 1px dotted #CC0000;
	background-color: #EFE4D0;
	border-bottom: 1px dotted #CC0000;
}

div.frame.green
{
	border-top: 1px dotted #336600;
	background-color: #E6EED7;
	border-bottom: 1px dotted #336600;
}

div.frame.gray
{
	border-top: 1px dotted #c0c0c0;
	background-color: #EFEFEF;
	border-bottom: 1px dotted #c0c0c0;
}

div.frame.gray:hover
{
	border-top: 1px dotted #c0c0c0;
	background-color: #E6E6E6;
	border-bottom: 1px dotted #c0c0c0;
}
*/
