

/* button styles for thepoodles.com  */
/* created by Michael Calvello September 2003 */

/* use this for buttons as long as 'submit' */
input.buttonstyle {
         color:#000000; 
         background:#00FFFF;
         width: 50px;
         font-family: arial, helvetica, sans-serif;
         font-size: 12px;
	 font-style : normal; 
	 font-weight : bold; 
}
/* use this for buttons longer than 'submit' */
input.buttonstylefree {
         color:#000000; 
         background:#00FFFF;
         font-family: arial, helvetica, sans-serif;
         font-size: 12px;
	 font-style : normal; 
	 font-weight : bold;
}