/****************************************************************************************************	BASE STYLESHEET v.1.0		W3C Cascading Style Sheets, level 1:	For information on Stylesheet rules: http://www.w3.org/TR/REC-CSS1		BROWSER REQUIREMENTS:	IE 5.0+, Netscape 6.0, 7.0+	CONTRIBUTE NOTES:	To hide a class from a Contibute user begin the class name with _mmhide	examples:						MMhide_frm-button						MMhide_frm-checkbox							TITLE PROPERTY:	To apply ALT attribute to form items or controls add a "title" attribute.	title="Password Here"		<input title="Password Here" name="Password" type="text" id="Password">****************************************************************************************************//*********************************  Redefined XHTML */form{}input, textarea, select{	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #444444;	word-spacing: 1px;}label{	font-weight: bold;	padding: 0px 2px 0px 3px;	white-space: nowrap;	}fieldset{}legend{	color: #666699;	font-weight: bold;}/*********************************  Custom Classes: Controls */.MMhide_frm_button{	font-family: Arial, Helvetica, sans-serif;	font-size: 8px;	color: #FFFFFF;	background-color: #024D87;	border: 0px none;	cursor:pointer;	letter-spacing: 1px;	text-indent: 0px;	margin: 0px;	vertical-align: text-top;	padding: 2px 0px 0px 2px;	text-transform: uppercase;}/*** Applies to Checkbox & Checkboxlist ***/.MMhide_frm_checkbox{ 	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #444444;	font-weight: bold;	padding: 3px;	cursor: hand;}.MMhide_frm_dropdownlist{	cursor: default;}.MMhide_frm_listbox{	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #444444;	word-spacing: 1px;		border: #333333;	border-style: solid;	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;		cursor: default;}/*** Applies to Radiobutton & Radiobuttonlist ***/.MMhide_frm_radiobutton{		cursor: hand;}/*** Applies to Textbox And Textarea Controls - See Redefined XHTML INPUT for additional Properties ***/.MMhide_frm-textbox-LG{	width: 330px;	border: #253373;	border-style: solid;	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	cursor: text;	text-indent: 2px;	}.MMhide_frm-textbox{	width: 150px;	border: #253373;	border-style: solid;	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	cursor: text;	text-indent: 2px;	}.MMhide_frm-textbox-SM{	width: 50px;	border: #253373;	border-style: solid;	border-top-width: 1px;	border-right-width: 1px;	border-bottom-width: 1px;	border-left-width: 1px;	cursor: text;	text-indent: 2px;	}/*** Textfield ID's */#Statement, #Biography{	width: 400px;	height: 100px;}#NomineeName, #Name, #Name2{	width: 340px;}#NomineeAddress, #NomineeCity, #Address, #City, #Address2, #City2{	width: 200px;}#NomineePhone, #NomineeBusiness, #NomineeFax, #NomineeEmail, #Phone, #Business, #Fax, #Email, #Phone2, #Business2, #Fax2, #Email2, #Contribution, #Expiration{	width: 140px;}#NomineeProvince, #NomineePostalCode, #BirthDate, #Province, #PostalCode, #Province2, #PostalCode2{	width: 60px;}.MMhide_frm_hyperlink{	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #024D87;	text-decoration: none;}/*** Form Labels & Error Messages ***/.MMhide_frm_labels{	font-weight: bold;	padding: 3px;	text-align: right;		}.MMhide_txt_flagged{	color: #FF0000;	font-size: 11px;	font-weight: bold;	}