﻿/* sets width, color, border, on entire table */

.miniformbkg {
	/*background-image: url('template_dwt/contact/contact-bkg.gif');
	background-repeat:repeat-y;
	
	border: 2px solid blue;*/
}


table.form /* entire form */
{
	table-layout: fixed;
	width: 150px;
	border-collapse: collapse;
	padding:0;
	/* border: 1px solid #000;  turn this off to see edges*/
	margin-left:0px; /* used to slide form away from left edge of site. */
}

/* sets default font for rows in table, including input forms */

table.form tr  /* Sets fron, color and size for static labels */
{
	font-size:80%;
	color:#000;
	text-align:left;/**/
}


/* sets the header  */
/*table.form th
{
	font-weight:bold;
	text-align:center;
	background-color: green;
	padding:5px 0;
	border: 1px red solid;
}*/
/*
table.form th span
{
	font-size: 110%;
	padding:0 2px;
	background-color: red;
}*/

/* uncomment to see the borders around the cells 
table.form td 
{
	border: 1px #ddd solid;
}
*/
/*
table.form td .empty
{
	display:none;
}
*/

table.form td.contactlabel /*sets padding, color */
{
	color: #000;
	text-align:left;
	vertical-align:top;
	padding-top: 0;
	padding-left: 5px;
}



/* sets sub table settings */

table.section
{
	/*border: solid 1px aqua;    uncomment to see outlines around each section */
	border-collapse: collapse;
}


.minilabel
{
	padding-left: 5px;
	font-size:80%;
	color:#fff;
}


.centered
{
	text-align:center;
}

