.form-cont{
	margin: 20px;
	color: #494949;
}
.box{
	margin: 20px;
	color: #494949;
}
.form-cont h1, .pedido-content h1{
	font-weight: 100;
	color: #1F4C80;
	line-height: 80px;
	padding-bottom:5px;
	border-bottom: 1px dotted #D7D7D7;
	margin-bottom: 10px; 
}
.input{
	display: block;
	padding: 6px;
	font-size: 14px;
	color: #206DAC;
	width: 300px;
	border: 1px solid #C1C1C1;
	font-family: arial, sans-serif;
	resize: none;
}
.input:focus{
	outline: none;
	border: 1px solid #206DAC;
}
td{
	padding-bottom: 10px;
}