@import "main.css";


form {
background-color: #cff;
}

#formcolumn {
height: 800px;
z-index: 2;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: 700;
text-align: left;
font-size: 1em;
color: #000;
background-color: transparent;
line-height: 130%;
margin-left: 160px;
margin-right: 6px;
margin-top: -280px;
padding: 36px;
/* border: #000 2px solid */
}

h1.form {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.5em;
font-weight: 700;
line-height: 130%;
text-align: left;
padding-left: 5%;
padding-right: 2%;
color: #f06;
background-color: transparent;
/* border: #339 1px solid */
}

h2.form {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: 700;
text-align: left;
font-size: 1em;
color: #309;
padding-left: 5%;
padding-right: 2%;
background-color: transparent;
line-height: 130%;
/* border: #f00 1px solid */
}



fieldset {
background-color: #cff;
border-top: none; /* 2px #f06 dotted; */
border-bottom: none;
border-left: none;
border-right: none;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 10px;
}

legend {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 120%;
font-weight: 400;
color: #f06;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
margin-left: -.5%;
}

input.text {
font-family: Courier, "Courier New", monospace;
font-size: 1.2em;
font-weight: 400;
display: block;
border-top: #f06 1px solid;
border-bottom: #f06 1px solid;
border-left: #f06 1px solid;
border-right: #f06 1px solid;
width: 80%;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 6px;
padding-right: 6px;
margin-top: 10px;
color: #000;
}

input.text:focus {
outline: dashed #90c 1px;
}

select:focus {
outline: dashed #90c 1px;
}

input.check {
font-weight: 400;
background-color: #fff;
color: #90c;
border: dotted 1px;
margin-right: 6px;
}

input.radio {
font-weight: 400;
background-color: #fff;
color: #90c;
border: none;
}

textarea {
width: 85%;
height: 12em;
font-family: Courier, "Courier New", monospace;
font-size: 1.2em;
font-weight: 400;
margin-left: 3%;
padding-left: 12px;
padding-right: 0px;
padding-top: 6px;
padding-bottom: 6px;
border-top: #f06 1px solid;
border-bottom: #f06 1px solid;
border-left: #f06 1px solid;
border-right: #f06 1px solid;
}

textarea:focus {
outline: dashed #90c 1px;
}

button {
margin-left: 5%;
}

p.header {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: 700;
text-align: left;
font-size: .8em;
margin-left: 5%;
color: #909;
background-color: transparent;
line-height: 130%;
/* border: #f00 1px dashed */
}
