/* CSS Document */

#center_text_layer_mem {
	font-family: "Times New Roman", Times, serif;
	position: relative;
	top: 0;
	width: 90%;
	color:#193e4f;
	padding: 0.5em 0 0.5em 0;
	margin: 0.5em 0 0.5em 0;
	border-top: 1px solid #CEC9BC;
	border-bottom: 1px solid #CEC9BC;
}

#center_text_layer_mem h4 {
	font-size: 180%;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .1em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#center_text_layer_mem p {
	text-align: center;
	font-size: 120%;
	font-style: normal;
 	color: #DA2B00;
	letter-spacing: .05em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}



#form_wrapper_mem {
	font-family:"Times New Roman", Times, serif;
	position: relative;
	top: 1em;
	text-align: left;
	color: #193e4f;
	padding: 5px;
	margin-bottom: 100px;
	margin-left: 0 auto;
	margin-right: 0 auto;
	min-height: 15em;
}

#form_wrapper_mem p {
	color: #000000;
	font-size: 90%;
}

form.member legend {
	font-weight: normal;
	font-size: 100%;
	color: #764f27;   /*#764f27;*/
	padding: 0px 5px 3px 5px;
	margin: 0 0 0 15px;
}

#leftFldSet {
	position: absolute;
	left:75px;
	top: 0px;
	width: auto;
	min-width: 28em;
	border: 1px solid #CEC9BC;
	padding: 1em;
}

#rightFldSet {
	position: absolute;
	left:600px;
	top: 0px;
	width: auto;
	min-width: 17em;
	border: 1px solid #CEC9BC;
	padding: 1em;
}

#rightFldSet p {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	text-align: center;
	color: #193e4f;
	line-height: 1.5em;
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
}

.txt {
	width: 230px;
	margin: 3px 0px 3px 0px;
	background-color: #eef6fc;
	border: 1px solid #c3dfdd;
}

input.txt:focus {
	border-color: #2c874b;
}

.txtShort {
	width: 100px;
}

form.member label.fixedwidth {
	display:block;
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	margin-left: 0em;
}

form.member label.radiolbl {
	margin-left: 5px;
}

#refby {
	float: right;
	width: 250px;
}

.dependent {
}

label.disabled {
	color: #a0a0a0;
}

#dcpropowner {
	clear: both;
	margin: 0.2em 0 0 0.5em;
}

#submitmbrbtn {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #303e7e;
	background-color: #e7b683;
	border: 1px outset #6e7ab2;
	width: 12em;
	-moz-border-radius: 7px;
}

#alertBox {
	position: absolute;
	left:575px;
	top:210px;
	min-width: 20em;
	padding: 1em;
	text-align:center;
}

#alertBox p {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	color: #DA2B00;
	margin-bottom: 1em;
}

#donateBttn p {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	color: #DA2B00;
	margin-bottom: 1em;
}

.bttn_spot {
	position: relative;
	text-align:center;
}


