.desktop .grid {
	margin: 0 -10px;
	min-height: 0%;	
}
.desktop label {
	background-color: #ccc;
	display: block;
	float: left;
	margin: 0 10px 10px;
	padding: 5px;
	min-height: 32px;
}
.desktop label input,
.desktop label select {
	border: 0 none #fff;
	height: 18px;
	width: 100%;
}
.desktop label textarea {
	border: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.desktop label span {
	display: block;
	padding-bottom: 2px;
}
.desktop label span em {
	font-size: 80%;
}
.desktop label q {
	display: block;
	font-size: 80%;
	quotes: none;	
}
.desktop #fim {
	text-align: right;
	padding: 5px 0 10px;
	height: 20px;
}
.desktop #fim button {
	border: 0px solid #fff;
	background: url(../img/padrao/bg_botao2.jpg) no-repeat;
	width: 200px;
	height: 20px;
	color: #4d6811;
	display: block;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	float: left;
}
.desktop #fim button:hover {
	color: #036;
}

.desktop #fim em {
	font-size: 90%;
}
button {
	padding: 0 1ex;
}

.interesses {
	background-color: #CCC;
	margin: 0 10px 10px;
	padding: 5px;
}

.interesses span {
	display: block;
	padding-bottom: 10px;
}

.interesses label, .interesses input {
	float: left;
	border: 0;
	margin: 0 0 0 5px;
	padding: 0;
	background: none;
	min-height: 0;
}

.col1 { width: 80px; }
.col2 { width: 190px; }
.col3 { width: 300px; }
.col4 { width: 410px; }
.col5 { width: 520px; }
.col6 { width: 630px; }

