::selection {
	background: #af66bf;
	color: white;
}
::-moz-selection {
	background: #af66bf;
	color: white;
}

img::selection {
	background: transparent;
}
img::-moz-selection {
	background: transparent;
}

#auth {
	width: 210px;
	float: right;
	margin: 210px 65px 0 0;
}
#auth form label {
	
}

/* Register */
::-webkit-input-placeholder {
	color: #ccc;
}
:-moz-placeholder {
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}
#auth .register {
	min-height: 300px;
}
#auth h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#auth .input label {
	display: none;
}
#auth .input input, #auth .input select {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	display: block;
	background: transparent;
	color: #fff;
	width: 100%;
	line-height: 20px;
	height: 20px;
}
#auth .input, #auth .submit {
	margin: 5px 0;
	padding: 4px;
	background: #af66bf;
	background: rgba(175, 102, 191, 0.5);
}
#auth .submit {
	background: transparent;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: right;
}
#auth .submit input {
	width: 70px;
	height: 28px;
	line-height: 20px;
	color: white;
	outline: none;
	border: none;
	background: #af66bf;
	background: rgba(175, 102, 191, 0.5);
	padding:0;
}
#auth .input input {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#auth .submit input:hover {
	background: #6C0784;
	cursor: pointer;
}
#auth .input select option {
	background: #af66bf;
}
#auth .input select option:hover {
	background: #6C0784;
}
#auth .input.short-field {
	width: 50%;
}

/** Facebook **/
#auth .fb-login {
	width: 179px;
	height: 33px;
	margin: 15px auto;
	background: url('img/button_fb.png');
}