/*	
	CFD Version: Beta .33

	This file is part of CSSButtons.

    CSSButtons is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    CSSButtons is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with CSSButtons. If not, see <http://www.gnu.org/licenses/>.
*/


/*¡¡INPUT DEFINITION CLASS
------------------------------------------------------------------------------------*/
div.cssbutton{
	border:0px;
	padding:0px;
	margin:0px;
	cursor:pointer;
	}
div.cssbutton input{
	display:block;
	color:#fff;
	font-weight:bold;
	border:0px;
	margin:0px;
	padding:0px;
	cursor:pointer;
	white-space:nowrap;
	}
/* padding-left = (padding-right - margin-left) NOTE: Firefox renders this different */

