﻿.siteFrame a:hover{
    color:orange;
}
.siteFrame img {
    border-radius:10px !important;
}
.boxBody {
    text-align: center;
    color: black;
    padding: 10px;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(255,216,0,0.65) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(255, 216, 0, 0.65) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 216, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6ffd800',GradientType=1 );
    margin: 10px;
}
.boxAgent {
    padding: 10px;
    border: 2px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 5px;
    direction: rtl;
    background: -moz-linear-gradient(top, rgba(237,237,237,0.65) 0%, rgba(146,146,146,0) 13%, rgba(0,0,0,0) 34%);
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 0.65) 0%, rgba(146, 146, 146, 0) 13%, rgba(0, 0, 0, 0) 34%);
    background: linear-gradient(to bottom, rgba(237, 237, 237, 0.65) 0%, rgba(146, 146, 146, 0) 13%, rgba(0, 0, 0, 0) 34%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ededed', endColorstr='#00000000',GradientType=0 );
}