/* Reset CSS thanks to Eric Meyer - http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
img{vertical-align:top;}
body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #707070;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong, b{
font-weight: bold;
}
/*##################### DEFAULTS #####################*/
.abacat,.pattern,.bg_grad{
    position:fixed;
    width:100%;
    height:100%;
    left:0px;
    right:0px;
    bottom:0px;
    top:0px;
}
.bg_grad{
    background-color:rgba(254,254,254,1);
    background-image:url(../images/bg_grad.png);
    background-position:bottom;
    background-repeat:repeat-x;
    z-index:1;
}
.abacat{
    background-image:url(../images/bg.png);
    background-repeat:no-repeat;
    background-position:90% bottom;
    z-index:2;
}
.pattern{
    background-image:url(../images/pattern.png);
    background-position:bottom;
    z-index:3;
}
.container{
    position:absolute;
    background-color:#FFF;
    top:0px;
    left:50%;
    width:50%;
    margin-left:-190px;
    z-index:1000;
    width:380px;
    -webkit-border-radius: 0px 0px 12px 12px;
            border-radius: 0px 0px 12px 12px;
    -webkit-box-shadow:  0px 0px 9px 0px rgba(0, 0, 0, 0.4);
            box-shadow:  0px 0px 9px 0px rgba(0, 0, 0, 0.4);
}
.logo{
    text-align:center;
    display:block;
    padding:13% 0px;
}
h1{
    font-size:1.4em;
    font-weight: bold;
}
p{
    padding-bottom:18px;
}
a{
    color:#707070;
    text-decoration:none;
}
a:hover{
    color:#007a63;
}
.text{
    padding:5% 0px;
    font-size:0.78em;
    width:240px;
    margin:auto;
    margin-bottom:10px;
    line-height:18px;
}