.lk_profile {
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#838383;
}
.lk_profile header h1 {
	font:18px/30px Georgia, serif;
	color:#838383;
	text-transform:uppercase;
}

.lk_profile .formBlock {
	padding-bottom:25px;
	width:670px;
}

.lk_profile .formBlock .logIn {
	background:#e9e9e9;
	padding:18px;
	margin-bottom:30px;
}
.lk_profile .formBlock .logIn strong {
	font:20px "Times New Roman", Times, serif;
	color:#262626;
	font-weight:bold;
	margin-left:5px;
}

.lk_profile .formBlock .item {
	width:100%;
	padding-bottom:12px;
}

.lk_profile .formBlock .item span.txt {
	display:inline-block;
	vertical-align:top;
	width:105px;
	padding:11px 5px 0 15px;
}
.lk_profile .formBlock .item input[type="text"], .lk_profile .formBlock .item input[type="password"] {
	width:230px;
	padding:9px;
	border:1px solid #c5c5c5;
	background:none;
	font:14px "Times New Roman", Times, serif;
	color:#838383;
}
.lk_profile .formBlock .item input[type="text"].focused, .lk_profile .formBlock .item input[type="password"].focused {
	color:#262626;
}
.lk_profile .formBlock .item input[type="text"].filled, .lk_profile .formBlock .item input[type="password"].filled {
	color:#262626;
}
.lk_profile .formBlock input[type="button"] {
	font:10px/30px Georgia;
	color:#f1f1f1;
	text-transform:uppercase;
	background:#999999;
	width:91px;
	height:30px;
	border:0;
	cursor:pointer;
}

.lk_profile .formBlock .lBlock {
	width:380px;
	float:left;
}

.lk_profile .formBlock .rBlock {
	width:250px;
	float:right;
}

.lk_profile .btnBlock {
	border-top:4px solid #d3d3d3;
	padding-top:30px;
}

.lk_profile .btnBlock input[type="submit"] {
	font:11px/36px Georgia;
	color:#f1f1f1;
	text-transform:uppercase;
	background:#484848;
	width:192px;
	height:36px;
	border:0;
	cursor:pointer;
}