@charset "UTF-8";

/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	float:left;
	font: normal 11px Arial, Helvetica, sans-serif;
	display: inline;
	color: #f00;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	height:21px;
	background:url(../img/img-campo-body.png) repeat-x;
	border:none;
}
* html .textfieldValidState input, * html input.textfieldValidState { /*HACK IE 6*/
	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/img-campo-body.png', sizingMethod='scale');
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	height:21px;
	background:url(../img/img-campo-body.png) repeat-x;
	border:none;
}
* html input.textfieldRequiredState, * html .textfieldRequiredState input, /*HACK IE 6*/
* html input.textfieldInvalidFormatState, * html .textfieldInvalidFormatState input, 
* html input.textfieldMinValueState, * html .textfieldMinValueState input, 
* html input.textfieldMaxValueState, * html .textfieldMaxValueState input, 
* html input.textfieldMinCharsState, * html .textfieldMinCharsState input, 
* html input.textfieldMaxCharsState, * html .textfieldMaxCharsState input {
	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/img-campo-body.png', sizingMethod='scale');
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	height:21px;
	background:url(../img/img-campo-body.png) repeat-x;
	border:none;
}
* html .textfieldFocusState input, * html input.textfieldFocusState { /*HACK IE 6*/
	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/img-campo-body.png', sizingMethod='scale');
}
/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText{
	color: red !important;
}

input {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666;
	border:none;
	float:left;
	overflow:hidden;
}
input#FormNewsletterNome, #FormNewsletterEmpresa, #FormNewsletterEmail, #FormNewsletterTelefone, #FormContatoNome, #FormContatoEmpresa, #FormContatoEmail, #FormContatoTelefone {
	width:175px;
	height:21px;
	float:left;
	background:url(../img/img-campo-body.png) repeat-x;
}
* html input#FormNewsletterNome, * html #FormNewsletterEmpresa, * html #FormNewsletterEmail, * html  /*HACK IE 6*/#FormNewsletterTelefone, * html #FormContatoNome, * html #FormContatoEmpresa, * html #FormContatoEmail, * html #FormContatoTelefone {
	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/img-campo-body.png', sizingMethod='scale');
}

form#FormNewsletter ul li, #FormContato ul li {
	padding-left:5px;
	width:100%;
	float:left;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#666;
}
div.campo-left {
	width:10px;
	height:21px;
	float:left;
	background:url(../img/img-campo-left.png) no-repeat;
}
* html div.campo-left { /*HACK IE 6*/
	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/img-campo-left.png', sizingMethod='crop');
}

div.campo-right {	
	width:10px;
	height:21px;
	float:left;
	background:url(../img/img-campo-right.png) no-repeat;
}
* html div.campo-right { /*HACK IE 6*/
	background:none;
 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/img-campo-right.png', sizingMethod='crop');
}
input#FormNewsletterEnviar {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#f00;
	margin:3px 0 0 2px;
}
input#FormNewsletterCancelar {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#f00;
	margin:3px 0 0 2px;
}
input#FormContatoEnviar {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#60c5ff;
	margin:3px 0 0 2px;
}
input#FormContatoCancelar {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	background:#60c5ff;
	margin:3px 0 0 2px;
}