body {
	background-repeat: repeat-x;
	margin:15px;
	text-align:center;
	color: #444;
	font-family:Helvetica, Arial, sans-serif;
}
					
a {
	color:#666;
}
			
h1
	{
	font-size:14pt;
	}

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

#footer {
	font-size:9pt;
}

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

.forminput {
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
}

.thumbnail {
	padding:5px;
	border:1px solid #AAA;
}

table td {
	text-align:left;
}

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

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

.table-form thead th
	{
	width:33%;	
	text-align:left;
	font-size:12pt;
	color:#FFF;
	padding:4px 0px 6px 4px;
	font-weight:bold;
	}
	
.table-form tbody th
	{
	height:25px;
	vertical-align:top;
	padding:8px 0px 0px 4px;
	width:33%;
	font-size:12pt;
	text-align:left;
	font-weight:bold;
	}
	
.table-form tbody td
	{
	font-size:12pt;
	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:12pt;
	}

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

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