/*
Theme Name: Directimedia Landing Pages
Author: Nuno Coelho
Version: 1
*/

body {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Helvetica', Tahoma;
}
body p {
	margin-bottom: 15px;
	margin-top: 0px;
	border: 0;
}
body a {
	color: inherit;
}

/* Landing Page */

#lp {
	width: 800px;
	margin: 50px auto 50px auto;
}
#lp > .logo {
	margin-bottom: 20px;
	float: left;
}
#lp > .contactos {
	float: right;
	width: 215px;
	font-size: 13px;
}
#lp h1 {
	margin: 0;
	padding: 15px 10px;
	
	text-transform: uppercase;
	line-height: 50px;
	font-size: 40px;
	
	text-align: center;
	
	color: #FFF;
	background: #b81f25;

	border-top: 3px solid #b81f25;
	border-bottom: 3px solid #b81f25;
	
	font-weight: bold;
}

.form {
	padding: 10px 20px 20px 20px;
	background: #f1f9ff;
	border: 4px solid #ae2424;
	width: 348px;
	float: right;
	
	position: relative;
}
.form > .arrow {
	position: absolute;
	top: 0px;
	right: 30px;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 30px 0 30px;
	border-color: #cb2229 transparent transparent transparent;
}
.form > .arrow2 {
	position: absolute;
	top: 0px;
	right: 15px;
	width: 61px;
	height: 40px;
	background: url('seta.png');
}
.form h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	
	width: 280px;
	
	padding: 0;
	margin: 0;
}
.form input.input {
	border: 0px;
	padding: 10px;
	
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px #EEE;
	
	width: 250px;
}
.form input.go-button {
	width: 340px;
	border: 0;
	text-align: center;
	padding: 10px 10px;
	text-align: center;
	font-size: 20px;
	background: #cb2229;
	
	color: #FFF;
	text-transform: uppercase;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

table#formulario {
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
}
table#formulario td.left {
	width: 50px;
	text-align: left;
	padding: 0;
	
	font-size: 14px;
	v-align: center;
}
table#formulario td.right {
}

.aviso {
	margin: 10px 0px;
	padding: 10px;
	background: #FFF;
	border: 1px solid #EEE;
	text-align: center;
	font-size: 16px;
}
.footer {
	color: #908f8f;
	width: 800px;
	margin: auto;
	font-size: 14px;
	text-align: center;
	padding-bottom: 25px;
}
.footer h3 {
	border-top: 1px solid #908f8f;
	border-bottom: 1px solid #908f8f;

	padding: 20px 0px;
	margin-bottom: 10px;
	font-size: 23px;
	font-weight: normal;
	line-height: 30px;
}
.clear {
	clear: both;
}