/* #####################################################################################################
   Account
   ##################################################################################################### */

/*--- standard variables ---*/
/*--- overwrite variables with the variable from a theme ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables
   ##################################################################################################### */
/*--- media queries. When using responsive ---*/
/*--- custom class functions ---*/
/*----- Default functions -----*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*----- CSS3 Animation functions -----*/
#accountTabs .tabContentWrapper td input[type="text"],
#accountTabs .tabContentWrapper td input[type="email"],
#accountTabs .tabContentWrapper td input[type="password"],
#accountTabs .tabContentWrapper td input[type="submit"],
#accountTabs .tabContentWrapper td select,
#accountTabs .tabContentWrapper td textarea {
  margin: 2% 0;
}
#fbConnectWrap {
  position: relative;
}
#fbConnectWrap .lnkFacebookLogin {
  margin: 10px 0 9px 0;
  padding: 0;
  height: 21px;
  width: 90px;
  background: url("../../../images/fbConnectBtn.png") no-repeat 0 0;
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
#fbConnectWrap .lnkFacebookLogin:hover {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
  min-width: 90px;
  background-position: 0 -21px;
}
#fbConnectWrap .facebookLoader {
  position: absolute;
  left: 0;
  top: 56px;
  height: 30px;
  line-height: 30px;
  background: #fcfcfc url("../../../images/AjaxLoader.gif") no-repeat right center;
  padding: 0 20px 2px 0;
  margin: 0;
  color: #202020;
}
