﻿body { padding: 0px; margin: 0px;
       font-size: 11px; font-family: Trebuchet MS, Arial;
       background-color: #C6BE00; color: black;
	   background-image: url('/sites/sweetpurrs/textback.gif'); background-repeat: repeat-y; 
}
  
  
/* STYLES FOR FORMS */

input, select, textarea  { border: 1px solid #999999; 
        font-family: Trebuchet MS, Arial, Helvetica, Courier; 
        font-size: 10px; 
        background-color: White; color: Black; } 

.checkbox input, .Checkbox input, .CheckBox input { border: none; background: none; }

input[type="radio"] { border: none; background: none; }
input[type="checkbox"] { border: none; background: none; }

.ButtonNormal {

      color:#353535; 
      font-size: 10px;
      
      padding: 0px;
      padding-left: 5px; padding-right: 5px;

      background-image: url(/images/buttonbg.gif); 
      background-repeat: repeat-x; 
      background-position: center left;
      
      border:1px solid #616161;
      }
  
.ButtonRed { 

      color: #983535; 
      font-size: 10px;
      
      padding: 0px;
      padding-left: 5px; padding-right: 5px;

      background-image: url(/images/buttonbg2.gif); 
      background-repeat: repeat-x; 
      background-position: center left;
      
      border:1px solid #983535; }
      
      
      
a:link, a:visited, a:active { text-decoration: none; color: olive; }

a:hover { text-decoration: underline; color: olive; }

.link { padding-left: 10px; padding-right: 10px; }
.links { padding-left: 10px; padding-right: 10px; background-image: url('/sites/sweetpurrs/selected.gif'); background-position: center bottom; background-repeat: no-repeat; }


