body
{
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.form-1 {
    /* Size & position */
    width: 300px;
    margin: 60px auto 30px;
    padding: 10px;
    position: relative; /* For the submit button positioning */

    /* Styles */
    box-shadow: 
        0 0 1px rgba(0, 0, 0, 0.3), 
        0 3px 7px rgba(0, 0, 0, 0.3), 
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
    border-radius: 5px;
    /*background: linear-gradient(#eeefef, #ffffff 10%);*/
}

.form-1 .field {
    position: relative; /* For the icon positioning */
}

h1 { 
	margin-top: 1; 
	margin-bottom: 0; 
	color: #CC6600;
	font-size: 18pt;
	font-family: verdana, arial;
	word-wrap:break-word;
}

h2 { 
	margin-top: 1; 
	margin-bottom: 0; 
	color: #CC6600;
	font-size: 14pt;
	font-family: verdana, arial;
	word-wrap:break-word;
}

h3 { 
	margin-top: 1; 
	margin-bottom: 0; 
	color: black;
	font-size: 12pt;
	font-family: verdana, arial;
	word-wrap:break-word;
}

table { background-color: white; border-collapse: collapse;}
/* tr { background-color: white; font-family: arial; border: 1px solid black;} */
tr { background-color: white; font-family: arial;} 
th { background-color: #669999; color: white; font-size: 10pt; text-align: center; border: 1px solid black; padding: 3px;}
/*td { background-color: white; color: #330000; font-size: 10pt; font-family: arial; border: 1px solid black; padding: 3px;}*/
td { background-color: white; color: #330000; font-size: 10pt; font-family: arial; padding: 3px;}*/

.required {color: #CC0000;}

.shadow {
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:         3px 3px 5px 6px #ccc;
	width: 100%;
}

li {
    display:inline !important;
    list-style-type: none;
    padding-right: 10px;    
}

.textbutton {
	background: none;
     border: none; 
     padding: 0;
	font-size: 12pt;
	text-decoration: none;
	color: #996666;
	color: #996600;
}

.container {
  display: flex;
  justify-content: center;
}
.center {
  width: 800px;
}

hr { border-color: black; }