#overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

	#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

	.tdLabel
	{
		text-align:right;
		width:50%;
		font-size:11px;
	}

	.input
	{
		background-color: #fff;
		font: 11px/14px 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
		color: #5A698B;
		/*margin: 4px 0 5px 8px;*/
		padding: 1px;
		border: 1px solid #8595B2;
		width:150px;
	}
	.textarea
	{
		border: 1px solid #8595B2;
		background-color: #fff;
		font: 11px/14px 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
		color: #5A698B;
		/*margin: 4px 0 5px 8px;*/
	}

	.check
	{
		background-color: #fff;
		font: 11px/14px 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
		color: #5A698B;
		/*margin: 4px 0 5px 8px;*/
		padding: 1px;
		border: 1px solid #8595B2;
		width:20px;
	}
	.submitButton
	{
		font: 11px/14px 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
		border: 1px solid #8595B2;
		width:50px;
	}
	form
	{
		padding:0px;margin:0;
	}



