/*
Top Food & Drug - CSS design with graphics 2008
*/

body {
	background: #5B5B6C;
	font-family: "Lucida Sans Unicode", Lucida, "Lucida Grande", Verdana, Helvetica, Arial, Sans, sans-serif;
	font-size: 0.9em;
	color: #000;
}

body a{	text-decoration: none; }

h1 {
	color: #333;
	font-size: 1.1em;
}

h2 {
	color:#77278B;
	font-size: 1em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #77278A;
}

h4 {
	font-size: 1.0em;
	color: #77278B;
	font-weight: bold;
}

p {
	line-height: 180%;
	margin-bottom: 1.6em;	
}

#reg ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
	list-style-image: url(../images/check.gif);
}


#content h2{ 
	color: #333; 
	padding: 10px; 
	margin: 0px;
}


/* Wrapper */
#wrapper { padding-top: 20px; }


/* Header */
#header {
	width: 1160px;
	height: 30px;
	margin: 0 auto;
	background: url(../images/foodDrug.jpg);
}

/* Logo */
#logo {
	float: left;
	height: 75px;
	width: 1160px;	
}

/* Search */
#search {
	float: right;
	width: 205px;
	margin-top: 2px;
}

#searchinput{
	font-size: 0.65em;
	width: 128px;
	height: 13px;
	border: medium double #ccc;
	float: left;
}

.searchinput{
	font-size: 0.65em;
	width: 128px;
	height: 13px;
	border: medium double #ccc;
	float: left;
}

.search .inputImage{ 
	float: right; 
	margin-right: 44px; 
}

/* Menu */
#menu {
	width: 1160px;
	height: 145px;
	margin: 0 auto;
	background: url(../images/top1.jpg);
}

#menu ul { padding-top: 13px; }

#menu li {
	float: left;
	height: 70px;
}

#menu #navLogo { width: 250px; }
#menu #connection { width: 137px; }
#menu #wallet a{ width: 147px; }
#menu #offers a{ width: 147px; }
#menu #history a{ width: 147px; }
#menu #shoppinglist a{ width: 147px; }
#menu #interests a{ width: 147px; }
#menu #recipes a{ width: 147px; }


#menu a{
	display: block;
	height: 70px;
}

#menu a span{ display: none; }
/* Menu2 */

 


#menu2 {
	width: 1160px;
	height: 145px;
	margin: 0 auto;
	background: url(../images/top2.jpg);
}
#menu2 ul { padding-top: 13px; padding: 0px 0px 0px 10px; }
#menu2 li {	float: left; height: 53px; margin: 12px 0px 0px 0px; }

#menu2 #navLogo { width: 250px; }
#menu2 #connection { width: 137px; }
#menu2 #wallet a{ width: 147px; }
#menu2 #offers a{ width: 147px; }
#menu2 #history a{ width: 147px; }
#menu2 #shoppinglist a{ width: 147px; }
#menu2 #interests a{ width: 147px; }
#menu2 #recipes a{ width: 147px; }

#menu2 a{ display: block; height: 53px; }
#menu2 a span{ display: block; }


#page{
	width: 1160px;
	
	overflow:auto;
	margin: 0 auto;
	background: url(../images/bgNav1.jpg);

}

/* Sidebar */

#sidebar{
	float: left;
	width: 165px; 
	margin: 25px 0 0 50px;
	padding: 0 0 0 30px;
}

#sidebar ul{ font-size: 0.97em; }

#sidebar li a img {
	float: right;
	margin: -25px 20px 0 0px;
}

#sidebar li ul{ padding-top: 0px; }

#sidebar h2 {
	padding: 2px 5px 2px 14px;
	margin: 0 0 10px 5px;
	background: left center url(../images/PurpleArrow.jpg) no-repeat;
	font-weight: bold;
	font-size: 1.0em;
}

#sidebar .list { margin: 0 15px 0 2px;}

#sidebar .list a:hover {text-indent: 0; background-color: #423F44;}

#sidebar .list li {
	padding-top: 0px;
	border-bottom: 1px solid #C6BACD;
	text-transform: uppercase;
}

