<style type="text/css">
        /**
         * @tab Page
         * @section background
         */
        .container {
            /*@editable*/ border: 0px  #000000;
        }

        fieldset {border: none; padding: 0; margin: 0;}

        /**
         * @tab Body
         * @section foreground
         */
        .content {
            /*@editable*/ background-color:#FFFFFF;
            /*@editable*/ padding:0px;
            font-family:Verdana;
            font-size: 12px;
            line-height:;  /* #3# Editable */
            color: #2f4f4f;  /* #3# Editable */
        }

        /**
         * @tab Header
         * @section top bar
         */
        .headerBar {
            /*@editable*/ background-color:#ffffff;
            /*@editable*/ padding:20px;
            /*@editable*/ border-bottom:1px solid #696969;
        }
        
        /**
         * @tab Header
         * @section top bar text
         */
        .headerText {
            /*@editable*/ color:#666666;
            /*@editable*/ font-size:32px;
            /*@editable*/ font-family:Arial;
            /*@editable*/ font-weight:bold;
            /*@editable*/ text-align:left;
        }

        /**
         * @tab Body
         * @section default text
         * @tip This is the default text style for the body of your list form.
         */
/         
        p, label, .formText {
            /*@editable*/ line-height:;
            /*@editable*/ font-family:Verdana;
            /*@editable*/ font-size: 12px;
            /*@editable*/ color: #2f4f4f;
        }

        /**
         * @tab Alerts/Errors
         * @section alerts
         * @tip This is the style for the "There are errors below." warning that appears if invalid data is entered.
         */
        .alert {
            /*@editable*/ font-size:12px;
            /*@editable*/ line-height:100%;
            /*@editable*/ color:#FF0000;
            /*@editable*/ font-family:Verdana;
            /*@editable*/ font-weight:normal;
        }

        /**
         * @tab Alerts/Errors
         * @section errors
         * @tip This is the style for the error messages that appear beneath each form fields with invalid data.
         */
        div.errorText {
            /*@editable*/ font-size: 12px;
            /*@editable*/ line-height:100%;
            /*@editable*/ font-weight:normal;
            /*@editable*/ color:#FF0000;
            /*@editable*/ font-family:Verdana;
            /*@editable*/ background-color:#FFEEEE;
            /*@editable*/ padding:0px;
            /*@editable*/ margin:0px;
        }

        /**
         * @tab Body
         * @section link style
         * @tip Specify the color for all the hyperlinks in your list form.
         */
        /* ZE changed for disclaimer 
        a:link, a:active, a:visited, a {
                          color:#0000FF;
        */  
        a:link, a:active, a:visited, a {
            /*@editable*/ color:#888888;            
        }

        a.poweredBy {
            font-size:10px;
            font-family:trebuchet ms;
            text-decoration: none;
        }

        .poweredByBox td {
        text-align: right;
        }

		/* hCards + hCalendars */
		.vcard, .vevent {
			background:#eee;
			border: 2px solid #ccc !important;
			padding: 14px;
			-moz-border-radius: 4px;
			-webkit-border-radius:4px;
			border-radius: 4px;
			margin: 5px 0 !important;
		}

		span.vcard, 
		span.vevent {padding: 2px 1px 2px 70px !important; margin: 0 2px 0 !important;}

		.org {display:block; margin:8px 0 0 0; padding-left:19px; background:url(http://masterfile.list-manage.com/images/vcard.png) no-repeat; font-weight:bold; font-size:110%;}
		.hcard-download {background:url(http://masterfile.list-manage.com/images/hcard-download-or.png) no-repeat; padding:2px 0 2px 32px;}
		
		/* General Form Formatting */
		#mergeTable {width:100%;}
		
		/* ZE  font-weight:bold; removed from end of require fields prompt */
		.required {text-align:right; font-size:11px;}
		.formText {vertical-align:top;}
		
		/* ZE added for disclaimer */
		.formText2 {vertical-align:top;font-size:10px; color:#888888;}
		.subfield {display:block; margin:2px 0; padding:4px; line-height:30px;}
		.phonefield .subfield, .datefield .subfield {display:inline;}
		
		/* ZE this is the description for sub fields */
		.subfield label {padding-left:4px; font-style:italic; font-size:10px;}
		.mergeTable {border-collapse:separate;}
		
		/* ZE the mergerow affects inter field spacing */
		.mergeRow td {padding:5px; border-top:1px solid #ccc;}
		input, textarea, select {padding:4px;}
		input:focus, textarea:focus, select:focus {background:#ffc;}
		.countryfield select {min-width:120px;}
		.radiogroup label {font-size:11px; padding-right:12px;}

		/* ZE this affects the multiple choice box items */
		.interestgroup_field label {font-size:11px; padding-right:12px;}	
		.interestgroup_row label {font-size:11px; padding-right:12px;}	
				
		/* ZE added from original of DL form CSS */
		#archive-list-title {margin-bottom:5px;}
		#archive-company {font-weight:normal;}
		#archive-company, #archive-subscribe-link {margin:5px 0;}
		#archive-subscribe-link {float:right; margin-top:2px;}
    </style>
