.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #545454;
	text-decoration: none;
}
.inp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #333333;
}
.lnk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033CC;
	text-decoration: underline;
}
.lnk:hover {
	color: #FF7800;
	text-decoration: underline;
}
.hand {
	background-image: url(../images/hand_img.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;	
	color: #FF0000;
	text-decoration: none;
}