﻿#gate {
	width: 100%;
	margin: 36px 0;
	border-collapse: collapse;
	color: #999;
}

#gate table {
	width: 100%;
	border-spacing: 0 4px;
}

#gate h2 {
	margin: 25px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

#gate form {
	width: 210px;
	margin: 0 auto;
}

#gate th {
	font-size: 12px;
	font-weight: normal;
}


#gate td {
	vertical-align: top;
	text-align: center;
}


#gate td form td {
	text-align: left;
}

#gate td form tr * {
	vertical-align: middle;
}

#gate form a {
	font-size: 10px;
	color: #999;
}

#td-email input,
#td-senha input {
	width: 100%;
	border: 2px solid #d9d9d9;
	font-size: 12px;
	color: #999;
}

#td-submit input {
	width: 64px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(../../comum/img/botao-enviar-bg.png);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: white;
	cursor: pointer;
}

#quero {
	display: inline-block;
	width: 123px;
	height: 27px;
	padding-left: 36px;
	line-height: 27px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	text-align: left;
	background-image: url(../img/login/quero-bg.png);
	background-repeat: no-repeat;
}

