-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIRS6478.xsl
623 lines (621 loc) · 32.2 KB
/
IRS6478.xsl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:include href="PopulateTemplate.xsl"/>
<xsl:include href="AddHeader.xsl"/>
<xsl:include href="CommonPathRef.xsl"/>
<xsl:include href="AddOnTable.xsl"/>
<xsl:include href="IRS6478Style.xsl"/>
<xsl:output method="html" indent="yes"/>
<xsl:strip-space elements="*"/>
<xsl:param name="Form6478Data" select="$RtnDoc/IRS6478"/>
<xsl:template match="/">
<html lang="EN-US">
<head>
<title>
<xsl:call-template name="FormTitle">
<xsl:with-param name="RootElement" select="local-name($Form6478Data)"/>
</xsl:call-template>
</title>
<!-- No Browser Caching -->
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Cache-Control" content="no-cache"/>
<meta http-equiv="Expires" content="0"/>
<!-- No Proxy Caching -->
<meta http-equiv="Cache-Control" content="private"/>
<!-- Define Character Set -->
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<meta name="Author" content="Ravi Venigalla"/>
<meta name="Description" content="TY 2007 IRS Form 6478"/>
<script language="JavaScript" src="{$ScriptPath}/FormDisplay.js" type="text/javascript"/>
<xsl:call-template name="InitJS"/>
<style type="text/css">
<xsl:if test="not($Print) or $Print=''">
<!-- Form 6478 CSS Styles are located in the template called below -->
<xsl:call-template name="IRS6478Style"/>
<xsl:call-template name="AddOnStyle"/>
</xsl:if>
</style>
<xsl:call-template name="GlobalStylesForm"/>
</head>
<body class="styBodyClass">
<form name="Form6478" id="Form6478">
<!-- Standard Warning Lines -->
<xsl:call-template name="DocumentHeader"/>
<!-- Begin Form Number and Name -->
<div class="styBB" style="width:187mm;">
<div class="styFNBox" style="width:31mm;height:21mm;">
Form <span class="styFormNumber">6478</span>
<br/>
<xsl:call-template name="SetFormLinkInline">
<xsl:with-param name="TargetNode" select="$Form6478Data"/>
</xsl:call-template>
<br/>
<div style="padding-top:1.5mm;">
<span class="styAgency">Department of the Treasury</span>
<br/>
<span class="styAgency">Internal Revenue Service</span>
</div>
</div>
<div class="styFTBox" style="width:125mm;height:13mm;">
<div class="styMainTitle" style="padding-top:1.5mm;">
Alcohol and Cellulosic Biofuel Fuels Credit
</div>
<div class="styFST" style="height:5mm;font-size:7pt;padding-top:.5mm;">
(Including Second Generation Biofuel)
</div>
<div class="styFST" style="height:5mm;font-size:7pt;padding-top:3mm;">
<img src="{$ImagePath}/6478_Bullet.gif" width="4" height="7" alt="Bullet Image"/>
Attach to your tax return.
<div/>
<div class="styFST" style="height:3mm;font-size:7pt;padding-top:0.1mm;">
<img src="{$ImagePath}/6478_Bullet.gif" width="4" height="7" alt="Bullet Image"/>
Information about Form 6478 and its instructions is at <a href="http://www.irs.gov/form6748" title="Link to irs.gov"><i>www.irs.gov/form6478</i></a>.
</div>
</div>
</div>
<!-- This can be taken out later -->
<div class="styTYBox" style="width:30mm;height:21mm;">
<div class="styOMB" style="height:2mm;">OMB No. 1545-0231</div>
<div class="styTY" style="height:7.5mm;font-size:24pt;">
20<span class="styTYColor">12</span>
</div>
<div class="stySequence">Attachment<br/>Sequence No. <b style="font-size:7.5pt;">83</b>
</div>
</div>
</div>
<!-- End Form Number and Name section -->
<!-- Begin Name and Identifying number section -->
<div class="styBB" style="width:187mm;">
<div class="styNameBox" style="width:130mm;height:8mm;font-size:7pt;">
Name(s) shown on return
<br/>
<xsl:choose>
<xsl:when test="$RtnHdrData/ReturnType='1040'">
<br/>
<xsl:call-template name="PopulateReturnHeaderFiler">
<xsl:with-param name="TargetNode">Name</xsl:with-param>
</xsl:call-template>
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="PopulateReturnHeaderFiler">
<xsl:with-param name="TargetNode">BusinessNameLine1</xsl:with-param>
</xsl:call-template>
<br/>
<xsl:call-template name="PopulateReturnHeaderFiler">
<xsl:with-param name="TargetNode">BusinessNameLine2</xsl:with-param>
</xsl:call-template>
</xsl:otherwise>
</xsl:choose>
</div>
<div class="styEINBox" style="width:50mm;height:4mm;font-size:7pt;padding-left:2mm;">
Identifying number<br/>
<br/>
<span style="font-weight:normal;">
<xsl:choose>
<xsl:when test="$RtnHdrData/ReturnType='1040'">
<xsl:call-template name="PopulateReturnHeaderFiler">
<xsl:with-param name="TargetNode">PrimarySSN</xsl:with-param>
</xsl:call-template>
</xsl:when>
<xsl:otherwise>
<xsl:call-template name="PopulateReturnHeaderFiler">
<xsl:with-param name="TargetNode">EIN</xsl:with-param>
</xsl:call-template>
</xsl:otherwise>
</xsl:choose>
</span>
</div>
</div>
<!-- End Names and Identifying number section -->
<!-- Start Reserved -->
<div class="styBB" style="width: 187mm; font-size: 8pt;padding-top:1mm;">
<div style="width:187mm;height:6mm;padding-bottom:1mm;">
<span class="" style="vertical-align: top;">Reserved</span>
</div>
</div>
<!-- End Reserved -->
<!-- Start Caution -->
<!--div class="styBB" style="width: 187mm; font-size: 8pt;padding-top:1mm;">
<div style="width:187mm;height:6mm;padding-bottom:1mm;">
<span class="styBoldText" style="vertical-align: top;">Caution.</span>
<span class="styNormalText" style="width: 170mm; padding-left: 2mm;"> You cannot claim any amounts on Form 6478 that you claimed (or will claim)
on Form 720 (Schedule C), </span>
<span class="styNormalText" style="width: 187mm;">Form 8849, or Form 4136.</span>
</div>
</div-->
<!-- End Caution -->
<!--Table header Begin -->
<div class="styBB" style="width:187mm;">
<div class="styNameBox" align="center" style="width:101.85mm;height:11mm;font-size:7pt;text-align:center;padding-top:4mm;">
Type of Fuel
</div>
<div class="styNameBox" align="center" style="width:32.1mm;height:11mm;font-size:7pt;text-align: center;padding-top:.5mm;">
<span class="styBoldText">(a)</span>
<br/>Number of Gallons <br/>Sold or Used
</div>
<div class="styNameBox" align="center" style="width:21mm;height:11mm;font-size:7pt;text-align: center;padding-top:2mm;">
<span class="styBoldText">(b)</span>
<br/>Rate
</div>
<div class="styNameBox" align="center" style="width:32mm;height:11mm;font-size:7pt;border-right-width:0px;text-align: center;padding-top:2mm;">
<span class="styBoldText">(c)</span>
<br/>Column(a) x Column(b)</div>
</div>
<!-- Start line 1 -->
<div style="width:187mm">
<div class="styLNLeftNumBoxSD" style="height:4mm;">1</div>
<div class="styLNDesc" style="width:88.7mm;height:4mm;">
Qualified ethanol fuel production for fuel sold or used before 2012
</div>
<div class="styLNAmountBox" style="border-bottom-width:0px;width:5mm;padding-right:2mm;"/>
<div class="styLNAmountBox" style="width:32mm;border-bottom-width:0px;"/>
<!-- Text is aligned center as it is in center aligned in the PDF -->
<div class="styLNAmountBox" style="width:21mm;text-align:center;border-bottom-width:0px;"/>
<div class="styLNAmountBox" style="border-bottom-width:0px;"/>
</div>
<!-- End line 1 -->
<!-- start line 1 extention -->
<div style="width:187mm">
<div class="styLNLeftNumBoxSD"/>
<div class="styLNDesc" style="width:88.7mm;">
<span style="float:left">(see instructions for election) </span>
<!--Dotted Line-->
<div class="styDotLn" style="float:right;padding-right:1mm;">............</div>
</div>
<div class="styLNAmountBox" style="width:5mm;padding-right:1mm;"><b>1</b></div>
<div class="styLNAmountBox" style="width:32mm;padding-right:1mm;">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$Form6478Data/QualifiedEthanolFuelProduction"/>
</xsl:call-template>
</div>
<div class="styLNAmountBox" style="width:21mm;text-align:center;">
$ .10
</div>
<div class="styLNAmountBox">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form6478Data/QualifiedEthanolFuelCredit"/>
</xsl:call-template>
</div>
</div>
<!-- End line 1 extention -->
<!-- Start line 2 -->
<div style="width:187mm">
<div class="styLNLeftNumBoxSD" style="height:4mm;">2</div>
<div class="styLNDesc" style="width:88.7mm;height:4mm;">
Alcohol 190 proof or greater <b>and</b> alcohol 190 proof or greater in
</div>
<div class="styLNAmountBox" style="border-bottom-width:0px;width:5mm;padding-right:2mm;"/>
<div class="styLNAmountBox" style="width:32mm;border-bottom-width:0px;"/>
<div class="styLNAmountBox" style="width:21mm;text-align:center;border-bottom-width:0px;"/>
<div class="styLNAmountBox" style="border-bottom-width:0px;"/>
</div>
<!-- End line 2 -->
<!-- start line 2 extention -->
<div style="width:187mm">
<div class="styLNLeftNumBoxSD"/>
<div class="styLNDesc" style="width:88.7mm;">
<span style="float:left">fuel mixtures sold or used before 2012</span>
<!--Dotted Line-->
<div class="styDotLn" style="float:right;padding-right:1mm;">.........</div>
</div>
<div class="styLNAmountBox" style="width:5mm;padding-right:1mm;"><b>2</b></div>
<div class="styLNAmountBox" style="width:32mm;padding-right:1mm;">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$Form6478Data/Alc190PrfOrHghrUsedGallons"/>
</xsl:call-template>
</div>
<div class="styLNAmountBox" style="width:21mm;text-align:center;">
$ .45*
</div>
<div class="styLNAmountBox">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form6478Data/Alc190PrfOrHghrUsedCrAMT"/>
</xsl:call-template>
</div>
</div>
<!-- End line 2 extention -->
<!-- Start line 3 -->
<div style="width:187mm">
<div class="styLNLeftNumBoxSD" style="height:4mm;">3</div>
<div class="styLNDesc" style="width:88.7mm;height:4mm;">
Alcohol less than 190 proof but at least 150 proof <b>and</b> alcohol
</div>
<div class="styLNAmountBox" style="border-bottom-width:0px;width:5mm;padding-right:2mm;"/>
<div class="styLNAmountBox" style="width:32mm;border-bottom-width:0px;"/>
<!-- Text is aligned center as it is in center aligned in the PDF -->
<div class="styLNAmountBox" style="width:21mm;text-align:center;border-bottom-width:0px;"/>
<div class="styLNAmountBox" style="border-bottom-width:0px;"/>
</div>
<!-- End line 3 -->
<!-- start line 3 extention part 1 -->
<div class="styLNLeftNumBox" style="height:4mm;"/>
<div class="styLNDesc" style="width:88.7mm;height:4mm;">
<span style="float:left">less than 190 proof but at least 150 proof in fuel mixtures </span>
</div>
<div class="styLNAmountBox" style="border-bottom-width:0px;width:5mm;padding-right:2mm;"/>
<div class="styLNAmountBox" style="width:32mm;border-bottom-width:0px;"/>
<div class="styLNAmountBox" style="width:21mm;text-align:center;border-bottom-width:0px;"/>
<div class="styLNAmountBox" style="border-bottom-width:0px;"/>
<!-- End line 3 extention part 1 -->
<!-- start line 3 extention part 2 -->
<div style="width:187mm">
<div class="styLNLeftNumBox" style="height:4mm;"/>
<div class="styLNDesc" style="width:88.7mm;height:4mm;">
<span style="float:left">sold or used before 2012 </span>
<!--Dotted Line-->
<div class="styDotLn" style="float:right;padding-right:1mm;">.............</div>
</div>
<div class="styLNAmountBox" style="width:5mm;padding-right:1mm;"><b>3</b></div>
<div class="styLNAmountBox" style="width:32mm;padding-right:1mm;">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$Form6478Data/Alc150To189PrfUsedGallons"/>
</xsl:call-template>
</div>
<div class="styLNAmountBox" style="width:21mm;text-align:center;">
$ .3333*
</div>
<div class="styLNAmountBox">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form6478Data/Alc150To189PrfUsedCrAmt"/>
</xsl:call-template>
</div>
</div>
<!-- End line 3 extention part 2 -->
<!-- Start line 4 -->
<div style="width:187mm">
<div class="styLNLeftNumBoxSD" style="height:4mm;">4</div>
<div class="styLNDesc" style="width:88.7mm;height:4mm;">
Qualified cellulosic biofuel production for fuel sold or used before
</div>
<div class="styLNAmountBox" style="border-bottom-width:0px;width:5mm;padding-right:2mm;"/>
<div class="styLNAmountBox" style="width:32mm;border-bottom-width:0px;"/>
<!-- Text is aligned center as it is in center aligned in the PDF -->
<div class="styLNAmountBox" style="width:21mm;text-align:center;border-bottom-width:0px;"/>
<div class="styLNAmountBox" style="border-bottom-width:0px;"/>
</div>
<!-- End line 4 -->
<!-- start line 4 extention -->
<div style="width:187mm">
<div class="styLNLeftNumBox" style="height:4mm;"/>
<div class="styLNDesc" style="width:88.7mm;height:4mm;">
<span style="float:left">2012 that is alcohol (see instructions for election) </span>
<!--Dotted Line-->
<div class="styDotLn" style="float:right;padding-right:1mm;">.....</div>
</div>
<div class="styLNAmountBox" style="width:5mm;padding-right:1mm;"><b>4</b></div>
<div class="styLNAmountBox" style="width:32mm;padding-right:1mm;">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$Form6478Data/QualCellBiofuelProdWAlcGlln"/>
</xsl:call-template>
</div>
<div class="styLNAmountBox" style="width:21mm;text-align:center;">
$ .41**
</div>
<div class="styLNAmountBox">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form6478Data/QualCellBiofuelProdWAlcCrAmt"/>
</xsl:call-template>
</div>
</div>
<!-- End line 4 extention -->
<!-- Start line 5 -->
<div style="width:187mm">
<div class="styLNLeftNumBoxSD" style="height:4mm;">5</div>
<div class="styLNDesc" style="width:88.7mm;height:4mm;">
Qualified cellulosic biofuel production for fuel sold or used before
</div>
<div class="styLNAmountBox" style="border-bottom-width:0px;width:5mm;padding-right:2mm;"/>
<div class="styLNAmountBox" style="width:32mm;border-bottom-width:0px;"/>
<!-- Text is aligned center as it is in center aligned in the PDF -->
<div class="styLNAmountBox" style="width:21mm;text-align:center;border-bottom-width:0px;"/>
<div class="styLNAmountBox" style="border-bottom-width:0px;"/>
</div>
<!-- End line 5 -->
<!-- start line 5 extention -->
<div style="width:187mm">
<div class="styLNLeftNumBox" style="height:4mm;"/>
<div class="styLNDesc" style="width:88.7mm;height:4mm;">
<span style="float:left">January 3, 2013 (see instructions for election) </span>
<!--Dotted Line-->
<div class="styDotLn" style="float:right;padding-right:1mm;">.....</div>
</div>
<div class="styLNAmountBox" style="width:5mm;padding-right:1mm;"><b>5</b></div>
<div class="styLNAmountBox" style="width:32mm;padding-right:1mm;">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$Form6478Data/QualCellBiofuelNoAlcGallon"/>
</xsl:call-template>
</div>
<div class="styLNAmountBox" style="width:21mm;text-align:center;">
$ 1.01
</div>
<div class="styLNAmountBox">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form6478Data/QualCellBiofuelNoAlcCrAmt"/>
</xsl:call-template>
</div>
</div>
<!-- End line 5 extention -->
<!-- Start line 6 -->
<div style="width:187mm">
<div class="styLNLeftNumBoxSD" style="height:4mm;">6</div>
<div class="styLNDesc" style="width:88.7mm;height:4mm;">
Qualified second generation biofuel production for fuel sold or used
</div>
<div class="styLNAmountBox" style="border-bottom-width:0px;width:5mm;padding-right:2mm;"/>
<div class="styLNAmountBox" style="width:32mm;border-bottom-width:0px;"/>
<!-- Text is aligned center as it is in center aligned in the PDF -->
<div class="styLNAmountBox" style="width:21mm;text-align:center;border-bottom-width:0px;"/>
<div class="styLNAmountBox" style="border-bottom-width:0px;"/>
</div>
<!-- End line 6 -->
<!-- start line 6 extention -->
<div style="width:187mm">
<div class="styLNLeftNumBox" style="height:4mm;"/>
<div class="styLNDesc" style="width:88.7mm;height:4mm;">
<span style="float:left">after January 2, 2013 (see instructions for election)</span>
<!--Dotted Line-->
<div class="styDotLn" style="float:right;padding-right:1mm;">.....</div>
</div>
<div class="styLNAmountBox" style="width:5mm;padding-right:1mm;"><b>6</b></div>
<div class="styLNAmountBox" style="width:32mm;padding-right:1mm;">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$Form6478Data/Qual2ndGenBiofuelProdFuelGlln"/>
</xsl:call-template>
</div>
<div class="styLNAmountBox" style="width:21mm;text-align:center;">
$ 1.01
</div>
<div class="styLNAmountBox">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form6478Data/Qual2ndGenBiofuelProdFuelCrAmt"/>
</xsl:call-template>
</div>
</div>
<!-- End line 6 extention -->
<!-- start line 7 -->
<div style="width:187mm">
<div class="styLNLeftNumBoxSD" style="height:4mm;">7</div>
<div class="styLNDesc" style="width:138.75mm;height:4mm;font-size:2.5mm;">
<span style="float:left">Add the amounts in column (c) on lines 5 and 6. Include this amount in your income for 2012, </span>
</div>
<div class="styLNAmountBox" style="border-bottom-width:0px;width:8mm;padding-right:2mm;"/>
<div class="styLNAmountBox" style="width:30mm;border-bottom-width:0px;"/>
</div>
<!-- End line 7 -->
<!-- start line 7 extention 1 -->
<div style="width:187mm">
<div class="styLNLeftNumBoxSD" style="height:4mm;padding-bottom:.5mm;"/>
<div class="styLNDesc" style="width:138.75mm;height:4mm;">
<span style="float:left;padding-right:1mm;">and enter your IRS registration number (see instructions) </span>
<span class="styFixedUnderline" style="width:50mm;padding-top:.1mm;padding-bottom:0mm;">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$Form6478Data/FuelsCreditRegistrationNumber"/>
</xsl:call-template>
</span>
<!--/div-->
<!--Dotted Line-->
<div class="styDotLn" style="float:right;padding-right:1mm;">...</div>
</div>
<div class="styLNRightNumBox">7</div>
<div class="styLNAmountBox">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form6478Data/OtherIncomeAmt"/>
</xsl:call-template>
</div>
<!--div class="styLNAmountBox" style="border-bottom-width:0px;width:8mm;padding-right:2mm;"/>
<div class="styLNAmountBox" style="width:30mm;border-bottom-width:0px;"/-->
</div>
<!-- end line 7 extension 1 -->
<!-- start line 7 extention 2 -->
<!--div style="width:187mm">
<div class="styLNLeftNumBoxSD" style="height:4mm;padding-bottom:.5mm;"/>
<div class="styLNDesc" style="width:138.75mm;height:4mm;">
<span class="styFixedUnderline" style="width:50mm;padding-top:.1mm;padding-bottom:0mm;">
<xsl:call-template name="PopulateText">
<xsl:with-param name="TargetNode" select="$Form6478Data/FuelsCreditRegistrationNumber"/>
</xsl:call-template>
</span-->
<!--Dotted Line-->
<!--div class="styDotLn" style="float:right;padding-right:1mm;">.....................</div>
</div>
<div class="styLNRightNumBox">7</div>
<div class="styLNAmountBox">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form6478Data/OtherIncomeAmt"/>
</xsl:call-template>
</div>
</div-->
<!-- end line 7 extension 2 -->
<!-- start line 8 -->
<div style="width:187mm">
<div class="styLNLeftNumBoxSD" style="height:4mm;">8</div>
<div class="styLNDesc" style="width:138.75mm;height:4mm;font-size:2.5mm;">
<span style="float:left">Alcohol and cellulosic biofuel fuels credit from partnerships, S corporations, cooperatives, estates, and</span>
</div>
<div class="styLNAmountBox" style="border-bottom-width:0px;width:8mm;padding-right:2mm;"/>
<div class="styLNAmountBox" style="width:30mm;border-bottom-width:0px;"/>
<!-- Text is aligned center as it is in center aligned in the PDF -->
</div>
<!-- End line 8 -->
<!-- start line 8 extention -->
<div style="width:187mm">
<div class="styLNLeftNumBoxSD" style="height:4mm;padding-bottom:.5mm;"/>
<div class="styLNDesc" style="width:138.75mm;height:4mm;">
<span style="float:left">trusts (see instructions)</span>
<!--Dotted Line-->
<div class="styDotLn" style="float:right;padding-right:1mm;">..........................</div>
</div>
<div class="styLNRightNumBox">8</div>
<div class="styLNAmountBox">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form6478Data/AlcoholFuelCreditAmt"/>
</xsl:call-template>
</div>
</div>
<!-- end line 8 extension -->
<!-- start line 9 -->
<div style="width:187mm">
<div class="styLNLeftNumBoxSD" style="height:4mm;">9</div>
<div class="styLNDesc" style="width:138.75mm;height:4mm;font-size:2.5mm;">
<span style="float:left">Add lines 7 and 8. Cooperatives, estates, and trusts, go to line 10. Partnerships and S corporations,</span>
</div>
<div class="styLNAmountBox" style="border-bottom-width:0px;width:8mm;padding-right:2mm;"/>
<div class="styLNAmountBox" style="width:30mm;border-bottom-width:0px;"/>
<!-- Text is aligned center as it is in center aligned in the PDF -->
</div>
<!-- End line 9 -->
<!-- start line 9 extention 1-->
<div style="width:187mm">
<div class="styLNLeftNumBox" style="height:4mm;padding-bottom:.5mm;"/>
<div class="styLNDesc" style="width:138.75mm;height:4mm;">
<span style="float:left">stop here and report this amount on Schedule K. All others, stop here and report this amount on</span>
</div>
<div class="styLNRightNumBox" style="border-bottom-width:0px;"></div>
<div class="styLNAmountBox" style="border-bottom-width:0px;"></div>
</div>
<!-- end line 9 extension 1-->
<!-- start line 9 extention 2-->
<div style="width:187mm">
<div class="styLNLeftNumBox" style="height:4mm;padding-bottom:.5mm;"/>
<div class="styLNDesc" style="width:138.75mm;height:4mm;">
<span style="float:left">Form 3800, line 4c</span>
<!--Form 3800,line 4c-->
<!--Dotted Line-->
<div class="styDotLn" style="float:right;padding-right:1mm;">............................</div>
</div>
<div class="styLNRightNumBox">9</div>
<div class="styLNAmountBox">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form6478Data/EthanolAlcoholOtherCreditAmt"/>
</xsl:call-template>
</div>
</div>
<!-- end line 9 extension 2-->
<!-- start line 10 -->
<div style="width:187mm">
<div class="styLNLeftNumBox" style="height:4mm;">10</div>
<div class="styLNDesc" style="width:138.75mm;height:4mm;font-size:2.5mm;">
<span style="float:left">Amount allocated to patrons of the cooperative or beneficiaries of the estate or trust (see instructions)</span>
<div class="styDotLn" style="float:right;padding-right:1mm;">.</div>
</div>
<div class="styLNRightNumBox">10</div>
<div class="styLNAmountBox">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form6478Data/AllocatedToBeneficiariesAmt"/>
</xsl:call-template>
</div>
</div>
<!-- End line 10 -->
<!-- start line 11 -->
<div style="width:187mm">
<div class="styLNLeftNumBox" style="height:4mm;">11</div>
<div class="styLNDesc" style="width:138.75mm;height:4mm;font-size:2.5mm;">
<span style="float:left">Cooperatives, estates, and trusts, subtract line 10 from line 9. Report this amount on Form 3800,</span>
</div>
<div class="styLNAmountBox" style="border-bottom-width:0px;width:8mm;padding-right:2mm;"/>
<div class="styLNAmountBox" style="width:30mm;border-bottom-width:0px;"/>
<!-- Text is aligned center as it is in center aligned in the PDF -->
</div>
<!-- End line 11 -->
<!-- start line 11 extention -->
<div class="styBB" style="width:187mm">
<div class="styLNLeftNumBox" style="height:4mm;padding-bottom:.5mm;"/>
<div class="styLNDesc" style="width:138.75mm;height:4mm;">
<span style="float:left">line 4c </span>
<!--Dotted Line-->
<div class="styDotLn" style="float:right;padding-right:1mm;">...............................</div>
</div>
<div class="styLNRightNumBox" style="border-bottom-width:0px;">11</div>
<div class="styLNAmountBox" style="border-bottom-width:0px;">
<xsl:call-template name="PopulateAmount">
<xsl:with-param name="TargetNode" select="$Form6478Data/EstatesTrustsCooperativesAmt"/>
</xsl:call-template>
</div>
</div>
<!-- end line 11 extention -->
<!-- Start Reserved line -->
<div style="width:187mm;border-top-width:1px">
<div class="styLNDesc" style="width:187mm;">
<span style="width:6px;"/>
<span/>Reserved
<br/>
</div>
</div>
<!-- Start asterisk line -->
<!--div style="width:187mm;border-top-width:1px">
<div class="styLNDesc" style="width:187mm;">
<span style="width:6px;"/>
*<span/>Only the rate for ethanol is shown. See instructions for the rate for alcohol other than ethanol.
<br/>
</div>
</div-->
<!-- end asterisk line -->
<!-- Start asterisk line -->
<!--div class="styBB" style="width:187mm;">
<div class="styLNDesc" style="width:187mm;">
<span style="width:6px;"/>
**<span/>Only the rate for alcohol other than ethanol is shown. See instructions for the rate for ethanol.
<br/>
</div>
</div>
<div class="styBB" style="width:187mm;">
<br/>
</div-->
<!-- end asterisk line -->
<!-- Start Page footer -->
<div class="styFooter" style="width:187mm; font-size:7pt; border-top:1 solid black; padding-top:1mm;">
<div style="float:left; font-size:8.5pt">
<b>For Paperwork Reduction Act Notice, see instructions.</b>
</div>
<div style="float:right;font-size:6pt">
Cat. No. 13605J
<span style="width:30mm"/>
Form <b style="font-size:9pt">6478<span style="font-size:6pt"> (2012)</span>
</b>
</div>
</div>
<p style="page-break-before:always"/>
<!-- end Page footer -->
<!-- BEGIN Left Over Table -->
<!-- Additonal Data Title Bar and Button -->
<div class="styLeftOverTitleLine" id="LeftoverData">
<div class="styLeftOverTitle">
Additional Data
</div>
<div class="styLeftOverButtonContainer">
<input class="styLeftoverTableBtn" TabIndex="1" type="button" value="Return to Form" onclick="javascript:returnToWriteInImage();"/>
</div>
</div>
<!-- Additional Data Table -->
<table class="styLeftOverTbl">
<xsl:call-template name="PopulateCommonLeftover">
<xsl:with-param name="TargetNode" select="$Form6478Data"/>
<xsl:with-param name="DescWidth" select="100"/>
</xsl:call-template>
</table>
<!-- END Left Over Table -->
</form>
</body>
</html>
</xsl:template>
</xsl:stylesheet>