	html, body
	{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	}
	
	p
	{
	margin-left:30px;
	font-weight:bold;
	font-size:8pt;
	color:#336633;

	}
	
	
	.table
	{
	align:center;
	width:526px;
	border:2px solid #ccc;
	margin:10, 30, 10, 30;;
	font-family:verdana;
	font-size:10pt;
	background-color:fff;
	margin-top:20px;
	margin-left:25px;
	float: left;
	}
		
	.table td
	{
	width:50%;
	border-top:1px dashed #ccc;
	cell-spacing:0px;
	
	}
		

		
	#border
	{
	border-top:0px solid #000;
	}
		
	input
	{

	
	font-weight:normal;
	}
		
	textarea
	{

	border:1px solid #8fafb6;
	font-weight:normal;
	width:250px;
	}
	
	.textbox
	{
	width:150px;
	color:red;
	}
		
	.button
	{
	font-weight:bold;
	text-align:center;
	background:c9c9d2;
	}

	.error
	{
	display:none;
	color:#FF0000;

	}
	
	.errortop
	{
	display:none;
	color:#FF0000;
	width:90%;
	text-align:right;
	}
	
	#hdr
	{

	border-top:0px;
	background:url('images/form.gif');
	background-repeat:repeat-x;
	font-weight:bold;
	color:#666;
	cellspacing:0px;
	}
	
	.name
	{
	text-align:right;
	}
	
	text
	{
	border:1px solid #A0BCFC;
	color:#ccc;
	}
	
	.confirm
	{
	text-align:center;
	margin-top:20%;
	margin-bottom:10%;
	font-weight:bold;
	color:#666;
	}
	
	.confirm img
	{
	margin-top:20px;
	}
	
