/* Lacello Design Contact Page Styles */

/* Captcha Table Styles */

label {
	display:block;
	}

input, select {
	display:block;
	margin-bottom:5px;
	width:50%;
	}
	
input.btn {
	float:right;
	width:75px;
	height:20px;
	border:none;
	font:bold 1em Verdana, Arial, Helvetica, sans-serif;
	background:url(images/ldform_buttonbg.gif) no-repeat;
	color:#fff;
	margin-left:10px;
	}

#captchatable {
	width:100%;
	margin:10px 0;
	padding:5px;
	}
	
	th {
		background:#66c;
		color:#fff;
		text-align:left;
		padding:2px;
		}
		
	td {
		padding:2px;
		}
	
	td.captchabottom {
		border-bottom:1px solid #66c;
		}