body.login input {
	font-family: Helvetica;
	background: #fff url('images/login.png') repeat-x scroll 0 -430px;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #cecece;
	border-left: 1px solid #ababab;
	border-right: 1px solid #ababab;
 	font-size: 13px;
	-webkit-box-shadow: rgba(255,255,255,.65) 0px 1px 1px;

}

body.login input.title {
	font-size: 17px;
}

body.login input.small {
/*	font-size: 11px;*/
}

body.login.firefox input{
	margin-top: -2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-width: 2px;
	-moz-border-top-colors: #f9f9f9 #707070 ;
	-moz-border-bottom-colors: #f9f9f9 #cecece ;
	-moz-border-left-colors: #f9f9f9 #ababab ;
	-moz-border-right-colors: #f9f9f9 #ababab ;
}

body.login input[disabled=disabled], body.login input.disabled {
  color: #666 ! important;
	background-color: #f9f9f9;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	background-image: none;
	
}

body.login.firefox input[disabled=disabled], body.login.firefox input.disabled{
  color: #bababa ! important;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-width: 2px;
	-moz-border-top-colors: #f9f9f9 #b1b1b1 ;
	-moz-border-bottom-colors: #f9f9f9 #e0e0e0 ;
	-moz-border-left-colors: #f9f9f9 #cecece ;
	-moz-border-right-colors: #f9f9f9 #cecece ;
}

body.login input:focus, body.login textarea:focus, body.login input.focus, body.login textarea.focus
/*,
body.contacts textarea:focus, body.contacts textarea.focus,
body.calendar input:focus, body.calendar textarea:focus, body.calendar input.focus, body.calendar textarea.focus*/ {
	background-color: #fefeee;
	outline-color: #87929e;	
}

body.login.firefox input:focus, body.login.firefox textarea:focus
{
  outline-color: #ced2d5;
	outline-style: solid;
	outline-width: 1px;
	-moz-outline-radius: 2px;
	-moz-outline-offset: 0px;
	-moz-border-top-colors: #9ca5ae #7c8288 ;
	-moz-border-bottom-colors: #b8bec4 #a8aeb4 ;
	-moz-border-left-colors: #b8bec4 #989ea4;
	-moz-border-right-colors: #b8bec4 #989ea4 ;
}

body.login input.invalid, body.login input.invalid:focus, body.login input.invalid:focus{
	background-color: #fee5e5;	
}

body.login textarea{
		font-family: Helvetica;
		border-top: 1px solid #707070;
		border-bottom: 1px solid #cecece;
		border-left: 1px solid #ababab;
		border-right: 1px solid #ababab;
	
/*		font-size: 13px;*/
		line-height: 18px;
		background:white url('') repeat-x scroll top left;
		-webkit-box-shadow: rgba(255,255,255,.65) 0px 1px 1px;
	
}

body.login textarea.small{
/*	font-size: 11px;*/
	line-height: 15px;
}

body.login.firefox textarea {
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-width: 2px;
	-moz-border-top-colors: #f9f9f9 #707070 ;
	-moz-border-bottom-colors: #f9f9f9 #cecece ;
	-moz-border-left-colors: #f9f9f9 #ababab ;
	-moz-border-right-colors: #f9f9f9 #ababab ;
}

body.login textarea.disabled {
	color: #666;
	background-color: #f9f9f9;
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	background-image: none;
}

body.login.firefox textarea.disabled{
		color: #bababa;
		border-bottom-width: 2px;
		border-right-width: 2px;
		border-left-width: 2px;
		border-top-width: 2px;
		-moz-border-top-colors: #f9f9f9 #b1b1b1 ;
		-moz-border-bottom-colors: #f9f9f9 #e0e0e0 ;
		-moz-border-left-colors: #f9f9f9 #cecece ;
		-moz-border-right-colors: #f9f9f9 #cecece ;
}

body.login .inline_editor_field  {
	-webkit-box-shadow: none;
}

/* =V2 */
body.login .v2 input {
  background: #fff url('images/login-v2.png') 0 -296px repeat-x;
}



