
		.login_avatar {
			position: relative;
			display: inline-block;
			width: 155px;
			height: 165px;
			background-color: #fff;
			margin: 10px;
			cursor: pointer;
		}

		.login_avatar:hover {
			width: 155px;
			height: 165px;
			background-color: #fff;
			margin: 10px;
			background: #fb664b;
		}

		.login_name {
			padding: 5px 0px 5px 0px;
			margin: 0px;
			text-align: center;
			background-color: rgba(30,30,30,0.6);
			color: #b6cb97;
		}

		.login_title {
			padding: 5px 0px 5px 0px;
			margin-top: 115px;
			text-align: center;
			background-color: rgba(30,30,30,0.6);
			color: #b6cb97;
		}
		#login {
			display:none;
			padding: 5px 5px 5px 15px;
			border-radius: 5px;
			width: 368px;
			height: 100px;
			position: fixed;
			margin: 0px auto;
			left: 37.5%;
			top: 33%;
			box-shadow: 5px 5px 5px #555;
			background: #c9dba6; /* Old browsers */
			background: -moz-linear-gradient(top,  #c9dba6 0%, #7a9d74 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9dba6), color-stop(100%,#7a9d74)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #c9dba6 0%,#7a9d74 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #c9dba6 0%,#7a9d74 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #c9dba6 0%,#7a9d74 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #c9dba6 0%,#7a9d74 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9dba6', endColorstr='#7a9d74',GradientType=0 ); /* IE6-9 */
		}
		.exit {
			cursor:pointer;
			right: -5px;
			top: -5px;
			position:absolute;
			color:#fff;
			background:url(../img/btn-bg2.png) repeat-x 0 0px;
			border-radius: 5px;
			padding: 5px 15px 5px 15px;
		}
		#login > h1 {
			color: #fff;
			font-size: 21px;
			margin-top: 5px;
			margin-bottom: 20px;
		}
		#login input[type="password"] {
			background-color: #fff;
			margin-right: 5px;
			margin-left: 10px;
			width: 220px;
			height: 23px;
			border-radius: 5px;
			padding-left: 5px;
			padding-right: 5px;
		}
		.avatars {
			padding: 0 0 1px 0;
			background: url(../img/cont1.png) repeat-y 0 0;
			margin: 29px 0 0 0;
		}
		#login input[type="submit"] {
			background:url(../img/btn-bg2.png) repeat-x 0 0px;
			margin: -3px 0px 0px 15px;
			padding: 5px;
			color: #fff;
			width: 80px;
			height: 20px;
			cursor: pointer;
		}
		#login input[type="submit"]:hover {
			color: #fb664b;
		}
		li input[type="button"] {
			background:url(../img/btn-bg2.png) repeat-x 0 0px;
			padding: 5px;
			color: #fff;
			border: 0px;
			width: 85px;
			right: 12px;
			margin-top: 5px;
			height: 20px;
			border-style: outset;
			cursor: pointer;
		}