#loginClick {
	position: absolute;
	top:0;
	right: 0;
	margin:3px 6px 0 0;
	text-decoration: underline;
	cursor:pointer;
	color:azure;
	z-index: 99990;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#login {
	font-family: Arial, Helvetica, sans-serif;
	background:#f6f6f6;
	padding:3px;
	box-shadow: -2px 2px 2px rgba(0,0,0,0.4);
	position: absolute;
	z-index: 999999;
	display: none;
	color:#4d4d4d;
}
#login .login {
	position: relative;
	z-index: 9999;
	width: auto;
	margin: 0 auto;
	max-width: 960px;
}
#login .login #UserLoginForm {
	float: right;
	margin:5px 5px 0;
}
#login .login .forgot-password {
	font-size: 12px;
	float: right;
	clear: both;
	margin-right: 10px;
	color: #4d4d4d !important;
	text-decoration: underline;
}
#login .login div.input, #login .login div.submit {
	float: left;
	margin:0 10px 0 0;
}
#login .login div.submit input {
	height: 20px;
	background: #fff !important;
	color: #4d4d4d !important;
	border:solid 1px #ccc !important;
	border-radius: 0 !important;
	text-transform: none !important;
	font-weight: normal !important;
	line-height: 0 !important;
}
#login .login div.input label {
	float: left;
	margin-right: 10px;
}
#login .login div.input input {
	float: right;
	width: 100px;
	margin: 0 0 0 0;
	height: 20px;
}
#login .login #closecross {
    display: block !important;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
#container
{
	padding:10px;
}

h4.notice span
{
	font-weight:bold;
	color:#0C0;
}

#landingRegister
{
	width:580px;
}

#landingRegister .showcase
{
	width:215px;
	padding:10px 0 10px 10px;
	background:#f3f3f3;
	border-radius:4px;
	border:1px solid #ccc;
}

#landingRegister .showcase .avatar.standalone
{
	width:195px;
}

#landingRegister .showcase h3
{
	font-size:14px;
	margin:0 0 5px;
	color:#f22458;
}

#landingRegister .showcase blockquote
{
	font-size:12px;
	font-style:italic;
	color:#999;
}

#landingRegister .gallery li
{
	width:65px;
	float:left;
	margin:5px 5px 5px 0;
}

#landingRegister form
{
	color:#fff;
	margin:0;
}

#landingRegister form h3,
#landingRegister form h4
{
	margin:0;
	text-transform:uppercase;
	text-align:center;
}


#landingRegister form h3
{
	font-size:36px;
	color:#4d6c99;
	margin-bottom:10px;
}

#landingRegister form h4
{
	font-size:30px;
	color:#f22458;
}

#landingRegister form .fields
{
	padding:10px;
	background:#5375a6;
	margin:10px 0;
	border-radius:4px;
}

#landingRegister form .fields a
{
	color:inherit;
}

#landingRegister form .input label
{
	width:100px;
	line-height:30px;
	display:block;
	float:left;
}

#landingRegister form .input input[type="text"],
#landingRegister form .input input[type="password"],
#landingRegister form .input input[type="email"]
{
	width:200px;
	float:left;
	border-radius:4px;
	margin:0;
}

#landingRegister form .input input[type="radio"],
#landingRegister form .input input[type="checkbox"]
{
	width:auto;
}

#landingRegister form input[type="submit"]
{
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#footer
{
	border:1px solid #ccc;
	background:#fff;
}

#footer .inner
{
	border:0;
	padding:20px 0;
	width: 650px;
}

#footer .item
{
	float:left;
	margin-right:20px;
	max-width:250px;
}
#footer .item:nth-child(3) {
    background: #B1B1B1;
    padding: 10px;
    font-size: 200%;
    font-weight: 600;
    color: #fff;
    border-radius: 6px;
    margin-right: 0;
}

#footer .item h4
{
	color:#b3b3b3;
	font-weight:bold;
	text-transform:uppercase;
	margin:5px 0 0;
}

#footer .count
{
	color: #b3b3b3;
	width:160px;
	height:66px;
	font-size:48px;
	background:url(/img/flip-note.png) 0 0 repeat-x;
	text-align:center;
	letter-spacing:15px;
	padding-left:8px;
	text-shadow:0 1px 0 #fff;
	line-height: 60px;
}

#footer .catch
{
	color: #b3b3b3;
	font-size:14px;
	line-height:24px;
	font-weight:bold;
	text-align:left;
}
.showProfiles .full-width ul.listProfiles li {
	border:none;
}