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

	html {
		background-color:#F2F6F7;
	}
	
	body {
		width:700px;
		border:2px solid #000;
		background-color:#fff;
background-image:url('bg.jpg');
background-repeat:repeat-x;
		padding:5px;
		margin:10px auto;
		font-size:1em;
font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	ul li {
		font:normal 0.85em verdana,arial;
	}
	code {
		background-color:#ddd;
		border:1px solid #c0c0c0;
		padding:3px;
	}
	
	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: 14pt;
font-family: arial;
font-weight: bold;
}
.submit {
background-color: #009900;
color: #ffffff;
font-size: 12pt;
font-family: arial;
font-weight: bold;
width=30px;
}