body {
  margin-left: 0px;
}
.fullCForm{
	max-width: 650px;
	margin: 0 auto;
}
.innfull{
	display: inherit;
	float: left;
	background-color: #e6e6e6;
}
.wI95{
	width: 95%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
    font-size: 16px;

}
.wI95::placeholder{
	font-size: 13px;
}
#message{
	height: 150px;
}
.lspan{
	padding: 11px 9px 3px 11px;
    display: inline-block;
}
.topOfForm{
	display: inline;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 5px;
/*	background-color: #f2f2f2;*/

}
.topOfForm h2{
	display: inline;
}
#logoImgMt{
	padding: 3px;
	border-radius: 100%;
}
.gotovo {
	float: right;
	margin: 15px;
    padding: 10px 16px;
    color: black;
    background-color: #99ff99;
    border: 1px solid #7acc7a;
    border-radius: 6px;
    font-size: 20px;
    cursor: pointer;
}
.gotovo:hover {
    color: white;
    background-color: #7acc7a;
    font-weight: bold;
}
#gotovoMessage{
	padding-bottom: 35px;
}
@media only screen and (min-width: 450px) {
	#gotovoMessage{
		padding: 25px;

	}

}
@media only screen and (min-width: 650px) {
	.innfull{
		padding:  5px;
		border-radius: 4px;
	}


}