body, html {
	margin: 0px;
	padding: 0px;
}
body {
	background: url("../lmp1.jpg") no-repeat;
	}

input[type="button"]  {
    background: #fff;
    border: 0;
    height: 46px;
    min-width: 170px;
    font-size: 12px;
    -webkit-transition: all .3s ease-out;
    text-align: center;
}

input[type="button"]:hover {
    background: #444;
    border-color: #444;
    color: #fff;
    
}
.result {
    color: #000;
	transition: cubic-bezier(.46,.03,.52,.96);
    }
