/*RESET*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background: white;
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
/*END: RESET*/


/*REDEFINICOES*/
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	background: #206EA2;
	color: #fff;
}



/*FORMS*/

#box-msg {width:600px; padding: 0px; margin: 0px;}



#box-msg form { margin:1.5em 0; padding:0; width:600px; float:left;  }

#box-msg fieldset { margin:0; padding:0; border:none;}

#box-msg legend { 
	padding:25px 0 0 50px; 
	font-size:1.4em; 
	color:#fff; 
	height: 25px;
	background-repeat: no-repeat;
	background-position: left center;
}


#box-msg form div { padding:1em 0; border-top:1px solid #D7D6A9; }

#box-msg label {float:left; width:100px; line-height: 200%; padding-right:20px; text-align:right; } 

#box-msg input, textarea { width:470px;  border:1px solid #504D46; /*padding:3px;*/ font-size:1em; background:#0094CB; color:#ffffff; } 

#box-msg textarea { overflow:auto; font-family:Arial,Helvetica,sans-serif; font-size:1em; width:470px; border:1px solid #504D46;}

#box-msg .button input { border:none; font-size:1.2em; color:#fff; background:#72BE44; padding:10px; cursor:pointer; width:100%;}

.ico-mensagem-48-white {
	background-image: url(../images/base/icon-email-48px-white.png);
}

.ico-mensagem-48-black {
	background-image: url(../images/base/icon-email-48px-black.png);
}

/*MESSAGE BOXES*/

.info, .success, .warning, .error, .validation {
	font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/base/msg-info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/base/msg-sucess.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/base/msg-warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/base/msg-error.png');
}



