#Myform{
	height:auto;
	}
#Myform input {
	width: 100%;
	height: 41px;
	float:left;
	background: #40d6f6;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	color: #092331;
    font: 300 15px/19px 'Roboto', sans-serif;
    border: 1px solid #e6e9ea;
    padding: 9px 13px 13px;
	margin-bottom: 10px;
}

#Myform input[type="submit"]{
	width: 100%;
	height: 41px;
	float:left;
	background:#092331;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	color: #fff;
    font: 300 15px/19px 'Roboto', sans-serif;
    border: 1px solid #e6e9ea;
    padding: 9px 13px 13px;
	margin-bottom: 10px;
	cursor:pointer!important; 
	}



#Myform textarea {
	width: 100%;
	height: 181px;
	background: #40d6f6;
	position: relative;
	resize:none;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	margin: 0;
	color: #092331;
    font: 300 15px/19px 'Roboto', sans-serif;
	border: 1px solid #e6e9ea;
    padding: 9px 13px 13px;

	
}

::-webkit-input-placeholder {
   color: black;
}

#Myform placeholder {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #092331;
    font: 300 13px/19px 'Roboto', sans-serif;
	border: 1px solid transparent;
    padding: 9px 13px 13px;
	height: 41px !important;
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	cursor: text !important;
	display: block;
}
#Myform ._placeholder.hidden {
	display: none;
}

#Myform .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	border: 1px solid #e6e9ea;
	background: #fff;
	width: 320px;
	font-size: 13px;
	height: 97px;
	text-align: center;
	padding: 36px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

#Myform .error-message, #Myform .empty-message {
	color: #E02A05;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	top: 10px;
	opacity: 0;
	right: 5px;
	float:left;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

/*#form .message .error-message, #form .message .empty-message {
	bottom: -16px;
}*/




#Myform .invalid .error-message, #Myform .empty .empty-message {
	opacity: 1;
}
