﻿/******************************************************************
 RESET CSS - Normalize
******************************************************************/
body, img, p, h1, h2, h3, h4, h5, fieldset { margin: 0; padding: 0; border: 0; resize: none; }
a:hover { text-decoration: none !important; }
input[type=submit] { cursor: pointer; }
*:focus { outline: none; }
::selection { background: #000; color: #fafafa; }
::-moz-selection { background: #000; color: #fafafa; }
._v-align { display: inline-block; vertical-align: middle; line-height: normal; }
.relative { position: relative; }
.unstyled { background:none; border:0; box-shadow:none; list-style:none; margin:0; padding:0; line-height:normal; }

/******************************************************************
Geral Html
******************************************************************/
body { overflow-x: hidden; }
#ErrorPage { max-width:750px; margin:auto; text-align:center; }