@import url('https://fonts.googleapis.com/css?family=Lato');
*{
    font-family: 'Lato', sans-serif;
}
form{
    width: 100%;
    margin: 0 auto;

}

form input,form select
{
    width: 181px;
}

.center{
    text-align: center;
}

#submit{
    background: #6E7839;
    border-radius: 0;
}

a
{
	color: #727272;
	text-decoration: underline;
}


.separate{
   
    
 
}
td{
   padding: 10px 2px;
}

@media(max-width:540px){
    form input ,form select,form textarea{
        width: 181px;
       
    }
    td{
        font-size: 16px;
    }
    .bm{
        width: 136px;
    }
}
