body {
	margin: 7px;
	padding: 7px;
	background: #CCC;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #111;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input[type=text], input[type=password], textarea, select, .inputs {
	border: #000 1px solid;
	background: #FFF url(../img/bg_inputs.jpg) repeat-x top;
}
input[type=submit], input[type=reset], input[type=button], buutton, .botoes {
	background: #666;
	color: #FFF;
	font-weight: bold;
	border: #000 1px solid;
}
hr {
	border: none;
	border-bottom: #000 1px dashed;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* Configurador */
#configurador {
	padding: 7px;
	-webkit-box-shadow: 0px 0px 3px 1px #000;
	box-shadow: 0px 0px 3px 1px #000;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 827px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
}
#logos {
	background: url(../img/bgconfig.jpg);
	height: 1%;
}
#logos img {
	display: inline-block;
	margin-left: 7px;
	border: #FFF 2px solid;
	border-left: #FFF 13px solid;
	border-right: #FFF 13px solid;
}
#esq {
	display: table-cell;
	width: 403px;
	height: 230px;
	vertical-align: top;
	padding-right: 10px;
	border-right: #666 1px dashed;
}
#configimg {
	display: table-cell;
	text-align: center;
	width: 403px;
	height: 250px;
	vertical-align: middle;
}
#contactar {
	padding-top: 15px;
}
#propsconfig {
	display: table-cell;
	width: 400px;
	height: 620px;
	vertical-align: top;
	padding-left: 10px;	
}
.configname {
	display: inline-block;
	font-weight: bold;
	width: 60px;
	padding-right: 5px;
}
.prop {
	padding: 2px;
}

#config_encomendar div {
	padding-bottom: 3px;
}