﻿
	html, body, div, span, applet, object, iframe,
	h1, h2, h4, h5, h6, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	
	}
	
	:focus { outline: 0; }
	
	body {
		line-height: 1;
		color: black;
		background: white;
		}
		
	ol, ul {
		list-style: none;		
		}
	
	table {
		border-collapse: separate;
		border-spacing: 0;
		}
	
	caption, th, td {
		text-align: left;
		font-weight: normal;
		}
		
	blockquote:before, blockquote:after, q:before, q:after { content: ""; }
	
	blockquote, q { quotes: "" ""; }

	
	a, a:link, a:visited, a:hover{
	text-decoration:none;
	}
	
	input, img {vertical-align:middle;}


 
 .window{
    display:none;
    width:611px;
    height:450px;
    position:absolute;
    left:0;
    top:0;
    background:#FFF;
    z-index:9900;
    padding:10px;
    border-radius:10px;
}

  .windowVideo{
    display:none;
    width:741px;
    height:450px;
    position:absolute;
    left:0;
    top:0;
    background:black;
    z-index:9900;
    padding:40px;
    border-radius:57px;
}
 
#mascara{
    display:none;
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
}
 
.fechar{display:block; text-align:right;}

.email {
    position: relative;
    top: -16px;
    background-color: #CFCFCF;
    height: 27px;

}


.emailrow {
position: relative;
border-bottom: 1px solid #e4e4e4;
margin: 0;
padding: 0;
height: 40px;
line-height: 40px;
overflow: hidden;
color: #666;
}

.emailrow label {
position: absolute;
top: 0;
left: 20px;
width: 85px;
font-size: 17px;
}

.emailrow p span {
position: absolute;
top: 0;
bottom: 0;
left: 82px;
right: 20px;
}

.emailrow p span input {
display: block;
background: transparent;
border: 0;
margin: 8px 0;
height: 20px;
line-height: 20px;
width: 100%;
outline: none;
text-rendering: optimizelegibility;
color: #000;
}

#ate-msg {
position: relative;
min-height: 190px;
}

#ate-msg span {
display: block;
position: relative;
padding-left: 20px;
bottom: 4px;
border: 0;
}

#ate-msg span textarea {
display: block;
height: 178px;
width: 97%;
border: 0;
margin: 0;
font-family: arial,helvetica,sans-serif;
font-size: 13px;
outline: none;
background: transparent;
padding: 15px 0 0 0;
}

#lengthlimit {
position: absolute;
bottom: 0;
right: 30px;
background: rgba(255,255,255,.8);
padding: 10px;
font-size: 11px;
color: #999;
cursor: default;
z-index: 1000;
}