#sidebar .list li a {
	display: block;
	border: 0px solid #D7D5D5; 
	background: left center url(../images/menuDot.jpg) no-repeat;	
	padding: 6px 8px 6px 20px;
	font-size: 0.8em;
	color: #333;
}

#sidebar .list li a:hover {
	background: #423F44 left center url(../images/menuDot_on.jpg) no-repeat;
	color: #ccc;
	border-color: #fff; 
	text-indent: 0;
}

#sidebar .list li ul { /* second-level lists */
    position: absolute;
    z-index: 3px;
    margin-left: 10.05em;
    margin-top: -1.9em;
	left: -999em;
        } 

#sidebar .list li ul li a { 
	background: #423F44; 
    color: #ccc;
    padding: 6px 8px 6px 20px;
    background-color: #423F44;
        }    
  
#sidebar .list li ul a:hover li {
    color: white;
    background-color: #423F44;
	text-indent: 0;
       }

#sidebar .list li li ul { /* third-level lists */
    z-index: 3px;
    margin-left: 7.5em;
    margin-top: -1.95em;
        } 
		
#sidebar .list li li a li {
    color: #ccc;
    background-color: #423F44;
	border-color: #fff;
	padding: 6px 8px 6px 20px; 
	position:absolute;
       }
	   
#sidebar .list li li a:hover li {
    color: white;
    background-color: #423F44;
	border-color: #fff;
	position:absolute;
	text-indent: 0;
       }
	           
#sidebar .list li:hover ul ul, #sidebar .list li.sfhover ul ul, #sidebar .list li:hover ul ul ul, #sidebar .list li.sfhover ul ul ul {
    left: -999em;
	text-indent: 0;
	background-color: #423F44;
        }
 
#sidebar .list li:hover ul, #sidebar .list li.sfhover ul, #sidebar .list li li:hover ul, #sidebar .list li li.sfhover  ul,  #sidebar .list li li li:hover ul, #sidebar .list li li li.sfhover  ul { /* lists nested under hovered list items */
    left: auto;
	text-indent: 0;
	background-color: #423F44;
        } 
/* end Sidebar */	
 

/* Content */
#content {
	margin: 0px 0px 0px 250px;
	width: 889px;
	padding: 5px 5px 1px 10px;
	background: #ffffff;
	color: #5B5B6C;
}

/* start PageContent */

#PageContent div table {    
	font-size: 1em;    
	line-height: 1.3em;
	color: #5c5b6d;    
	padding: 4px 8px 8px 8px;    
	width: 862px;
	vertical-align: top;
}  

#PageContent img {
	vertical-align: text-top;
}
/* works in safari & firefox */
#PageContent table, tbody, tfoot, thead, tr, th, td {    
	text-align: left;
	vertical-align: top;
}    

#PageContent p { font-size: 1em; line-height: 1.3em; color: #5c5b6d; margin-bottom: .7em; }
#PageContent em { font-size: 1em; line-height: 1.3em; color: #5c5b6d; font-style:italic; }
#PageContent strong { font-size: 1em; line-height: 1.3em; color: #4f4e5d; font-weight: bold; }  

#PageContent ul {    
	list-style-type: disc;    
	list-style-position: outside;    
	margin-left: 5px;    
	line-height: 1.5em;
	margin-bottom: .7em;
} 

#PageContent ol {    
	list-style-type: decimal; 
	list-style-position: outside;    
	margin-left: 5px;    
	line-height: 1.5em;
	margin-bottom: .7em;
} 

#PageContent li {    
	list-style-type: inherit;    
	list-style-position: outside;    
	margin-left: 25px;    
	line-height: 1.5em;
}

#PageContent h1 { color:#77278B; font-size: 2em; font-weight: bold; margin-bottom: .7em; }
#PageContent h2 { color:#660099; font-size: 1.6em; font-weight: bold; margin-bottom: .7em; }
#PageContent h3 { color:#669966; font-size: 1.3em; font-weight: bold; margin-bottom: .7em; }
#PageContent h4 { color:#cc3333; font-size: 1.1em; font-weight: bold; margin-bottom: .7em; }

