/**
 * FormBuilder Example Styles by Jonathan Nicol (F6 Design)
 * These are ONLY for the FormBuilder example page, NOT for the FormBuilder form or display messages.
 */
 
html {
	font-size: 100%;
}
body {
	color:#333333;
	font-family:Verdana,Arial,sans-serif; 
	font-size: 76%;
	margin: 20px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 900;
	color: #ad163d;
	text-align: center;
	text-decoration:underline;
}
hr
 {
 	elevation:above;
	min-height:inherit;
 }
h2 {
	font-size: 1em;
}
#container {
	width: 500px;
	text-align:center;
}
div.ajax-loading {
	background:transparent url(spinner.gif) no-repeat scroll center;
	width:100px;
	padding:10px 0pt;
}

p.error{
	font-weight:bold;
	color:red;
}

#Results table{
	width:100%;
	border-collapse: collapse;
	padding:2;
	border-spacing:2;
	border:1;
	border-color:#0099FF;
}

#Results tr th{
	background-color:#993300;
	font-weight:bold;
	font-size:8pt;
	color:#FFFFFF;
}
	
#Results tr{
	font-weight:bold;
	font-size:8pt;
	color:#000000;
}
#Results td{
	text-align:center;
}
#imgLoad {
	background-image: url(spinner.gif);
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}