body {
	font: normal .8em "Comic Sans MS", sans-serif, "Trebuchet MS", Arial, Helvetica;
	color: #666666;
}

.fs{
		border: none;
}
label {
	display: block;
}
input, select {
	margin-top: 5px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}
#inputtext1, #inputtext2, #tipo {
	width: 150px;
	display:block;
}
#mensaje{
	width: 150px;
	display:block;
}
#inputsubmit1 {
	margin: 0;
	padding: 0;
}

.btn {
display: block;
margin: 1em 0;
}

.bloque{
	display: block;
}

input:focus {
border: 2px solid #000;
background: #F3F3F3;
}
legend{
	margin-bottom: 10px;
}