/* CSS Document */

.curved6 
{
     -moz-border-radius: 6px; /* For Firefox 3.6 to 15 */
    -webkit-border-radius: 6px; /* For Safari 5.1 to 6.0 */
    -khtml-border-radius: 6px; /* For ? */
    border-radius: 6px; /* Standard syntax */
	behavior:url(border-radius.htc); /* For ie 8+ ? */
}

.bl-curved6 
{
     -moz-border-bottom-left-radius: 6px; /* For Firefox 3.6 to 15 */
    -webkit-border-bottom-left-radius: 6px; /* For Safari 5.1 to 6.0 */
    -khtml-border-bottom-left-radius: 6px; /* For ? */
    border-bottom-left-radius: 6px; /* Standard syntax */
	behavior:url(border-bottom-left-radius.htc); /* For ie 8+ ? */
}

.tl-curved6 
{
     -moz-border-top-left-radius: 6px; /* For Firefox 3.6 to 15 */
    -webkit-border-top-left-radius: 6px; /* For Safari 5.1 to 6.0 */
    -khtml-border-top-left-radius: 6px; /* For ? */
    border-top-left-radius: 6px; /* Standard syntax */
	behavior:url(border-top-left-radius.htc); /* For ie 8+ ? */
}

.curved10 
{
     -moz-border-radius: 10px; /* For Firefox 3.6 to 15 */
    -webkit-border-radius: 10px; /* For Safari 5.1 to 6.0 */
    -khtml-border-radius: 10px; /* For ? */
    border-radius: 10px; /* Standard syntax */
	behavior:url(border-radius.htc); /* For ie 8+ ? */
}


.curved20 
{
     -moz-border-radius: 20px; /* For Firefox 3.6 to 15 */
    -webkit-border-radius: 20px; /* For Safari 5.1 to 6.0 */
    -khtml-border-radius: 20px; /* For ? */
    border-radius: 20px; /* Standard syntax */
	behavior:url(border-radius.htc); /* For ie 8+ ? */
}

.rotate-180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
