/* CSS Document */

label { font-weight: bold; }


/* Fieldsets */
form p 		{ padding:1.4em 1.4em 0 0;}
fieldset    { padding:1em 1.4em; }
legend      { font-weight: bold; font-size:12px;; }
fieldset ol { list-style:none; margin:0;}

/* Text fields */
input.text1				{ width:208px; border:1px solid #999; background:#fff; padding:5px; margin:0 0 10px 30px; }
input.text				{ width:208px; border:1px solid #999; background:#fff; padding:5px; margin:0 0 10px 30px; }
label					{ clear:left; float:left; width:90px; display:block; padding:5px 0; font-weight:normal;}
label span				{ color:#EBC820;}
input.text:focus,
input.title:focus       { border:1px solid #003745; background:#fff; }
input.title             { font-size:1.5em; }

/* Textareas */
textarea            { width: 208px; height:100px; padding:5px; margin-left:30px;}
textarea            { border:1px solid #999; background:#fff; padding:5px; }
textarea:focus      { border:1px solid #003745; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:60px; margin: 5px 0 10px 30px;}
select:focus        { border:1px solid #003745; background:#fff; }


/* Submit button */
input.submit				{ border:1px solid #003745; background:#fff; cursor:pointer;}

/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

/* First half form styling */
#content p.form-title	{margin-top:-60px;  font-size:12px;}
h3.heading-name			{margin-top:10px; font-size:12px;}
h3.heading				{margin-top:30px; font-size:12px;}
h3.heading-factsheet	{margin-top:30px; font-size:12px;}
h3.heading-research		{margin-top:40px; font-size:12px;}
h3.heading-reports		{margin-top:45px; font-size:12px;}
#content p.sub-explanation	{margin-top:-28px; font-size:11px; line-height:11px;}
.product-name ul 		{list-style:none; margin:-32px 0 0 300px;}
.product-name ul li		{float:left; margin:5px 30px 5px 50px;}

.product-qty				{top:337px; left:390px; position:absolute; border-bottom:1px solid #003745; width:510px;}
.product-qty ul				{list-style:none; margin:10px 0 30px 308px; padding-bottom:10px;}
.product-qty ul	li			{float:left; height:30px; margin-right:45px; margin-bottom:20px;}
.product-qty ul input.text	{ border:1px solid #003745; background:#fff; width:20px; height:16px; padding:0 2px; text-align:right;}

.fact-sheet					{top:402px; left:390px; position:absolute; border-bottom:1px solid #003745; width:510px;}
.fact-sheet ul				{list-style:none; margin:10px 0 20px 308px;}
.fact-sheet ul	li			{float:left; height:30px; margin-right:45px; margin-bottom:10px;}
.fact-sheet ul input.text	{ border:1px solid #003745; background:#fff; width:20px; height:16px; padding:0 2px; text-align:right;}

.reports					{top:470px; left:390px; position:absolute; border-bottom:1px solid #003745; width:510px;}
.reports ul					{list-style:none; margin:10px 0 20px 308px;}
.reports ul	li				{float:left; height:30px; margin-right:45px; margin-bottom:5px;}
.reports ul input.text		{ border:1px solid #003745; background:#fff; width:20px; height:16px; padding:0 2px; text-align:right;}

.independent-reports					{top:570px; left:480px; border-bottom:1px solid #003745; width:500px;}
.independent-reports label				{height:35px; width:250px;}
.independent-reports input.text		{ border:1px solid #003745; background:#fff; width:20px; height:16px; padding:0 2px; text-align:right; margin:7px 0 22px 100px;}

li.first-item			{margin-top:20px;}

