﻿/* Marketing Material Request Form StyleSheet */

table
{
	border-collapse: collapse;
	border-width: 0.1em;
	border-style: solid;
	border-color: #ccc;
	font-size: 1.2em;
}
td
{
	border-width: 0.1em;
	border-style: solid;
    padding-left: 5px;
}
.tblheader
{
	background-color: #c1c1c1;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.2em 0;
	padding-left: 0.5em;
}
.tbllabel1
{
	background-color: #4f4f51;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.tbllabel2
{
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	width: 125px;
}
.tbllabel3
{
	font-weight: bold;
	text-align: center;
	width: 100px;
}
.tbllabelqty
{
	background-color: #4f4f51;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 100px;
	padding: 0.2em 0;
}
.tbllabeldesc
{
	background-color: #4f4f51;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 0.2em 0;
}
.qtybox
{
	width: 50px;
}
.tbllabelnote
{
	background-color: #ffff95;
	font-weight: bold;
	padding: 0.2em 0;
	padding-left: 0.5em;
}