/* End ------------------------------------------------------- form_fields.css*/

/* Start ----------------------------------------------------- login.css*/

/* =INITIALIZE */
html, body, form, fieldset {
  margin: 0;
  padding: 0;
  font: 100%/120% Helvetica, Arial, sans-serif;
  border: none;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
  margin: 0;
  padding: 0;
}

/* =GENERAL */
html {
	height: 100%;
}
body {
	background-color: rgb(73, 80, 85);
	font: italic normal 12px/25px Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
}
#wrapper {
  width: 100%;
  height: 100%;
}
a:link,
a:visited {
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  text-decoration: underline;
}

/* =CORNERS */
#mmlogo,
#applelogo,
#copyright,
#footer {
  position: absolute;
  z-index: 99;
}
#mmlogo {
  top: 27px;
  left: 29px;
  width: 140px;
  height: 30px;
  background: url('images/login.png') 0 0 no-repeat;
  text-indent: -9999px;
}
#applelogo {
  top: 27px;
  right: 29px;
  width: 26px;
  height: 26px;
  overflow: hidden;
  background: url('images/login.png') 0 -30px no-repeat;
}
#applelogo a {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  width: 26px;
  height: 26px;
}
#footer {
  right: 35px;
  bottom: 23px;
  list-style: none;
}
#footer li {
  display: block;
  float: left;
  margin-left: 17px;
}
#footer a:link,
#footer a:visited {
  color: #eee;
  text-shadow: #000 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
}
#footer a:focus,
#footer a:hover,
#footer a:active {
  color: #fff;
}
#copyright {
  bottom: 15px;
  left: 35px;
  color: #95989b;
  text-shadow: #000 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
}

#loading {
/*  background: url('/my/auth/auth_assets/en/rza/images/spinner_16px_ffffff_50pct.gif') 0 0 no-repeat;*/
  float: right;
  height: 16px;
  margin: 12px 0 0;
  overflow: hidden;
  text-indent: 32px;
  width: 16px;
}

/* =DEFAULT */
#wrapper {
  background: transparent url('images/background.jpg') 50% 50% repeat-x scroll;
  display: block;
  height: 100%;
  margin: 0px;
  min-height: 592px;
  min-width: 914px;
  padding: 0px;
  position: absolute;
  width: 100%;
}
.container {
  font-size: 13px;
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.container div.inner {
  left: 50%;
  position: absolute;
  top: 50%;
}
.container a:link,
.container a:visited {
  color: rgb(28, 79, 173);

}
.container input.text {
  font-size: 13px;
  position: relative;
  width: 217px;
  z-index: 2;
}
fieldset.upper {
  padding-left: 65px;
  position: relative;
}

/* =OWNER */
#owner {
  background: transparent url('images/all_in_one.jpg') 50% 50% no-repeat scroll;
  display: block;
  min-height: 592px;
  min-width: 914px;
  position: absolute;
}
#owner div.inner {
  background: transparent url('images/center.png') 0 0 no-repeat;
  height: 387px;
  margin: -198px 0 0 -150px;
  padding: 37px 40px;
  width: 223px;

  -webkit-transition: margin-left 0.05s ease-out;
}
#owner h2 {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
}
#LoginForm div {
  margin-top: 8px;
}