#PageContent a:link { color: #77278B; font-weight: normal; } 
#PageContent a:visited { color: #77278B; font-weight: normal; } 
#PageContent a:hover { color: #cc3333; font-weight: normal; } 
#PageContent a:active { color: #77278B; font-weight: normal; }  

#PageContent hr { border: none 0; border-top: 1px dotted #669966; width: 90%; height: 1px; text-align:center; }

/* end PageContent */

.insidecontent {
	margin: 0px 0px 0px 0px;
	width: 640px;
	height: auto;
	padding: 8px 0px 5px 10px;
	background: #fff;
	color: #5B5B6C;
}

.threecols {
	padding: 4px 0px 0px 0px;
	width: 890px;
}

.threecols .col1 {
	float: left;
	margin: 0 0 0 0px;
	width: 185px;
	height: 171px;
	background: url(../images/1green368.jpg) no-repeat;
	padding: 3px 3px 0 3px;
}

.threecols .col2 {
	width: 185px;
	height: 174px;
	background: url(../images/1orange1235.jpg) no-repeat;
	padding: 3px;
}

.threecols .col22 {
	margin: 0 0 0 196px;
	width: 375px;
	height: 174px;
	background: url(../images/2blue3005.gif) no-repeat;
	padding: 3px 3px 0 3px;
}

.threecols .col3 {
	float: right;
	margin: 0 0 0 2px;
	width: 185px;
	height: 174px;
	background: url(../images/1blue3005.jpg) no-repeat;
	padding: 3px;
}
.threecols .col33 {
	float: right;
	margin: 0 0 0 2px;
	width: 575px;
	height: 174px;
	background: url(../images/3orange1235.gif) no-repeat;
	padding: 3px;
}

