.copyrightLegend {
  border-top: 2px solid #CECECE;
  color: #356094;
  text-align: right;
  font-family: Merriweather !important;
  font-size: 17px;
  padding-top: 0rem;
  margin-top: .5rem;
}
#formTableLogin {
  background-color: #CCCCCC !important;
  padding: 20px !important;
}
.welcomeMsg {
	color: black;
    font-size: 2.1rem;
    font-family: Merriweather !important;
}
#locale {
	width: 100% !important;
    height: 2.5rem !important;
    font-size: 16px;
}

/* Login page */
.accountLoginTable { 
    margin-top: 50px;
    width: 350px;
    text-align: center;
}
.accountLoginCell { 
    padding: 10px; 
    /* */
    border: solid #555555 1px; 
    background-color: #FBFBFB; 
    /* */
    text-align: center;
}

/* Login page */
.accountLoginTable_nobord {
/*	margin-top: 50px;
	width: 350px;
	text-align: center;
	background-color: #FFF;
	border: 2px double #0099CC;
*/
}
.accountLoginCell_nobord { 
    text-align: center;
}

.blockLogin {
   height: 1px !important;
}

.logoLogin {
    border-right: 4px solid black;
    padding-right: 5px;
}

#Badges {
    text-align: left !important;
    position: relative;
    bottom: 130px;
    width: 420px !important;
}
#linkBadgeWP {
    padding-left: 30px !important;
}

#advertising {
    background-color: #fff !important;
    position: relative;
    bottom: 75px;
}

.msgTextLogin {
    position: absolute;
    left: 350px;
    top: 30px;
    color: #5f5f5f;
    font-size: 2.0rem;   
    font-family: Antic Slab;
}

/* table containing vertical-separator (if any) and login text */
TABLE.accountLoginContentTable {
    width: 100%;
    text-align: center; /* left; */
}

/* vertical separator (if any) */
TD.accountLoginVertSepCell {
    width: 10px;
    height: 100%;
    padding-right: 12px;
}

TD.accountLoginTextCell {
    width: 100%;
	font-family:Verdana, Geneva, sans-serif;	/* GPS */
    text-align: center; /* left; */
	
}

/* Login form table */
TABLE.accountLoginFormTable {
	/* */
	padding-left: 35px;
	color: #003;				/* GPS */    /* */
}
TD.accountLoginFieldLabel {
    padding-top: 4px;
    padding-right: 4px;
    text-align: left;
}
TD.accountLoginFieldValue {
    padding-top: 6px;
	padding-left:  10px;
    padding-bottom: 10px;
    font-size: 11px;
}