/* =LABELS */
div.row {
  position: relative;
}
label.placeholder span {
  color: #808080;
  font-size: 13px;
  line-height: 16px;
  opacity: 1;
  padding: 5px;
  position: absolute;
  z-index: 5;
  -webkit-transition: opacity 0.2s ease-out;
}
.firefox label.placeholder {
  line-height: 12px;
}
label.placeholder.hidden span {
  opacity: 0;
  z-index: 0;
}
label.placeholder.partial span {
  opacity: 0.42;
}
.ie label.placeholder.partial span {
  color: #cacaca;
  opacity: 1;
}
.ie label.placeholder.hidden {
  visibility: hidden;
}
/* =CHECKBOX */
.keeploggedin {
  padding-top: 9px;
  position: relative;
}
#keepLoggedIn {
  position: absolute;
  left: -9999px;
}
#keepLoggedInLabel {
  padding: 1px 0 0 20px;
  position: relative;
}
.firefox #keepLoggedInLabel {
  padding: 2px 0 0 20px;
}
#keepLoggedInLabel span {
  background: url('/my/auth/auth_assets/en/rza/images/login.png') -28px -36px no-repeat;
  height: 16px;
  left: -1px;
  position: absolute;
  top: 0;
  width: 16px;
}
#keepLoggedInLabel.checked span { background-position: -44px -36px; }
/* Focus */
#keepLoggedInLabel.focus span { background-position: -67px -36px; }
#keepLoggedInLabel.checked.focus span { background-position: -83px -36px; }
/* Disabled */
#keepLoggedInLabel.disabled span { background-position: -106px -36px; }
#keepLoggedInLabel.checked.disabled span { background-position: -122px -36px; }


/* =SMALLPANEL */
.smallpanel form {
  background: url('/my/auth/auth_assets/en/rza/images/login_multipanel.png') 0 0 no-repeat;
  padding: 24px 17px 0;
}
.smallpanel div.buttons {
  background: transparent url('/my/auth/auth_assets/en/rza/images/login.png') 0 -480px repeat-x;
  float: left;
  margin-top: 30px;
  padding-top: 5px;
  width:100%;
}
.smallpanel h2 {
  font-size: 15px;
  line-height: 16px;
}
.smallpanel input.text {
  width: 290px;
}


/* =REAUTHORIZE */
.Reauthorize #owner { display: none; }
.Reauthorize #owner_reauth {
  background: url('images/background_radial.jpg') 50% 50% no-repeat;
  display: block;
}
.Reauthorize div.inner {
  height: 200px;
  margin: -128px 0 0 -209px;
  width: 421px;
}
.Reauthorize div.inner p {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 2px;
}
.Reauthorize div.bottom {
  background: url('/my/auth/auth_assets/en/rza/images/login_multipanel.png') 0 100% no-repeat;
  color: #9a9c9f;
  padding: 18px 10px 75px;
  text-align: center;
}
.Reauthorize div.bottom p {
  font-size: 11px;
  line-height: 15px;
  text-shadow: rgba(0,0,0,.5) 0px 1px 0px;
}
.Reauthorize fieldset.upper {
  background: url('/my/auth/auth_assets/en/rza/images/account_login_icon.png') 0 0 no-repeat;
}

/* =PUBLIC */
.Public #owner { display: none; }
.Public #owner_public {
  background: url('images/background_radial.jpg') 50% 50% no-repeat;
  display: block;
}
.Public div.inner {
  height: 200px;
  margin: -120px 0 0 -210px;
  width: 421px;
}
.Public div.bottom {
  background: url('/my/auth/auth_assets/en/rza/images/login_multipanel.png') 0 100% no-repeat;
  padding-top: 120px;
}
.Public fieldset.upper {
  background: url('') 0 0 no-repeat;
}



/* =ERROR */
#error {
	color: rgb(173, 0, 0);
	font-size: 11px;
	font-weight: bold;
	margin-left: -5px;
	position: absolute;
	top: 26px;
	width: 217px;
}
#errorString {
  color: #ba0000;
  font-size: 11px;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  top: -8px;
  -webkit-transition: opacity .42s ease-out;
}
#errorString.show {
  opacity: 1;
}

