body{
    background: #8F8F8F;
	font-weight: bold;   
}
#frm{
    border: solid gray 1px;
    width: 20%;
    border-radius: 5px;
    margin: 100px auto;
    background: white;
    padding: 50px;
}
#btn{
    color: #fff;
    background: #337ab7;
    padding: 5px;
    margin-left: 69%;    
}
h1 {
	float: left;
	position: absolute;
	top: 44px;
	right: 542px;
}
label {
	top: 127px;
	right: 651px;
	position: absolute;
}
