﻿body {
}

.smallframe
{
    color: #FFF;
    font-size: 13px;
    padding: 0px 4px 0px 4px;
    margin: 9px 8px 5px -12px;
    background: #fff;
    border: 2px solid #E9E9E9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px; /*behavior: url(border-radius.htc);*/ /*overflow: none !important;*/
    overflow: hidden;
	width: 100%

    background: #fff; /* for non-css3 browsers */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17426D', endColorstr='#FFFFFF'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#17426D), to(#2D69A7)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #17426D,  #2D69A7); /* for firefox 3.6+ */
}

.smallframe-yellow
{
    width:300px;
    color: #000;
    font-size: 13px;
    padding: 0px 4px 0px 4px;
    margin: 9px 8px 5px 0px;
    background: #F6E92B;
    border: 2px solid #E9E9E9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px; /*behavior: url(border-radius.htc);*/ /*overflow: none !important;*/
    overflow: hidden;
	/*width: 92%;*/
    height: 217px;
}

.smallframe-white
{
    color: #000;
    font-size: 13px;
    padding: 0px 4px 0px 4px;
    margin: 9px 8px 5px -12px;
    background: #ACADB1;
    border: 2px solid #E9E9E9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px; /*behavior: url(border-radius.htc);*/ /*overflow: none !important;*/
    overflow: hidden;
	width: 100%
}

.smallframe-red
{
    color: #FFF;
    font-size: 13px;
    padding: 0px 4px 0px 4px;
    margin: 9px 8px 5px -12px;
    background: #EF2525;
    border: 2px solid #E9E9E9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px; /*behavior: url(border-radius.htc);*/ /*overflow: none !important;*/
    overflow: hidden;
	width: 100%
}

.smallframe-blue
{
    color: #FFF;
    font-size: 13px;
    padding: 0px 4px 0px 4px;
    margin: 9px 8px 5px -12px;
    background: #124E87;
    border: 2px solid #E9E9E9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px; /*behavior: url(border-radius.htc);*/ /*overflow: none !important;*/
    overflow: hidden;
	width: 100%
}