#letuscallyou {
	background-image:url(letuscallyou_bg.png);
	background-repeat:no-repeat;
	padding:50px 0 0 20px;
	height:125px;
	width:260px;
}

#letuscallyou div {
	float:left;
}

#letuscallyou input {
	border:1px solid #333;
	color:#666;
	font-size:20px;
	line-height:40px;
	margin-top:10px;
	width:170px;
}

#letuscallyou button {
	background-color:transparent;
	background-image:url(letuscallyou_button.png);
	background-repeat:no-repeat;
	border:0px;
	cursor:pointer;
	height:32px;
	margin-top:9px;
	margin-left:10px;
	width:31px;
}

#letuscallyou button:active {
	background-position:2px 2px;
}

#letuscallyou .processing {
	background-image:url(ajax_processing.gif);
	background-repeat:no-repeat;
	background-position:10px 12px;
	border:1px solid #666;
	background-color:#ddd;
	padding:10px;
	padding-left:33px;
	position:absolute;
	top:30px;
	left:50px;
	-moz-opacity:.90; 
	filter:alpha(opacity=90);
	opacity:.90;

}

