body {
	color: #444;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
					
a {
	color:#666;
}
			
h1
	{
	font-size:14pt;
	}
	
p {
	font-size: 11px;
	}	

input, select {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
}
.error {
	font-weight:bold;
	color:#3964A5;
}

.center {
	text-align:center !important;
}

.forminput {

}

table td {
	text-align:left;
}

/* Styles for form table layout views
----------------------------------------------- */

.table-form
	{
	border-collapse:collapse;
	width:680px;
	padding:0px;
	margin-bottom:0px;
	border-spacing:0px;
	}

.table-form thead th
	{
	width:33%;	
	text-align:left;
	font-size:11px;
	color:#FFF;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.table-form tbody th
	{
	height:25px;
	vertical-align:top;
	padding:8px 0;
	width:25%;
	font-size:11px;
	text-align:left;
	font-weight:bold;
	}
	
.table-form tbody td
	{
	font-size:11px;
	height:25px;
	vertical-align:middle;
	height:20px;
	padding:5px 0 5px 0;
	width:66%;	
	text-align:left;	
	}

.table-form tbody td td
	{
	padding:0px;
	}

.table-form tbody td p
	{
	font-size:11px;
	}

.table-form tbody th td
	{
	padding:0px;
	}

.table-form tbody td label
	{
	cursor:pointer;
	}
	
.formbutton
	{
	font-size:11px;
	padding:4px 20px 4px 20px;
	border-top-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	}
