form {
	margin: 0px;
	padding: 0px;
}

.inp {
	font-family: Arial;
	font-size: 11px;
	border:  1px solid #A6A6A6;
}

.wtext {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: none;
}

.text {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	color: #383838;
	text-decoration: none;
}

.bottext {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	color: #B6B6B6;
	text-decoration: none;
}

.lnk {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	color: #0418B0;
	text-decoration: underline;
}

.lnk:hover {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
	color: #0418B0;
	text-decoration: none;
}

