/* !!! zaokraglone ramowki */

/* pomarancz */
div.orange_text>.inner {
    background-color:#FFA500;
 /*   border-left:1px solid #808080;
    border-right:1px solid #808080;*/
}

div.orange_text>div:first-child {
    background: url(img/corner/orange/tl.gif) no-repeat left bottom;
    
    padding-left: 7px;
    height: 7px;
}

div.orange_text>div:first-child>div {
    background: url(img/corner/orange/tr.gif) no-repeat right bottom;
    padding-right: 7px;
    height: 7px;
}

div.orange_text>div:first-child>div>div {
    background-color:#FFA500;
    /*border-top:1px solid #808080;*/
    height: 7px;
}

div.orange_text>div.last {
    background: url(img/corner/orange/bl.gif) no-repeat left bottom;
    height: 7px;
    padding-left: 7px;
}

div.orange_text>div.last>div {
    
    background: url(img/corner/orange/br.gif) no-repeat right bottom;
    padding-right: 7px;
    height: 7px;
}
div.orange_text>div.last>div>div {
    background-color:#FFA500;
    /*border-bottom:1px solid #808080;*/
    height: 7px;
}


/* niebieskie */

div.blue_text>.inner {
    background-color:#0000AC;
    /*border-left:1px solid #808080;
    border-right:1px solid #808080;*/
    color: white;
}

div.blue_text>div:first-child {
    background: url(img/corner/blue/tl.gif) no-repeat left bottom;
    
    padding-left: 7px;
    height: 7px;
}

div.blue_text>div:first-child>div {
    background: url(img/corner/blue/tr.gif) no-repeat right bottom;
    padding-right: 7px;
    height: 7px;
}

div.blue_text>div:first-child>div>div {
    background-color:#0000AC;
   /* border-top:1px solid #808080;*/
    height: 7px;
}

div.blue_text>div.last {
    background: url(img/corner/blue/bl.gif) no-repeat left bottom;
    height: 7px;
    padding-left: 7px;
}

div.blue_text>div.last>div {
    
    background: url(img/corner/blue/br.gif) no-repeat right bottom;
    padding-right: 7px;
    height: 7px;
}
div.blue_text>div.last>div>div {
    background-color:#0000AC;
    /*border-bottom:1px solid #808080;*/
    height: 7px;
}

/* zielone */

div.green_text>.inner {
    background-color:#008000;
    /*border-left:1px solid #808080;
    border-right:1px solid #808080;*/
    color: white;
}

div.green_text>div:first-child {
    background: url(img/corner/green/tl.gif) no-repeat left bottom;
    
    padding-left: 7px;
    height: 7px;
}

div.green_text>div:first-child>div {
    background: url(img/corner/green/tr.gif) no-repeat right bottom;
    padding-right: 7px;
    height: 7px;
}

div.green_text>div:first-child>div>div {
    background-color:#008000;
    /*border-top:1px solid #808080;*/
    height: 7px;
}

div.green_text>div.last {
    background: url(img/corner/green/bl.gif) no-repeat left bottom;
    height: 7px;
    padding-left: 7px;
}

div.green_text>div.last>div {
    
    background: url(img/corner/green/br.gif) no-repeat right bottom;
    padding-right: 7px;
    height: 7px;
}
div.green_text>div.last>div>div {
    background-color:#008000;
    /*border-bottom:1px solid #808080;*/
    height: 7px;
}


/* Ώσ³te */

div.yellow_text>.inner {
    background-color:yellow;
    /*border-left:1px solid #808080;
    border-right:1px solid #808080;*/
    color: white;
}

div.yellow_text>div:first-child {
    background: url(img/corner/yellow/tl.gif) no-repeat left bottom;
    
    padding-left: 7px;
    height: 7px;
}

div.yellow_text>div:first-child>div {
    background: url(img/corner/yellow/tr.gif) no-repeat right bottom;
    padding-right: 7px;
    height: 7px;
}

div.yellow_text>div:first-child>div>div {
    background-color:yellow;
    /*border-top:1px solid #808080;*/
    height: 7px;
}

div.yellow_text>div.last {
    background: url(img/corner/yellow/bl.gif) no-repeat left bottom;
    height: 7px;
    padding-left: 7px;
}

div.yellow_text>div.last>div {
    
    background: url(img/corner/yellow/br.gif) no-repeat right bottom;
    padding-right: 7px;
    height: 7px;
}
div.yellow_text>div.last>div>div {
    background-color:yellow;
   /* border-bottom:1px solid #808080;*/
    height: 7px;
}

/* czerwone */

div.red_text>.inner {
    background-color:red;
    /*border-left:1px solid #808080;
    border-right:1px solid #808080;*/
    color: white;
}

div.red_text>div:first-child {
    background: url(img/corner/red/tl.gif) no-repeat left bottom;
    
    padding-left: 7px;
    height: 7px;
}

div.red_text>div:first-child>div {
    background: url(img/corner/red/tr.gif) no-repeat right bottom;
    padding-right: 7px;
    height: 7px;
}

div.red_text>div:first-child>div>div {
    background-color:red;
    /*border-top:1px solid #808080;*/
    height: 7px;
}

div.red_text>div.last {
    background: url(img/corner/red/bl.gif) no-repeat left bottom;
    height: 7px;
    padding-left: 7px;
}

div.red_text>div.last>div {
    
    background: url(img/corner/red/br.gif) no-repeat right bottom;
    padding-right: 7px;
    height: 7px;
}
div.red_text>div.last>div>div {
    background-color:red;
   /* border-bottom:1px solid #808080;*/
    height: 7px;
}