
/* WE CAN STRUCTURE THE CSS ANY WAY WE WANT, RIGHT NOW THERE IS ONLY ONE CSS FILE */

#quotezone	{
			font-family: Verdana;
			font-size: .8em;
			margin-top: 0px;
		}

img 		{
			border: 0px;
		}

A:link 		{
			text-decoration: underline;
			color: red;
		}

A:visited 	{
			text-decoration: none;
			color: black;
		}

A:active 	{
			text-decoration: none;
			color: black;
		}

A:hover 	{
			text-decoration: underline;
		}

/* ALL <H1> TAGS */

/* ALL <H2> TAGS */
h2		{
			color: black;
			font-family: Verdana;
			font-size: 2em;
		}
		

table.module{
	font-family: Verdana;
	font-size: .8em;
	padding: 0px;
	width: 550px;
	color: #666;
	font-size: .8em;
	border-bottom: 1px solid #996;
	padding-bottom: 15px;
	padding-top: 15px;
		}

table.module textarea {

	width: 540px;
		}




/* Part select table */
table.parts_list{
	font-family: Verdana;
	font-size: .8em;
	color: red;
	width: 500px;
	background: #CCFF66;
	border-width: 1px;
	border-color: red;
	border-style: solid;
		}

/* HEADER FOR ALL USER SIDE PAGES */

table.rfqHdr	{
         width: 550px;
	height: 138px;			
        background:               url('http://quote.osbornetransformer.com/public/images/masthead_rev_3.gif') no-repeat;
		} 
table.rfqFooter	{
	font-family: Verdana;
	font-size: .8em;
	color: black;
	background: #999966;
	width: 100%;
	height: 90px;			border-width: 1px;
	border-color: #006699;
	border-style: solid;
		}
table.form_email_submit	{
	font-family: Verdana;
	font-size: 1em;
	color: black;
	background: white;
	width: 550px;
	height: 50px;
	border-width: 1px;
	border-color: #006699;
	border-style: solid;
		}  				
					
tr.moduleHdr 	{
	font-family: Verdana;
	font-size: 1.2em;
	color: #4A5CA3;
        font-weight: bold;
	background: white;
	width: 100%;

		}

tr.prt_hdr 	{
	font-family: Verdana;
	font-size: 1.2em;
	color: black;
	background: white;
	width: 100%;
	height: 30px;
	border-width: 1px;
	border-color: #CC9933;
		}

table.error 	{
	font-family: Verdana;
	font-size: .8em;
	color: red;
	background: white;
	border-width: 1px;
	border-color: red;
	border-style: dashed;
		} 



