@charset "utf-8";
/* ------------------------------------ */
/*	Stylebase							*/
/*										*/
/*	@autor : Mauro Zanetti				*/
/*	@date : 2012, march					*/
/* ------------------------------------ */

/* soft reset */

html, body, form, fieldset, legend, ul, ol, dl, blockquote, pre, h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
}

/* structure */

html {
	font-size: 100%;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	color: #4A4A4A;
	background-color: #FFF;
	line-height: 1.5;
}

/* introducing new HTML5 elements */

header, footer, section, hgroup, aside, nav, article, figure, figcaption, time, dialog {
	display: block;
}

/* forms */

label, input[type="button"], input[type="submit"], button { cursor: pointer; }

input, button, select {
	font-size: 100%;
	vertical-align: middle;
}

/* overflows */

pre, code, kdb, samp { font-family: monospace, sans-serif; }

img, table, td, blockquote, code, pre, textarea, input, object, embed, video {
	max-width: 100%;
}

code, pre, samp {
	white-space: pre-wrap;
}

/* misc */

a img { border: 0; }
abbr[title] { border-bottom: 1px dotted #555; cursor: help; }
table { table-layout: fixed; border-collapse: collapse; border-spacing: 0; }
th, caption { text-align: left; }

.clear { clear: both }
.info {}
.warning {}
.error {}
.success {}
