#letuscallyou {
	/*background:url(letuscallyou_bg.png) no-repeat 0 -20px;*/
	padding:0;
	height:90px;
	width:260px;
  position:relative;
  margin-right:50px;
	border-right:1px solid;
  border-left:1px solid;

}

#letuscallyou div {
	float:left;
	margin-top:5px;
	margin-left:0px;
	padding-left:10px;
	font-size:12px;

}

#letuscallyou input {
	border:1px solid #333;
	color:#666;
	font-size:20px;
	line-height:30px;
	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:14px;
	margin-left:10px;
	float:left;
	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;

}
