/*
## userLogin
********************************************************************/



.userLogin .description{
	margin:0 0 5px 0;
}

.userLogin  form{
	margin:0;
}

.userLogin  .expressCheckoutLogin {
	margin:20px 0 0 0;
}

.userLogin  .expressCheckoutLogin ul li{
	list-style: disc outside none;
	margin:0 0 5px 13px;
}

.forgottenPwd{
	padding:20px;
}

.forgottenPwd .description{
	margin:0 0 20px 0;
}

.expressCheckoutCheckbox {
	margin: 0 0 10px 0;
}

.expressCheckoutCheckbox input{
	margin: 2px 7px 0 0;
}



#loginForm > div.form-actions.clearfix > button{
   margin-top:30px;
}

#loginForm  .form_field-elements{
     margin-top:20px;
}

/*add at 2014-05-29*/
#updatePwdForm .control-group > label {
     display: block;
     float: left;
     clear: both;
     min-width: 130px;
}

#updatePwdForm div.form-field-button {
    clear: both;
    margin-top: 10px;
}


#updatePwd .control-group{
    margin:20px 0px;
     max-width: 650px;
}

#updatePwd .control-group .controls{
  width:70%;
}