/*back call*/
.ShortForm {
    background: #bfdeff;
    border: 1px solid #6798ff;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
}
#name, #comment, #phone {
	width: 100%;
    background-color: #ffffff;
    margin-bottom: 5px;
    text-indent: 10px;
    padding: 0;
}
#comment {
	max-width: 100%;
    max-height: 500px;
	min-height: 46px;
	min-width: 100%;
}
.ShortForm input[type="button"]{
	padding: 8px 20px 8px;
    border-radius: 0;
    color: #fff;
    background-color: #8fc27c;
    border: navajowhite;
    width: 100%;
    font-size: 20px;
}

#result-text{
	font-size: 18px;
    text-align: center;
}