@import "/css2/form.css";
@import "/css2/headerdropdown.css";

.innerbox {
    padding: 0 25px;
        padding-bottom: 0px;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    flex-flow: row wrap;
    justify-content: space-between;
    flex-basis: 33%;
    border: 0px solid green;
    font-family: "Amaranth",sans-serif;
}	

#headerblock {
	min-height: 0;
}

/*#divStatus,*/
#divContactform {
	padding-bottom: 60px;
}

#divStatus div {
	margin: 20px 0;
}

input[type=password],
input[type=text] {
    width: 40%; 
    padding: 6px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    font-family: inherit; 
    font-size: inherit;
}

