@charset "utf-8";
/* CSS Document */

#pb {
	width: 310px;
	height: 60px;
	position: relative;
	z-index: 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}

a {
	color: #0083c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #c3263d;
}

.pb_left, .pb_right {
	position: absolute;
	top: 0;
	height: 60px;
	width: 2px;
}

.pb_left {
	left: 0;
	background: url(../img/pb_left.gif);
	z-index: 2;
}

.pb_right {
	right: 0;
	background: url(../img/pb_right.gif);
	z-index: 3;
}

.pb_c {
	position: relative;
	z-index: 1;
	margin: 0 2px;
	background: url(../img/pb_bg.gif) top repeat-x;
	z-index: 1;
	height: 46px;
	padding: 8px 5px 6px 7px;
}

#pb form {
	padding: 0 0 0 67px;
	margin: 0;
}

#pb form input[type="text"], #pb form input[type="password"] {
	border: 1px solid #79b6ff;
	padding: 2px 4px 2px 4px;
	background: #fff;
	width: 101px;
	height: 16px;
	font-size: 12px;
	color: #666;
}

#pb form input[type="submit"] {
	width: 54px;
	height: 18px;
	background: url(../img/login_btn.gif);
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	position: absolute;
	bottom: 6px;
	right: 6px;
}

.passport {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 5px;
	border-collapse: collapse;
}

.pb_register {
	position: absolute;
	top: 37px;
	left: 74px;
}

.pb_icon {
	padding-left: 15px;
	background: url(../img/passport_icon.gif) 0 2px no-repeat;
	font-weight: bold;
}

.avatar {
	border: 1px solid #80aee5;
	margin: -1px 8px 0 -1px;
	float: left;
}

.pb_links {
	margin: 8px 0 0 0;
}


