/* CSS Button 1 */


.cbbutton1 {
 background: #fff;
 color:#000;
 border: 1px solid #94BD53;
 padding:2px;
 width:145px;
}

.cbbutton1 a, .cbbutton1 a:hover{
 text-decoration: none;
 background: inherit;
 color:#333;
}

.cbbuttona{
 display:block;
 font: 10px verdana, arial, sans-serif !important;
 padding: 3px 0 3px 0; border: 1px solid white;
 text-decoration: none;
 background: #F7F9F7;color: #333;
}

.cbbutton1 span {
 font: bold 10px verdana, arial, sans-serif !important;
 padding: 3px 3px 3px 3px;
 background: inherit;
 color: #333;
}

.green span{background:#B0CE88; color:#000;font-style:italic !important;}

/* END of CSS Button 1 */


/* CSS Button 2 */


.cbbutton2 {
 background: #fff;
 color:#000;
 border: 1px solid #B2CBFB;
 padding:2px;
 width:145px;
}

.cbbutton2 a, .cbbutton2 a:hover{
 text-decoration: none;
 background: inherit;
 color:#333;
}

.cbbuttonb{
 display:block;
 font: 10px verdana, arial, sans-serif !important;
 padding: 3px 0 3px 0; border: 1px solid white;
 text-decoration: none;
 background: #EDF3FE;
 color: #333;
}

.cbbutton2 span {
 font: bold 10px verdana, arial, sans-serif !important;
 padding: 3px 3px 3px 3px;
 background: inherit;
 color: #333;
}

.blue span {background:#B2CBFB; color: #000; font-style:italic !important;}

/* END of CSS Button 2 */


/* CSS Button 3 */


.cbbutton3 {
 background: #fff;
 color: #000;
 border: 1px solid #94BD53;
 padding:2px;
 width:175px;
}

.cbbutton3 a, .cbbutton3 a:hover{
 text-decoration: none;
 background: inherit;
 color:#333;
}

.cbbuttonc{
 display:block;
 font: 12px verdana, arial, sans-serif !important;
 padding: 4px 0 4px 0; border: 1px solid white;
 text-decoration: none;
 background: #F7F9F7;
 color: #333;
}

.cbbutton3 span {
 font: bold 12px verdana, arial, sans-serif !important;
 padding: 4px 3px 4px 3px;
 background: inherit;
 color: #333;
}

.green2 span{background:#B0CE88; color:#000; font-style:italic !important;}

/* END of CSS Button 3 */

