#pp_contact .cont div.edit {
	width: 370px;
	margin: 5px 0;
}


#pp_contact .pp_tip_small{
	box-shadow: 0 4px 20px #424242;
}


#pp_contact input.inp {
	width: 340px;
	margin: 1px 10px;
	border: 1px solid #abb758;
	font-size: 12px;
	background: white;
	line-height: 17px;
	padding: 1px 5px 2px;
}


#pp_contact input.inp.wrong {
	background: #FFB898;
}


#pp_contact textarea.wrong {
	background: #FFB898;
}





#pp_contact .cont div.edit .name {
	line-height: 17px;
	color: #000;
	display: block;
	height: 17px;
	margin: 0 10px;
	padding: 0;
	text-align: right;
	float: left;
	text-align: left;
}