/**
 *	Framework Froms 
 *	Estruturação para formulários de toda a aplicação
 */

/**
 *	@section label
 */
.form-label{display: block; height: auto; margin: 0.2em 0 0.5em;}

/**
 *	@section input text
 */ 
.form-text, .form textarea, .form select {width: 100%; height:17px; padding:5px;border: 1px solid #999;
/*ie7*/
*width: 99%;
}

/**
 *  @section bottom
 */
.form-button {padding: 4px 6px;cursor: pointer;text-align: center;float:left;margin-left: 0.3em;display:inline;

/**
 *	@section checkbox
 */
