/*
prntMemForm.css
---------------
Style sheet for NALHS site - Membership application form for printing.

Width of input boxes defined as percentages to give a clean printout.
*/

/* 1. defaults */
/* ----------- */
@import url(prntBody.css);

/* 2. main layout */
/* -------------- */
@import url(prntOneColFix.css);

/* 3. navigation */
/* ------------- */
@import url(navLnkGen.css);

/* 4. fonts */
/* -------- */
@import url(prntFontHdr.css);
@import url(txtOptions.css);

/* 2. layout */
/* --------- */
fieldset {
	border: none; 
}

#ContactDetails {
	padding-top: 2pt;
	padding-bottom: 2pt;
}

#ContactDetails .label {
	float: left;
	clear: left;
	width: 21%;
	text-align: right;
	margin-top: 0.75em;
	margin-bottom: 0.5em;
}

input,
select,
textarea {
	margin-top: 0.5em;
}

input#SocName,
input#SocPosn,
input#MyName,
input#Address1,
input#Address2,
input#Address3,
input#Town,
input#County,
input#emailA {
	width: 74%;
}

input#PostCode {
	width: 13%;
}

input#Country,
input#Tphone {
	width: 40%;
}

textarea#SocPubs,
textarea#SocMtgs,
textarea#webAddr,
textarea#interests,
textarea#Tgiven,
textarea#projects {
	height: 50pt;
	width: 74%;
}

input#memSig {
	width: 45%;
	border: none;
	border-bottom-style: dotted;
}

input#memDate {
	width: 15%;
	text-align: center;
	border: none;
	border-bottom-style: dotted;
}

fieldset#socInfo {
	page-break-after: always;
}

#ClearFormButton {
	display: none;
}

/* 4. fonts */
/* -------- */
#mainContent p,
#mainNav p {
	font-size: 1.1em;
	line-height: 120%;
	margin-bottom: 0.8em;
}

#ContactDetails p {
	margin: 0;
}

p.noPrint {display: none;}

p.note {
	padding-top: 2pt;
	padding-bottom: 2pt;
	margin: 0;
	font-size: inherit;
}
