* { outline: none; }

body {
	background: transparent url('../imagens/bg-teste.png');
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	margin: 0;
	cursor: default;
}

#contact-holder {
	width: 900px;
	margin: 0 auto;
	text-align: right;
}

#contact {
	text-align: left;
	border: 1px solid #999;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	margin: 0;
	background: rgba(75,75,75,0.7);
	display: none;
}

#contact h3 {
	text-indent: 20px;
	font-weight: normal;
	font-size: 1.4em;
	letter-spacing: -1px;
	text-shadow: 1px 0 12px #777, 0 1px 12px #777, -1px 0 12px #777, 0 -1px 12px #777;
	margin-top: 20px;
}

#contact fieldset {
	border: 0;
	padding-bottom: 20px;
}

#contact label {
	display: block;
	float: left;
	width: 80px;
	text-align: right;
	margin-right: 10px;
	font-size: 90%;
	padding-top: 2px;
}

#contact input {
	display: block;
	float: left;
	width: 230px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#question {
	width: 50px !important;
}

#contact textarea {
	width: 310px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	resize: none;
}

#contact fieldset button {
	width: auto;
	height: auto;
	text-indent: 0;
	float: right;
	margin-right: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 4px 15px;
}

.alert {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 92%;
	padding: 10px;
	display: none;
	margin: 0 20px;
	text-align: center;
	color: #264409;
}

.success {
	background: #E6EFC2;
	border: 2px solid #C6D880;
}

.error {
	background: #FFF6BF;
	border: 2px solid #FFD324;
}

.controller {
	float: right;
	margin-right: 30px;
	border: 1px solid #999;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top: 0;
	padding: 4px 15px 4px 15px;
	font-size: 1.2em;
	letter-spacing: -1px;
	background: rgba(75,75,75,0.7);
	color: #fff;
}

.controller:active {
	top: 0;
	left: 0;
}

#wrap {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}

#header {
	height: 185px;
	background: transparent url('../imagens/coddex-teste.png') right 5px no-repeat;
}

#header:hover {
	/*background: transparent url('imagens/mobile.png') 700px 2px no-repeat;	*/
}

#header li {
	display: inline;
}

#body {
	margin-top: 30px;
}

h1 {
	font-size: 4.5em;
	margin: 10px 0 0 0;
	letter-spacing: -5px;
	/*text-shadow: 1px 0 10px #444, 0 1px 10px #444, -1px 0 10px #444, 0 -1px 10px #444;*/
	color: rgb(236,91,0);
	font-weight: normal;
	text-indent: -3px;
}

h2 {
	margin-top: 20px;
	letter-spacing: -1px;
	/*font-size: 1.6em;*/
	text-shadow: 1px 1px 0px #000;
	/*text-align:center;*/
	font-weight: normal;
	text-align: left;
	margin-top: -10px;
	font-size: 1.4em;
}

h2 em {
	font-style: normal;
	color: rgb(21,133,244);
	/*text-shadow: 1px 0 2px rgba(21,133,244,0.3), 0 1px 2px rgba(21,133,244,0.3), -1px 0 2px rgba(21,133,244,0.3), 0 -1px 2px rgba(21,133,244,0.3);*/
}

.coddex {
	position: absolute;
	width: 370px;
	height: 115px;
	top: 14px;
	right: 0;
	text-indent: -9999em;
	outline: none;
}

.window {
	position: absolute;
	top: 150px;
	z-index: 99999;
	max-height: 400px;
	overflow: visible;
	display: none;
	width: 100%;
}

.window h3 {
	float: left;
	text-indent: 20px;
	font-size: 2em;
	font-weight: normal;
	color: #fff;
	margin: 15px 0 0 0;
	letter-spacing: -2px;
	text-shadow: 1px 0 8px #222, 0 1px 8px #222, -1px 0 8px #222, 0 -1px 8px #222;
}

.window h4 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -2px;
	text-shadow: 1px 0 8px #222, 0 1px 8px #222, -1px 0 8px #222, 0 -1px 8px #222;
}

.close, .close:active {
	/*
	position: absolute;
	right: 0;
	top: 20px;
	*/
	background: transparent url('../imagens/close.png') center no-repeat;
	border: 0;
	color: #fff;
	float: right;
	margin: 20px 20px 0 0;
	text-indent: -9999em;
	width: 30px;
	height: 28px;
	cursor: pointer;
}

.content-holder {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #999;
	background: rgba(75,75,75,0.92);
	
	height: 480px;
}

.content {
	display: none;
	height: 400px;
	overflow: auto;
	margin: 0 20px;
	text-shadow: 1px 1px 0 #000;
	overflow-x: hidden;
	line-height: 21px;
}

.content em {
	font-weight: bold;
	font-style: normal;
}

.content li {
	line-height: 25px;
}

.left, .right {
	width: 50%;
	text-align: center;
}

.left { float: left; }

.right { float: right; }

.left button, .right button {
	width: 100%;
	height: 260px;
	border: 0;
	cursor: pointer;
	text-indent: -99999em;
	position: relative;
}

button:active {
	position: relative;
	top: 2px;
	left: 0;
}

#bluetooth { background: transparent url('../imagens/bluetooth.png') center 10px no-repeat; }

#sms { background: transparent url('../imagens/sms.png') center 10px no-repeat; }

.tooltip {
	cursor: help;
	text-decoration: underline;
}

hr { clear: both; visibility: hidden; }

#footer {
	border-top: 1px solid #222;
	text-align: right;
	font-size: 0.9em;
	color: #444;
	margin: 117px 0 0 0;
	padding: 15px 0;
}

#footer .technologies { float: left; }

#footer .contact { float: right; }

#footer a {
	text-decoration: none;
	color: #444;
	letter-spacing: 1px;
}

#footer a:hover {
	text-decoration: underline;
}