.Small_Yellow{
	float: left;
	margin: 0 0 0 0px;
	width: 195px;
	height: 173px;
	background: url(../images/webbox/Small_Yellow.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Small_Red{
	float: left;
	margin: 0 0 0 0px;
	width: 195px;
	height: 173px;
	background: url(../images/webbox/Small_Red.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Small_Purple{
	float: left;
	margin: 0 0 0 0px;
	width: 195px;
	height: 173px;
	background: url(../images/webbox/Small_Purple.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Small_Orange{
	float: left;
	margin: 0 0 0 0px;
	width: 195px;
	height: 173px;
	background: url(../images/webbox/Small_Orange.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Small_Green{
	float: left;
	margin: 0 0 0 0px;
	width: 195px;
	height: 173px;
	background: url(../images/webbox/Small_Green.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Small_DarkOrange{
	float: left;
	margin: 0 0 0 0px;
	width: 195px;
	height: 173px;
	background: url(../images/webbox/Small_DarkOrange.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Small_DarkGreen{
	float: left;
	margin: 0 0 0 0px;
	width: 195px;
	height: 173px;
	background: url(../images/webbox/Small_DarkGreen.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Small_Blue{
	float: left;
	margin: 0 0 0 0px;
	width: 195px;
	height: 173px;
	background: url(../images/webbox/Small_Blue.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Small_DarkBlue{
	float: left;
	margin: 0 0 0 0px;
	width: 195px;
	height: 173px;
	background: url(../images/webbox/Small_DarkBlue.gif) no-repeat;
	padding: 3px 3px 0 3px;
}

.Small_Brown{
	float: left;
	margin: 0 0 0 0px;
	width: 195px;
	height: 173px;
	background: url(../images/webbox/Small_Brown.gif) no-repeat;
	padding: 3px 0px 0 3px;
}

.Medium_Yellow{
	float: left;
	margin: 0 0 0 0px;
	width: 390px;
	height: 173px;
	background: url(../images/webbox/Medium_Yellow.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Medium_Red{
	float: left;
	margin: 0 0 0 0px;
	width: 390px;
	height: 173px;
	background: url(../images/webbox/Medium_Red.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Medium_Purple{
	float: left;
	margin: 0 0 0 0px;
	width: 390px;
	height: 173px;
	background: url(../images/webbox/Medium_Purple.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Medium_Orange{
	float: left;
	margin: 0 0 0 0px;
	width: 390px;
	height: 173px;
	background: url(../images/webbox/Medium_Orange.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Medium_Green{
	float: left;
	margin: 0 0 0 0px;
	width: 390px;
	height: 173px;
	background: url(../images/webbox/Medium_Green.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Medium_DarkOrange{
	float: left;
	margin: 0 0 0 0px;
	width: 390px;
	height: 173px;
	background: url(../images/webbox/Medium_DarkOrange.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Medium_DarkGreen{
	float: left;
	margin: 0 0 0 0px;
	width: 390px;
	height: 173px;
	background: url(../images/webbox/Medium_DarkGreen.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Medium_Blue{
	float: left;
	margin: 0 0 0 0px;
	width: 390px;
	height: 173px;
	background: url(../images/webbox/Medium_Blue.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Medium_DarkBlue{
	float: left;
	margin: 0 0 0 0px;
	width: 390px;
	height: 173px;
	background: url(../images/webbox/Medium_DarkBlue.gif) no-repeat;
	padding: 3px 3px 0 3px;
}

.Medium_Brown{
	float: left;
	margin: 0 0 0 0px;
	width: 390px;
	height: 173px;
	background: url(../images/webbox/Medium_Brown.gif) no-repeat;
	padding: 3px 3px 0 3px;
}

.Large_Yellow{
	float: left;
	margin: 0 0 0 0px;
	width: 480px;
	height: 173px;
	background: url(../images/webbox/Large_Yellow.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Large_Red{
	float: left;
	margin: 0 0 0 0px;
	width: 480px;
	height: 173px;
	background: url(../images/webbox/Large_Red.gif) no-repeat;
	padding: 3px 0px 0 3px;
}
.Large_Purple{
	float: left;
	margin: 0 0 0 0px;
	width: 480px;
	height: 173px;
	background: url(../images/webbox/Large_Purple.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Large_Orange{
	float: left;
	margin: 0 0 0 0px;
	width: 480px;
	height: 173px;
	background: url(../images/webbox/Large_Orange.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Large_Green{
	float: left;
	margin: 0 0 0 0px;
	width: 480px;
	height: 173px;
	background: url(../images/webbox/Large_Green.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Large_DarkOrange{
	float: left;
	margin: 0 0 0 0px;
	width: 480px;
	height: 173px;
	background: url(../images/webbox/Large_DarkOrange.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Large_DarkGreen{
	float: left;
	margin: 0 0 0 0px;
	width: 480px;
	height: 173px;
	background: url(../images/webbox/Large_DarkGreen.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Large_Blue{
	float: left;
	margin: 0 0 0 0px;
	width: 480px;
	height: 173px;
	background: url(../images/webbox/Large_Blue.gif) no-repeat;
	padding: 3px 3px 0 3px;
}
.Large_DarkBlue{
	float: left;
	margin: 0 0 0 0px;
	width: 480px;
	height: 173px;
	background: url(../images/webbox/Large_DarkBlue.gif) no-repeat;
	padding: 3px 3px 0 3px;
}

.Large_Brown{
	float: left;
	margin: 0 0 0 0px;
	width: 480px;
	height: 173px;
	background: url(../images/webbox/Large_Brown.gif) no-repeat;
	padding: 3px 3px 0 3px;
} 

.t6{
	font-size: 0.6em;
	line-height: 1.1em;
	color: #333;
	font-weight: normal;
}

.t8{
	font-size: 0.7em;
	line-height: 1.1em;
	color: #333;
	font-weight: normal;
}

.t9{
	font-size: 0.80em;
	line-height: 1.3em;
	color: #333;
	text-transform:capitalize;
}

.t9 a {
	font-size: 1.0em;
	line-height: 1.3em;
	color: #77278B;
	text-transform:capitalize;
}

.t9p {
	font-size: 0.8em;
	color: #77278B;
}

.t10{
	font-size: 0.80em;
	line-height: 1.4em;
	color: #333;
}

.t12{
	font-size: 0.9em;
	line-height: 1.35em;
	color: #333;
}

.t11{
	font-size: 0.75em;
	line-height: 1.75em;
	color: #333;
}

.t15{
	font-size: 1.0em;
	line-height: 1.3em;
	color: #333;
	font-weight: bold;
}

.t15purple{
	font-size: 1.0em;
	color:#77278B;
	font-weight: bold;
	vertical-align:middle;
}

.t20{
	font-size: 1.4em;
	color: #666;
	font-weight: bold;
}

.t20purple{
	font-size: 1.4em;
	color:#77278B;
	font-weight: bold;
}

.t25{
	font-size: 2em;
	color:#77278B;
	font-weight: bold;
}

/* Footer */
#footer {
	clear: both;
	width: 1160px;
	height: 110px;
	overflow:hidden;
	margin: 0 auto;
	background: url(../images/bgBottom.jpg) no-repeat;
	background-position: 2px 0;
}

#footer #links {
	margin: 5px 0px 0px 90px;
	font-size: 0.73em;
	padding: 3px 0 0 0;
	float: left;
	width: 500px;
}

#footer #links li{
	display: inline;
	float: left;
	border-right: thin solid #fff;
	padding: 0px 8px; 
	text-transform: uppercase;
}

#footer #links li.last{ border-right: none; }

#footer a {
	color: #fff;
	text-decoration: none;
}

#thanks {
	float: right;
	margin: 0px 3px 0px 12px;
	width: 254px;
}

/* Login & Store Locator */
#loginForm fieldset, #storeLocator fieldset{
	display: block;
	margin: 0 5px 8px 0px;
	padding-left: 20px;

}

#loginForm .username, #loginForm .password, #storeLocator #zipcode{
	width: 103px;
	height: 16px;
	float: left;
	border: medium #ccc double;
	font-size: 0.9em;
}
.loginForm .username, .password, .storeLocator, .zipcode{
	width: 103px;
	height: 16px;
	float: left;
	border: medium #ccc double;
	font-size: 0.9em;
}

#loginForm .imageSubmit, #storeLocator .imageSubmit{ 
	float: right; 
	margin: 1px 0 0 5px;
	cursor:hand;
	}

.loginForm .imageSubmit, .storeLocator .imageSubmit{ 
	float: right; 
	margin: 1px 0 0 5px;
	cursor:hand;
	}
	
#sidebar .t8{
	text-align: center;
	display: block;
	padding: 1px;
}


#storeLocator, #leftNavigation{
	background: repeat-x url(../images/dotted.jpg);
	margin-top: 2px;
	padding-top: 3px;
}

/* Form Styling */
#searchtext, .username, .password, .zipcode{ font-family: "Lucida Sans Unicode", Lucida, "Lucida Grande", Verdana, Helvetica, Arial, Sans, sans-serif; }
#search label, #sidebar label{ display: none; }

#copyright {
	color: #ccc;
	text-decoration: none;
	display:inline;
	position:absolute;
	margin: 38px 10px 10px -510px;
	font-size: 0.7em;
	line-height: 1.1em;
	width: 1000px;
}

#helpb {
  border-width: 2px;
  border-style: dotted;
  border-color: #F0D5F6;
}
#help { background: #FFFFFF;
  padding: 15px;
  text-align: left;
}

/* New Styles */
.gsn {
	display: block;
	float: right;
	width: 240px;
	padding: 5px 5px 5px 5px;
	margin: 10px;
	color: #FF66CC;
	border: 1px dotted #D2D0FB;
	height: 300px;
}

#insidecontent {
	margin: 0px 0px 0px 250px;
	width: 889px;
	height: auto;
	padding: 8px 0px 5px 10px;
	background: #fff;
	color: #5B5B6C;
}

.store{
	color:#77278B;
	background-color:#ebebeb;
	font-weight: bold;
}

.help{
cursor:hand;
}

.box {font-size:12px; background:#D7D5D5; padding:2px 4px; border:solid #77278B; border-width:2px 0; margin-top:1.7em; clear:left;color:#000000;}

.alternative{
background:#ebebeb;
}

.regular{
background:#d7d7d7;
}

.buttonstyle {
	font-size:			12px;
	font-weight:		bold;
	text-decoration:	none;
	height:				22px;
	background-color:	#77278B;
	letter-spacing:		1px;
	color:				#FFFFFF;
	border-top:			1px solid #FFFFFF;
	border-left:		1px solid #FFFFFF;
	border-right:		1px solid #27503C;
	border-bottom:		1px solid #27503C;
	cursor:				hand; }
	
.textboxstyle{
	font-family: "Lucida Sans Unicode", Lucida, "Lucida Grande", Verdana, Helvetica, Arial, Sans, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #77278B;
	}

a.linkstyle { color: #423F44;
 text-decoration: underline;
 font-size: 0.9em;
 }
 
 a.linkstyle:hover { color: #423F44;
 text-decoration: none;
 font-size: 0.9em;
 }
 
 .eventiconstyle
 {
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 25px;
	vertical-align:middle;
	background: left center url(../images/EventsIcon.gif) no-repeat;
}

.contesticonstyle
 {
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 30px;
	vertical-align:middle;
	background: left center url(../images/ContestsIcon.gif) no-repeat;
}
 
 a.purplelinkstyle { color: #77278B;
 text-decoration: none;
 font-size: 1.0em;
 }
 
 a.purplelinkstyle:hover { color: #423F44;
 text-decoration: underline;
 font-size: 1.0em;
 }
 
select {
	font-family: "Lucida Sans Unicode", Lucida, "Lucida Grande", Verdana, Helvetica, Arial, Sans, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	border: 1px solid #77278B;
}

#messagebar {
	display: block;
	margin-top: auto; 
	margin-bottom:5px;
	margin-left: 245px;
	width: 889px;
	background:#D7D7D7;
	border-bottom-style:dotted; 
	border-bottom-color:#C6BACD;
	border-width:2px 0px; 
	padding: 5px 6px 6px 0px;
	color:#77278B;
	font-weight:bold;
	font-size:11px;
	text-transform: uppercase;
	text-align: right;
}

#messagebar a {
	color:#77278B;
}

#copyrightpop {
 color: #ccc;
 text-decoration: none;
 margin: auto;
 font-size: 0.7em;
}

#close a { color: #666666;
 text-decoration: none;
 margin: auto;
 font-size: 0.7em;
 line-height: 1.8em;
 }

#helpb {
  border-width: 2px;
  border-style: dotted;
  border-color: #F0D5F6;
}
#help { background: #FFFFFF;
  padding: 15px;
  text-align: left;
}

.error
{
	font-family:Verdana;
	font-size: 0.8em;
	color: #FF0000;
	font-weight:bold;
}

.loginerror
{
	font-family:Verdana;
	font-size: 0.7em;
	color: #FF0000;
	font-weight:bold;
}

.captchatable
{
	border: thin solid #D7D5D5;
}
.captchacell1
{
	border: thin solid #D7D5D5;
	background:#D7d5d5;
	text-align:center;
	vertical-align:middle;
}
.captchacell2
{
	border: thin solid #D7D5D5;
	background:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}
.captchacopyright
{
	font-size: 0.6em;
	line-height: 1.1em;
	color: #333;
	font-weight: normal;
	text-align:right;
}


/* Google Password Strength */
.passwordstrength
{
	font-size: 0.80em;
	color: #333;
	vertical-align:middle;
}
.leftBar0
{
	width:0px;
}

.leftBar1
{
	width:50px;
	background-color:#aa0033;
} 

.leftBar2
{
	width:100px;
	background-color:#ffcc33;
} 

.leftBar3
{
	width:150px;
	background-color:#6699cc;
} 

.leftBar4
{
	width:200px;
	background-color:#008000;
} 

.rightBar0
{
	width:200px;
	background-color:#ccc;
}

.rightBar1
{
	width:150px;
	background-color:#ccc;
}

.rightBar2
{
	width:100px;
	background-color:#ccc;
}

.rightBar3
{
	width:50px;
	background-color:#ccc;
}

.rightBar4
{
	width:0px;
	background-color:#ccc;
}

.text0
{
	font-weight:bold;
	color:#808080;
}

.text1
{
	font-weight:bold;
	color:#aa0033;
}

.text2
{
	font-weight:bold;
	color:#ffcc33;
}

.text3
{
	font-weight:bold;
	color:#6699cc;
}

.text4
{
	font-weight:bold;
	color:#008000;
}
