
	.ldq_form {
		text-align: left ;
	}

	.ldq_form * {
		font-family: arial;
		font-size: 12px;
		color: #5C707C ;
	}

	.ldq_form h2 {
		font-size: 14px ;
		color: #5C707C ;
		text-transform: uppercase ;
		padding: 10px 15px ;
	}

	.ldq_form h3 {
		margin: 15px ;
		padding: 6px 0 ;
		background: url(imgs/line_hori.gif) left bottom repeat-x ;
		font-size: 13px ;
	}

	.ldq_form table {
		width: 100% ;
	}

	.ldq_form table input ,
	.ldq_form table select {
		width: 200px ;
		font-size: 12px ;
	}
	
	.ldq_form table #submit {
		font-size: 10pt ;
		padding: 3px 10px ;
		/*margin: 10px 0 20px 15px ;*/
		margin-left: 10px ;
	}

	.ldq_form table th {
		width: 200px ;
		font-weight: normal ;
		text-align: right ;
		padding-right: 8px ;
	}

	.ldq_form textarea {
		width: 450px ;
		height: 120px ;
		margin-left: 15px ;
	}

	.ldq_form .error_antispan {
		color: #F00 ;
		display: none ;
	}