.content{
	width:90%;
	height:80%;
	margin:40px auto ;
	border-radius:5px;
}
table{
	width:310px;
}
input{
	height:35px;
	width:180px;
	font-size:14px;
}
.tdfloat{
	width: 78px;
    height: 30px;
    position: absolute;
    right: 24px;
    top: 10px;
}
.sbmt{
	width:80px;
	margin:20px auto;
}
.sbmt button{
	color: white;
    height: 35px;
    width: 100px;
    background: #DB214C;
    border-radius: 4px;
    border: 0;
    font-size: 18px;
}
