/*
CSS for the GBCC membership application form
*/

html, body {
margin: 0px;
padding: 0px;
border: 0px;
}

.italic {
	font-style: italic;
}

.check_text {
position: absolute;
left: 280px;
color: green;
margin-top: -3px;
}

#gbcc_header, #gbcc_topnav1, #gbcc_topnav2 {
margin-left: 10%;
margin-right: 10%;
border: 0px none;
padding: 5px;
}

#mem_form {
position: relative;
margin-left: 25%;
margin-right: 25%;
border: 0px none;
padding: 5px;
}


#mem_form select {
position: absolute;
margin-top: 8px;
left: 10px;
}


p#form_p {
color: red;
line-height: 40px;
}

.blue {
color: blue;
}

#form_p label{
color: blue;
}

#form_p input, select, textarea {
position: absolute;
margin-top: 8px;
left: 10px;
}

#form_p2 input, textarea {
position: absolute;
margin-top: 0px;
left: 220px;
}

#form_p2 select {
position: absolute;
margin-top: 0px;
left: 220px;

*/
#mem_form h1 {
/* not formatted */
}


