/* THIS IS FOR BESPOKE OLD GEE CUSTOMERS EMAIL AN ADVISOR FORM */


#landingpageform {
	width: 550px;
	}

#landingpageform fieldset {
border: 0;
}
	
#landingpageform form {
	padding: 0px;
	margin: 0px;
	}

div#landingpageform label.fixedwidth {
	float:left;
	clear:left;
	}
	
div#landingpageform .multilinefield label { /* SETS THE LEFT MARGING OF MULTILINE FIELDS */
	float:left;
	width: 180px;
	clear:left;
	}
  
div#landingpageform .textfield {
	margin: 10px 0px;
	padding: 0px;
	}

div#landingpageform .listbox {
	margin: 15px 0px;
	padding: 0px;
	}

div#landingpageform .radiobutton {
	margin: 10px 0px;
	padding: 0px;
	}
	
div#landingpageform .textfield .fixedwidth  {  /* SETS THE LEFT MARGIN FOR NORMAL FIELDS AS THE LABEL ALSO HAS A CLASS 'FIXEDWIDTH' */
	width: 180px;
	}

div#landingpageform .textfield b {
	font-weight: normal;
	}

div#landingpageform .multilinefield {
	margin: 0px 0px 15px 0;
	padding: 0px;
	}

div#landingpageform .multilinefield input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

div#landingpageform .checkbox {
	float: left;
	}
	
div#landingpageform label.fixedwidth  { /* THIS IS THE DEFAULT LEFT MARGIN WHICH IN THIS CASE ONLY APPLIES TO CHECK BOXES */
	width: 180px;
	}

div#contentarea.typeD #landingpageform h4 {margin: 10px 0; padding: 0; border-bottom:0px solid #ffffff; font-size: 110%;}



