﻿#ml-login{
	height:275px;
	width:210px;
	background:transparent url(../images/ml-login-bg.jpg) no-repeat top left;
	margin-top:5px;
	padding:0px 15px 0px 15px;
}
#ml-login ul{
	width:210px;
	height:30px;
	display:block;
}

#ml-login ul, .ml-login ul li{
	list-style:none;
	list-style-type:none;
	display:block;
	padding:0;
	margin:0;
}
#ml-login ul li{
	float:left;
}

#ml-login-login
{
	color:Black;
	font-size:16px;
	font-weight:bold;
	display:block;
	clear:both;
	width:200px;
	height:10px;
	margin-bottom:15px;
	padding-top:7px;
}
#ml-login-username 
{
	color:Black;
	font-size:12px;
	font-weight:bold;
	display:block;
	clear:both;
	width:210px;
	float:left;
}
#ml-login-mobilenumber 
{
	color:Black;
	font-size:10px;
	font-weight:bold;
	display:block;
	clear:both;
	width:210px;
	float:left;
}
#ml-login-username .ml-text
{
	color:White;
	font-size:16px;
	font-weight:bold;
	display:block;
	clear:both;
	width:80px;
}
#ml-login-username .ml-text a
{
	color:black;
	font-size:10px;
	font-weight:normal;
	display:block;
	clear:both;
	width:120px;
	padding-top:5px;
}
#ml-login-mobilenumber .ml-text
{
	color:Black;
	font-size:13px;
	font-weight:bold;
	display:block;
	clear:both;
	width:105px;
}
#ml-login-username .ml-text-error
{
	color:red;
	font-size:9pt;
	display:block;
	clear:both;
	width:200px;
}
#ml-login-username .ml-input
{
	display:block;
	width:110px;
	margin-left:10px;
}
#ml-login-username .ml-input input
{
	display:block;
	width:110px;
	height:22px;
	float:left;
	border:solid 1px gray;
}
#ml-login-mobilenumber .ml-input-profile
{
	display:block;
	width:90px;
	margin-left:10px;
}
#ml-login-mobilenumber .ml-input-profile input
{
	display:block;
	width:90px;
	height:22px;
	float:left;
	border:solid 1px gray;
}
#ml-login-mobilenumber .ml-input-profile span
{
	font-size:10pt;
	display:block;
	/*width:90px;*/
	height:22px;
	float:left;
	border:solid 0px gray;
}
#ml-login-mobilenumber .ml-input-profile a
{
	font-size:9pt;
	display:block;
	/*width:90px;*/
	height:22px;
	float:left;
	border:solid 0px gray;
	text-decoration:underline;
	float:right;
}
#ml-login-mobilenumber .ml-input-profile a:hover
{
	font-size:9pt;
	display:block;
	/*width:90px;*/
	height:22px;
	float:left;
	border:solid 0px gray;
	text-decoration:none;
	float:right;
}

#ml-login-mobilenumber .ml-input-editprofile-button
{
	width:100px;
	height:32px;
}
#ml-login-mobilenumber .ml-input-editprofile-button a{
	width:100px;
	height:33px;
	border:none;
	cursor:pointer;
	background:transparent url(../images/ml-login-editprofile.jpg) no-repeat top left;
	float:right;
}
#ml-login-mobilenumber .ml-input-logout-button
{
	width:100px;
	height:32px;
}
#ml-login-mobilenumber .ml-input-logout-button a{
	width:100px;
	height:33px;
	border:none;
	cursor:pointer;
	background:transparent url(../images/ml-bg-logout.jpg) no-repeat top left;
	float:right;
}

#ml-login-username .ml-input-login-button
{
/*	width:210px;*/
	height:32px;
}
#ml-login-username .ml-input-login-button input{
	width:88px;
	height:33px;
	border:none;
	cursor:pointer;
	background:transparent url(../images/ml-login-signin.gif) no-repeat top left;
	float:right;
	margin-right:5px;
}

#ml-login-username .ml-input-register-button
{
	width:210px;
	height:37px;
}
#ml-login-username .ml-input-register-button a{
	width:210px;
	height:33px;
	border:none;
	cursor:pointer;
	background:transparent url(../images/ml-login-register.gif) no-repeat top left;
	float:right;

}
#ml-login-username .ml-input-handset-button
{
	width:210px;
	height:37px;
}
#ml-login-username .ml-input-handset-button input{
	width:210px;
	height:33px;
	border:none;
	cursor:pointer;
	background:transparent url(../images/ml-login-handset.gif) no-repeat top left;
	float:right;
}
#ml-login-username .ml-input-handset-button a
{
	width: 210px;
	height: 33px;
	border: none;
	cursor: pointer;
	background: transparent url(../images/ml-empty-button.jpg) no-repeat top left;
	float: right;
	text-align: center;
	font-size: 12pt !important;
	font-weight: normal;
	color: #E8E8E8;
	padding-top:5px;
	text-decoration:none;
}
#ml-login-username .ml-input-handset-button a:hover{
	text-decoration:none;
	color:White;
}

