body{
font-family: Arial;
background:#f4f4f4;
margin:40px;
}

form{
background:white;
padding:20px;
width:400px;
border-radius:8px;
box-shadow:0px 0px 10px gray;
}

fieldset{
margin-bottom:20px;
border:1px solid #ccc;
padding:10px;
}

legend{
font-weight:bold;
}

input, textarea, select{
width:100%;
padding:8px;
margin:5px 0 10px 0;
}

button{
background:#007BFF;
color:white;
padding:10px;
border:none;
cursor:pointer;
}

button:hover{
background:#0056b3;
}