/* generic styles to be applied to the demo objects */

	html {
		background-color:#F2F6F7;
	}
	
	body {
		width:350px;
		border:0px solid #000;
		background-color:#fff;
background-image:url('');
background-repeat:repeat-x;
		padding:1px;
		margin:0px auto;
		font-size:1em;
font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	ul li {
		font:normal 0.85em verdana,arial;
	}
	code {
		background-color:#ddd;
		border:0px solid #c0c0c0;
		padding:0px;
	}
	
	h1 {
		font-size:1.1em;
		border-bottom:1px solid #000;
	}
	
	h2,h3 {
		font-size:0.9em;
		clear:both;
	}
	
	p {
		font-size:0.8em;
	}
div {
		font-size:0.6em;
text-align:right;
	}
	
.TextField {
background-color: #0066CC;
border-width: 1;
color: #ffffff;
font-size: 8pt;
font-family: arial;
font-weight: bold;
}
.submit {
background-color: #009900;
color: #ffffff;
font-size: 8pt;
font-family: arial;
font-weight: bold;
width=80px;
}