input[type="text"], 
input[type="date"]{
	width:100% !important;
	height:34px;
	line-height:34px;
	margin-top:3px;
	margin-bottom:3px;
	border-radius:6px;
	border:none;
	box-shadow:0px 0px 2px rgba(0,0,0,0.5);
	padding-left:6px;
	box-sizing:border-box;
	background-color:#eeede8;
	font-size: 13px !important;
}
input[type="checkbox"]{
	vertical-align: middle !important;
}
input::placeholder,
textarea::placeholder{
	font-style:italic;
	color:rgba(0,0,0,0.3);
}
textarea{
	width:100%;
	height:120px;
	resize:none;
	border-radius:6px;
	border:none;
	box-shadow:0px 0px 2px rgba(0,0,0,0.5);
	padding:6px;
	margin-top:5px;
	box-sizing:border-box;
	background-color:#eeede8;
	font-size: 13px !important;
}
#pSubmit{
	border-radius:50px;
	border:none;
	appearance: none;
	-webkit-appearance: none;
	height:43px;
	line-height:43px;
	color:#FFF;
	background-color:#4C4C4C;
	border:2px solid #4C4C4C;
	padding:0 22px;
	cursor:pointer;
}
#pSubmit.btnDisabled{
	opacity:0.3;
}
#cont_submit{
	margin-top:20px;
	text-align:right;
}
#pSubmit:not(.btnDisabled):hover{
	color:#4C4C4C;
	background-color:transparent;
}