@charset "utf-8";
/* CSS Document */

body {
margin: 60px auto;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
}


input {
height: 20px;
border: 1px solid #FCC466;
margin-top: 5px;
}


form {
width: 500px;
height: auto;
border: 2px solid #FFC466;
padding: 20px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-top-left-radius: 10px;
-moz-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
}

table {
font-size: 12px;
}

a {
color: #000000;
text-decoration: underline;
}

a:hover {
color: #FFC466;
}