/* =BUTTONS */
a.button,
a.button:link,
a.button:visited {
  background: transparent url('/my/auth/auth_assets/en/rza/images/login.png') -121px -224px no-repeat scroll;
  color: #000;
  cursor: default;
  float: right;
  height: 28px;
  line-height: 32px;
  margin: 4px 4px 0;
  padding-left: 19px;
  text-shadow: rgb(206, 214, 221) 0 1px 0;
  text-shadow: rgba(206, 214, 221, 0.65) 0 1px 0;
  white-space: nowrap;
}
a.button strong,
a.button span {
  background: transparent url('/my/auth/auth_assets/en/rza/images/login.png') right -56px no-repeat;
  display: block;
  font-weight: normal;
  height: 28px;
  min-width: 48px;
  padding-right: 19px;
  text-align: center;
}
a.button:hover,
a.button:focus {
  text-decoration: none;
  outline: none;
}
a.button.disabled {
  text-shadow: rgb(99, 102, 104) 0 1px 0;
  text-shadow: rgba(206, 214, 221, 0.2) 0 1px 0;
}
a.button:active {
  text-decoration: none;
}



/* =SUBMIT */
#row-continue {
  line-height: 33px;
  position: relative;
}
a.submit,
a.submit:link,
a.submit:visited {
  background-position: -121px -280px;
  margin-top: 3px;
}
a.submit strong {
  background-position: right -112px;
}
a.submit:focus {
  background-position: -121px -364px;
}
a.submit:active {
  background-position: -121px -308px;
}
a.submit:focus strong {
  background-position: right -196px;
}
a.submit:active strong {
  background-position: right -140px;
}
a.submit.disabled {
  background-position: -121px -336px;
}
a.submit.disabled strong {
  background-position: right -168px;
}


#notamember {
  background: transparent url('/my/auth/auth_assets/en/rza/images/login.png') 0 -480px repeat-x;
  clear: both;
  line-height: 25px;
  margin-top: 20px;
  padding-top: 25px;
}
#notamember strong {
  display: block;
}
#readtheblog {
  display: none;
}

/* =IE7 */
        #owner_ie7 { display: none;  }
.iewarn #owner_ie7 { display: block; }
.iewarn #owner,
.iewarn #owner-v2  { display: none;  }
.iewarn #wrapper,
.iewarn #wrapper.v2 {
  background: transparent url('/my/auth/auth_assets/en/rza/images/background_noshelf.jpg') 50% 50% repeat-x scroll;
}
.iewarn .corner,
.iewarn #wrapper.v2 .footer {
  display: none;
}
.ie #keepLoggedInLabel span {
	top: 6px;
}

#owner_ie7 {
  background: transparent url('/my/auth/auth_assets/en/rza/images/ie7_login_en.jpg') scroll no-repeat 50% 50%;
}
#owner_ie7 .content {
  background: transparent url('/my/auth/auth_assets/en/rza/images/mm_warning_int.png') 9px -4px no-repeat;
  padding: 0 0 0 92px;
}
#owner_ie7 .inner {
  height: 189px;
  width: 499px;
  margin-left: -249px;
  margin-top: -122px;
}
#owner_ie7 .ie_header {
  color: #262626;
  font-size: 18px;
  margin: 0 0 11px;
}
#owner_ie7 .text p {
  color: #262626;
  margin: 7px 0 8px;
  font-size: 13px;
}
#owner_ie7 .buttons {
  background: transparent url('/my/auth/auth_assets/en/rza/images/login_hr.png') 0 0 repeat-x;
  margin-top: 15px;
  padding-top: 18px;
  position: relative;
}
#owner_ie7 .buttons .browser {
  float: left;
}
#owner_ie7 .buttons .continue {
  position: absolute;
  top: 18px;
  right: 0;
}



/* =MAIN-V2 */
#wrapper.v2 {
  background: #31373c url('images/default_bg.jpg') 0 50% repeat-x;
  min-width: 982px;
}
#wrapper.v2 #mmlogo.v2 {
  height: 36px;
  margin: 0 0 23px -3px;
  position: static;
  width: 175px;
}
#owner-v2 {
  background: url('images/tiles_left.jpg') -55px 50% no-repeat;
  color: #f3f3f3;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
}
#owner-v2 div.inner {
  left: 50%;
  margin-top: -350px;
  position: absolute;
  text-shadow: #000 1px 1px 1px;
  text-shadow: rgba(0,0,0, .4) 1px 1px 1px;
  top: 50%;
  width: 480px;
}