/* TIFY NEW SET BUTTONS */
.stan_button_blu
{
border:#dedede solid 2px; background-color:#f5f5f5; color:#0084c4;
-moz-border-radius: 3px; -webkit-border-radius: 3px;
font-family:"Tahoma", Arial, sans-serif;
}
.stan_button_red
{
border:#dedede solid 2px; background-color:#f5f5f5; color:#de0303;
-moz-border-radius: 3px; -webkit-border-radius: 3px;
font-family:"Tahoma", Arial, sans-serif;
}
.stan_button_blk
{
border:#dedede solid 2px; background-color:#f5f5f5; color:#000000;
-moz-border-radius: 3px; -webkit-border-radius: 3px;
font-family:"Tahoma", Arial, sans-serif;
}
.stan_button_grn
{
border:#dedede solid 2px; background-color:#f5f5f5; color:#819c2b;
-moz-border-radius: 3px; -webkit-border-radius: 3px;
font-family:"Tahoma", Arial, sans-serif;
}
.stan_button_pnk
{
border:#dedede solid 2px; background-color:#f5f5f5; color:#a81d78;
-moz-border-radius: 3px; -webkit-border-radius: 3px;
font-family:"Tahoma", Arial, sans-serif;
}
.stan_button_drkorng
{
border:#dedede solid 2px; background-color:#f5f5f5; color:#7a3e0c;
-moz-border-radius: 3px; -webkit-border-radius: 3px;
font-family:"Tahoma", Arial, sans-serif;
}
.stan_button_mmnt
{
border:#dedede solid 2px; background-color:#f5f5f5; color:#2a9cdb;
-moz-border-radius: 3px; -webkit-border-radius: 3px;
font-family:"Tahoma", Arial, sans-serif;
}

/*---- BUTTON 14PX FONT   -----*/

.stan_button_blu_14
{
border:#dedede solid 2px; background-color:#f5f5f5; color:#0084c4;
-moz-border-radius: 3px; -webkit-border-radius: 3px;
font-family:"Tahoma", Arial, sans-serif;
font-size:14px;
}
.stan_button_red_14
{
border:#dedede solid 2px; background-color:#f5f5f5; color:#de0303;
-moz-border-radius: 3px; -webkit-border-radius: 3px;
font-family:"Tahoma", Arial, sans-serif;
font-size:14px;
}
.stan_button_blk_14
{
border:#dedede solid 2px; background-color:#f5f5f5; color:#000000;
-moz-border-radius: 3px; -webkit-border-radius: 3px;
font-family:"Tahoma", Arial, sans-serif;
font-size:14px;
}
.stan_button_grn_14
{
border:#dedede solid 2px; background-color:#f5f5f5; color:#819c2b;
-moz-border-radius: 3px; -webkit-border-radius: 3px;
font-family:"Tahoma", Arial, sans-serif;
font-size:14px;
}
.stan_button_pnk_14
{
border:#dedede solid 2px; background-color:#f5f5f5; color:#a81d78;
-moz-border-radius: 3px; -webkit-border-radius: 3px;
font-family:"Tahoma", Arial, sans-serif;
font-size:14px;
}
.stan_button_drkorng_14
{
border:#dedede solid 2px; background-color:#f5f5f5; color:#7a3e0c;
-moz-border-radius: 3px; -webkit-border-radius: 3px;
font-family:"Tahoma", Arial, sans-serif;
font-size:14px;
}
.stan_button_mmnt_14
{
border:#dedede solid 2px; background-color:#f5f5f5; color:#2a9cdb;
-moz-border-radius: 3px; -webkit-border-radius: 3px;
font-family:"Tahoma", Arial, sans-serif;
font-size:14px;
}