/***********/
/***Login***/
/***********/
.popup-login
{
	background: transparent url(../images/home/login_box_bg_long.png);
	height: 340px;
	width: 320px;	
	padding: 22px 30px 26px 28px;
	font-size: 12px;
	font-weight: bold;
}

.popup-login .login-title
{
	float: left;
	background: transparent url(../images/home/login_title.png);
	width: 130px;
	height: 20px;
	margin-left: 95px;
	margin-right: 95px;
}

.popup-login .row
{
	width: 320px;
	float: left;
	margin-top: 13px;
	margin-bottom:0;
}

.popup-login .login-description
{
	color: #f2f2f2;
}

.popup-login .login-label
{
	color: #333333;
	margin-bottom: 6px;
}

.popup-login .login-holder
{
	width: 280px;
	height: 30px;	
	float: left;
}

.popup-login .login-holder input
{
	width: 277px;
	margin: 0px;
	padding: 6px 0;
	color: #333;
	font-size:15px;
	vertical-align: middle;
}

.popup-login .validator
{
	width: 30px;
	height: 30px;
	float: left;
	color: #FFE400;
}

.popup-login .btn-login, .popup-login .btn-login .btn-holder
{
	float: left;
}

.popup-login .loader-holder
{
	width: 32px;
	height: 43px;
	float: left;
}

.popup-login .error-holder
{
	height: 43px;
	width: 125px;
	float: left;
	color: #FFE400;
	overflow: hidden;
}

.popup-login .btn-login input
{
	background: transparent url(../images/home/login_button.png);
	width: 163px;
	height: 43px;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.popup-login .link-row, .popup-login .link-row a
{
	color: #f2f2f2;
}


/*****************/
/***MessageBox***/
/****************/
.popup-message-box
{
	background: transparent url(../images/general/message_box_bg.png);
	width: 329px;
	height: 80px;	
	padding: 22px 25px 26px 24px;
	font-size: 12px;
	font-weight: bold;
}

.popup-message-box .green-check
{
	float: left;
	width: 44px;
	height: 44px;
	background: transparent url(../images/general/green_check.png);
}

.popup-message-box .register-success-message
{
	float: left;
	width: 250px;
	height: 54px;
	background: transparent url(../images/registration/register_success.png);
	margin-left: 5px;
	margin-top: 15px;
}

.popup-message-box .team-completed-message
{
	float: left;
	width: 268px;
	height: 87px;
	background: transparent url(../images/registration/team_completed.png);
	margin-left: 5px;
}

.popup-message-box .friends-invited-message
{
	float: left;
	width: 249px;
	height: 54px;
	background: transparent url(../images/registration/friends_invited.png);
	margin-left: 5px;
	margin-top: 15px;
}

.popup-message-box .tourpoule-hyve-join-message
{
	float: left;
	width: 268px;
	height: 87px;
	background: transparent url(../images/registration/join_tourpoule_hyve_success.png);
	margin-left: 5px;
}


/*Remove From Subleague Popup*/
.popup-message-box .remove-info
{
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	height: 40px;
	width: 329px;
}

.popup-message-box .remove-button
{
	float: left;
	font-size: 12px;
	height: 30px;
	width: 329px;
	padding: 5px 0;
}

.popup-message-box .remove-button input
{
	float: left;
	height: 30px;
	width: 150px;
	background:#F6CE38 none repeat scroll 0 0;
	border:2px solid #C69E28;
	color:#333333;
	cursor: pointer;
}

.popup-message-box .remove-button input.btnRight
{
	float: right;
}


.popup-message-box-big
{
    background: transparent;
	width: 408px;
	height: 148px;	
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

.popup-message-box-big .gadget-installed-message
{
	float: left;
	width: 408px;
	height: 148px;
	background: transparent url(../images/general/message_box_gadget_installed.png);	
}

.popup-message-box-big .complete-team-first-message
{
	float: left;
	width: 408px;
	height: 148px;
	background: transparent url(../images/general/message_box_complete_team_first.png);	
}
