/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 HTML TAGS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Temp Messages */
DIV.Message { background: gray; color:White; padding: .2em; margin-top:.25em; }

/* Highlights text boxes that fail validation */
.field-validation-error
{
	color: red;
	font-weight:bold;
	font-size:.7em;
	font-weight:bold;
	margin-top:10px;
	vertical-align:top;
}

.input-validation-error { background-color: #ffeeee; }
.validation-summary-errors { font-weight: bold; color: red; }

/* Navigation Menu */
DIV.NavMenu 
{
    float:left;
    width: 13em;
    background-color: #CCF;
    padding: .5em;
    margin: 1em 1em 1em 0;
    font-family: Verdana;
    font-size: 90%;
}

DIV.NavMenu UL
{
    list-style-type: square;
}

/* Session Summary in header */
DIV#user { float:right; margin: .8em; color: Silver; background-color: #555; padding: .5em .5em .5em 1em; }
DIV#user A { text-decoration: none; padding: .4em 1em .4em 1em; line-height:2.1em; margin-left: .5em; background-color: #333; color:White; border: 1px solid black;}
DIV#user SPAN.summary { color: White; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


DIV.ProgressBar { width: 100px; padding: 0; border: 1px solid black; margin-right: 1em; height:.75em; margin-left:1em; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline; }
DIV.ProgressBar DIV { background-color: Green; font-size: 1pt; height:100%; float:left; }
SPAN.asyncUploader OBJECT { position: relative; top: 5px; left: 10px; }

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:url(images/bg-main.png) repeat-x;
	color:#2d2d2d;
	}

body.inner-body {
	background:url(images/bg-main-inner.png) repeat-x;
	}

p, li, table {
	font-size:.9em;
	line-height:160%;
	}
	
a img {
	border:none;
	}

/* HEADINGS */
	
h1,h2,h3,h4,h5,h6 {
	margin:5px 0;
	color:#66669A; /* Maroon = #e83b74 */
	padding:5px 0;
	}
	
h1.first,
h2.first,
h3.first,
h4.first,
h5.first,
h6.first {
	margin-top:0;
	}

.side-bucket-heading-content h1,
.side-bucket-heading-content h2,
.side-bucket-heading-content h3,
.side-bucket-heading-content h4,
.side-bucket-heading-content h5,
.side-bucket-heading-content h6 {
	color:#FFF;

	margin:0;
	padding:0;
	}
	
h1 {
	font-size:1.3em;
	}
	
h2 {
	font-size:1.1em;
	}
	
h3 {
	font-size:1em;
	}
	
h4 {
	font-size:.9em;
	}
	
h5 {
	font-size:.8em;
	}
	
h6 {
	font-size:.8em;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 FORMS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

fieldset {
	padding:10px 20px;
	margin:15px 0;
	position:relative;
	border:1px solid #9e9e9e;
	/* width: 100%; New */
	}

fieldset fieldset {
	margin:10px 0;
	}
	
legend {font-weight:bold;font-size:1em;padding:10px 15px 0 15px;color:#FFF;margin:0 0 0 10px;background:#66669A url(images/bg-legend.png) repeat-x;min-height:32px;_height:32px;display:block;}

.input-box {
								/*display:block;*/
	vertical-align:middle;		/*top*/
	padding:0px;				/* 4px */
	color:#666666;				/* grey */
	border:1px solid #467acc;
	font-size: .8em;
	}

.input-email-area {
	width: 100%;
	height: 120px;
	vertical-align:middle;		/*top*/
	padding:0px;				/* 4px */
	color:#666666;				/* grey */
	border:1px solid #467acc;
	font-size: .85em;
	}

.input-box[disabled="disabled"], .input-box.disabled
{
	border: 1px solid #999;
	background-color: #ddd;
}

.input-box-readonly {
	/* Different colour */
	}

.input-box-small-label {
	padding: 0px;
	border: 0;
	width: 23px;
	font-weight: bold;
	font-size: .7em;
	margin-top: 5px;
	vertical-align: top;
	}

.input-box-small-medium-label {
	padding: 0px;
	border: 0;
	width: 50px;
	font-weight: bold;
	font-size: .7em;
	margin-top: 5px;
	vertical-align: top;
	}

.input-box-medium-label {
	padding: 0px;
	border: 0;
	width: 100px;
	font-weight: bold;
	font-size: .7em;
	margin-top: 5px;
	vertical-align: top;
	}

.input-box-long-label {
	padding: 0px;
	border: 0;
	width: 200px;
	font-weight: bold;
	font-size: .7em;
	margin-top: 5px;
	vertical-align: top;
	}

.input-box-medium {
	vertical-align:middle;
	padding:0px;
	color:#666666; /* grey */
	border:1px solid #467acc;
	font-size: .8em;
	width: 100px;
	}

.input-box-small-medium {
	vertical-align:middle;
	padding:0px;
	color:#666666; /* grey */
	border:1px solid #467acc;
	font-size: .8em;
	width: 50px;
	}

.input-box-small {
	vertical-align:middle;
	padding:0px;
	color:#666666; /* grey */
	border:1px solid #467acc;
	font-size: .8em;
	width: 20px;
	}
	
.input-box-long {
	vertical-align:middle;
	padding:0px;
	color:#666666; /* grey */
	border:1px solid #467acc;
	font-size: .8em;
	width: 200px;
	}

.input-box-longer {
	vertical-align:middle;
	padding:0px;
	color:#666666; /* grey */
	border:1px solid #467acc;
	font-size: .8em;
	width: 300px;
	}
	
.multi-select-box {
	vertical-align:middle;
	padding:0px;
	color:#666666;
	border:1px solid #467acc;
	font-size: .8em;
	height:130px;
	}

.multi-select-box-large {
	vertical-align:middle;
	padding:0px;
	color:#666666;
	border:1px solid #467acc;
	font-size: 1em;
	height:130px;
	}

label {
	font-weight:bold;
	font-size:.7em;
	font-weight:bold;
	/*display:block;*/
	margin-top:10px;
	vertical-align:top;
	}

.text {
	font-weight:normal;
	font-size:.7em;
	font-weight:normal;
	/*display:block;*/
	margin-top:10px;
	vertical-align:top;
	}

.label-larger {
	font-weight:bold;
	font-size:.9em;
	font-weight:bold;
	/*display:block;*/
	margin-top:10px;
	vertical-align:top;
	}

.radiobuttonlist 
{
	padding:0px 0px 0px 0px;
	margin-left: -25px;
	vertical-align: middle;
	border-color:#467acc;
	border: #467acc;
	}
	
.checkbox {	
	margin:12px 0;
	width:60%;
	}
	
.checkbox input {	
	}

input.button {
	font-weight:bold;
	padding:0 5px 2px 5px;
	cursor:pointer;
	vertical-align:middle;		/*top*/
	color:#666666;				/* grey */
	border:1px solid #467acc;
	font-size: .9em;			/* 7em */
	}

input.button[disabled="disabled"], .input.button.disabled, button.disabled, 
input[type="submit"]:disabled, input[type="button"]:disabled
{
	border: 1px solid #999;
	background-color: #ddd;
	cursor: default;
}



a.button
{
	padding:0 5px 2px 5px;
	cursor:pointer;
	vertical-align:middle;
	color:#666666;			
	border:1px solid #467acc;
	font-size:small;
	font-weight: bold;
	background: #E0E0F8;
	/*background:#66669A url(images/bg-button.png) repeat-x top left;*/
}
	
input.button-big {
	padding:2px 20px;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LINKS
	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a:link {
	color:#66669A;
	font-weight:bold;
	}

a:visited {
	/*color:#4982f5;*/
	color:#66669A;
	font-weight:bold;
	}

a:hover {
	text-decoration:none;
	}

a:active {
	text-decoration:underline;
	color:#3cbc32; /* green */
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 LOGIN
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Hides parts until mouse cursor enters page */
@media all {
  .fadein  { visibility:hidden; }
}
@media handheld {
  .fadein  { visibility:visible;  }
}

.nav-login  {
	font-size:.8em;
	text-align:right;
	margin:0 auto;
	width:864px;
	padding:7px 30px 0 30px;
	/*background:url(images/bg-login.png) no-repeat bottom;*/
	min-height:38px;
	_height:38px;
	}

/* LOGIN LISTS */

.nav-login ul {
	margin:0;
	padding:0;
	}

.nav-login li {
	list-style:none;
	padding:0 5px;
	display:inline;
	background:none;
	}

.nav-login li.first {
	list-style:none;
	border:none;
	}
	
/* LOGIN LINKS */

.nav-login a:link,
.nav-login a:visited{
	color:#343434; /* black */
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 HEADER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header-container {
	position:relative;
	color:#000;
	width:884px;
	padding:0 30px 0 10px;
	margin:0 auto;
	}
	
/* LOGO */

.logo {
	font-size:1.1em;
	width:20%;
	float:left;
	font-weight:normal;
	padding-top:15px;
	}

/* LOGO LINK */

.logo a:link,
.logo a:visited {
	color:#66669A;
	font-weight:bold;
	text-decoration:none;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MAIN NAV
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-main {
	position:relative;
	width:80%;
	float:right;
	font-weight:bold;
	}

/* MAIN NAV LISTS */

.nav-main ul {
	margin:0;
	padding:0;
	position:absolute;
	top:-7px;
	right:0;
	}

.nav-main li {
	list-style:none;
	display:inline;
	background:none;
	margin:0;
	padding:0;
	}

.nav-main li.first {
	}

/* NAV MAIN LINKS */

.nav-main a:link,
.nav-main a:visited {
	color:#66669A;
	text-decoration:none;
	min-height:42px;
	_height:42px;
	border-right:1px solid #9e9e9e;
	padding:20px 7px 0 7px;
	display:block;
	float:left;
	}

.nav-main li.first a:link,
.nav-main li.first a:visited {
	border-left:1px solid #9e9e9e;
	}
	
.nav-main .active a:link,
.nav-main .active a:visited {
	color:#FFF;
	text-decoration:none;
	background:#3c9af6 url(images/bg-nav-main-active.png) repeat-x;
	}
	
.nav-main a:hover,
.nav-main .active a:hover {
	text-decoration:underline;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 NAV FOOTER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.nav-footer-container {
	position:relative;
	background:#a6d8ff url(images/bg-footer-tile.png) repeat-x;
	color:#FFF;
	min-height:23px;
	_height:23px;
	}

.nav-footer {
	position:relative;
	width:923px;
	min-height:130px;
	_height:130px;
	margin:0 auto;
	font-weight:bold;
	background:#66669A url(images/bg-footer.png) no-repeat;
	}
		
.nav-footer ul{
	padding:0;
	margin:40px 0 0 0;
	text-align:center;
	}

.nav-footer li{
	background:none;
	display:inline;
	padding:0 10px;
	}

.nav-footer li.first {
	}

.nav-footer a:link {
	color:#FFF;
	text-decoration:none;
	}

.nav-footer a:visited {
	color:#dff1ff; /* light cyan */
	text-decoration:none;
	}

.nav-footer a:hover {
	text-decoration:underline;
	}
	
/* COPYRIGHT */
.copyright {
	/*text-align:center;*/
	/*color:#5093c7;*/
	color:Silver;
	padding:10px 10px 0 0;
	font-weight:normal;
	font-size:.7em;
	}
.white-bold {
	/*text-align:center;*/
	/*color:#5093c7;*/
	color:White;
	padding:10px 10px 0 0;
	font-weight:bold;
	font-size:.7em;
	}
		
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 POSTER
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.poster-container {
	font-size:1em;
	background:url(images/bg-poster.jpg) no-repeat;
	width:924px;
	height:271px;
	margin:30px auto 0 auto;
	position:relative;
	}

.poster-content {
	width:500px;
	height:100px;
	position:absolute;
	top:70px;
	left:400px
	}
	
.poster-container h1 {
	margin:0;
	padding:0;
	font-size:1.4em;
	}

.poster-container p {
	margin:10px 0 0 0;
	line-height:normal;
	font-size:1em;
	}

/* POSTER LINKS */

.poster-links {
	font-style:italic;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 BREADCRUMB
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumb {
	padding:30px 0 0 10px;
	font-size:.9em;
	margin:0 auto 0 auto;
	width:914px;
	color:#000;
	}

.breadcrumb a:link,
.breadcrumb a:visited {
	color:#000;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PRIMARY LAYOUT STYLES 
	 	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/  
	
.content-container {
	position:relative;
	_height:1px;
	min-height:1px;
	margin:10px auto;
	width:924px;
	}

.inner-body .content-container {
	margin-top:15px;
	}

.content-container-inner-insecure {
	_height:1px;
	min-height:1px;
	padding: 0 0 0 150px;	/*	padding: 0 0 0 150px;
							padding:0 0 0 230px;
							padding:0 230px;	*/
	position:relative;
	}

.content-container-inner {
	_height:1px;
	min-height:1px;
	padding: 0 0 0 0;	/*	padding: 0 0 0 150px;
							padding:0 0 0 230px;
							padding:0 230px;	*/
	position:relative;
	}
	
.content-main {
	padding:0 2% 20px 2%;
	position:relative;
	min-height:1px;
	_height:1px;
	float:left;
	width:96%;
	}

.content-left {
	padding:0;
	float:left;
	width:150px; /* 230px; */
	position:relative;
	margin-left:-100%;
	right:230px;
	_left:230px;
	}

.content-right {
	padding:0;
	float:left;
	width:230px;
	position:relative;
	margin-right:-230px;
	}

.ads {
	text-align:center;
	}

.ads img {
	margin:15px 0;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 SIDE BUCKET
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.side-bucket {
	margin-bottom:20px;
	line-height:normal;
	width:230px;
	}

.side-bucket-top,
.side-bucket-content,
.side-bucket-bottom,
.side-bucket-heading-top,
.side-bucket-heading-content,
.side-bucket-heading-bottom {	
	background:url(images/bg-side-bucket.png);
	min-height:1px;
	_height:1px;
	}

.side-bucket-top {	
	background-repeat:no-repeat;
	height:17px;
	font-size:1px;
	}

.side-bucket-content {	
	background-repeat:repeat-y;
	background-position:-230px 0;
	padding:0 17px;
	}
	
.side-bucket-bottom {	
	background-repeat:no-repeat;
	background-position:-460px top;
	height:17px;
	}

/* HEADING */

.side-bucket-heading-top {	
	background-repeat:no-repeat;
	height:14px;
	background-position:-690px 0;
	font-size:1px;
 	}

.side-bucket-heading-content {	
	background-repeat:repeat-y;
	background-position:-920px 0;
	color:#FFF;
	font-size:.9em;
	padding:0 0 0 10px;
	}
	
.side-bucket-heading-bottom {	
	background-repeat:no-repeat;
	background-position:-1150px 0;
	height:14px;
	}
	
/* SIDE BUCKET LISTS */

.side-bucket ul {
	margin:0;
	padding:0;
	}

.side-bucket li {
	list-style:none;
	border-top:1px solid #e2e2e2;
	padding:3px 0 3px 10px;
	background:none;
	}

.side-bucket li.first {
	border:none;
	}
	
/* SIDE BUCKET LINKS */

.side-bucket a:link,
.side-bucket a:visited {
	text-decoration:none;
	display:block;
	_display:inline;
	}
	
.side-bucket a:hover {
	text-decoration:underline;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 PHOTOS & CAPTIONS
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.photo-container {

	}

/* PHOTO BORDERS */

.photo-top,
.photo-top span,
.photo-bottom,
.photo-bottom span {
	background:url(images/bg-photo.png) no-repeat;
	min-height:17px;
	_height:17px;
	position:relative;
	display:block;
	}

.photo-top span {
	font-size:1px;
	background-position:right -17px;
	}

.photo-bottom {
	font-size:1px;
	background-position:0 -34px;
	}

.photo-bottom span {
	background-position:right -51px;
	}

/* PHOTO CONTENT */

.photo-content,
.photo-content-right {
	background:url(images/bg-photo-sides.png) repeat-x;
	}
	
.photo-content {
	background-position:right 0;
	}

.photo-content-right {
	padding:0 20px;
	}

.photo-content img {
	display:block;
	border:1px solid #e2e2e2;
	}
	
.photo-caption {
	font-size:.8em;
	color:#000;
	font-weight:bold;
	padding:10px 0 0 0;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 TWO-COLUMN SECTION
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.two-column-container {
	width:100%;
	position:relative;
	}
	
.two-column-1 {
	float:left;
	width:47%;
	}
	
.two-column-2 {
	float:right;
	width:47%;
	}
	
/*~~~~~ DATA TABLES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Static Tables */
table.data-table { font-size:.7em; border-top:1px solid #66669A; border-left:1px solid #66669A; margin:10px 0 30px 0; }
table.data-table caption {background:#a4a4a4;padding:10px;text-align:center;font-weight:bold;color:#FFF;font-size:1.2em;margin-top:30px;border-bottom:3px solid #FFF;}
table.data-table td, table.data-table th {padding:8px;border-right:1px solid #66669A;border-bottom:1px solid #66669A;}
table.data-table th {text-align:left;background:#66669A;color:#FFF;border-right:1px solid #3691da;border-bottom:1px solid #3691da;}
table.data-table td {}
table.data-table tr.row-alternating td {background:#ebebeb;}

#alternatesRows
.alternate { background:#ebebeb; }

/* Dynamic Tables */
#dynamics table { font-size:.7em; border-top:1px solid #66669A; border-left:1px solid #66669A; margin:10px 0 30px 0; }
TD {}
thead td { text-align:left; background:#66669A; color:#FFF; border-right:1px solid #3691da; border-bottom:1px solid #3691da; }
.alternate { background:#ebebeb; }
FORM { margin: 0; padding: 0; }
A.selected { color: Black; text-decoration:none}
#dynamics DIV.dynamic { border: 1px solid black; background:#66669A; cursor: move; padding: 0.2em; width: 44em; margin: .3em; } /* Blocks */

/*~~~~~ LISTS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin-top:0;
	padding-top:0;
	}
	
li {
	list-style:none;
	/*background:url(images/bullet.png) no-repeat 0 .6em;*/
	padding:1px 0 1px 15px;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	 
	 MISC STYLES
	 	 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.none {
	display:none;
	}

.clear {
	clear:both;
	font-size:1px;
	margin:0;
	padding:0;
	}

.align-left {
	float:left;
	margin:0 20px 15px 0;
	}

.align-right {
	float:right;
	margin:0 0 15px 20px;
	}

.align-middle {
	vertical-align:middle;
	}
	
.inline {
	display:inline;
	}

.no-margin {
	margin:0;
	}
	
/* 	PASSWORD RESULT STYLE  */
.testresult{
	font-weight: bold;
	font-size:11px;
	font-family: arial,helvetica,san-serif;
	color:#666;
	padding:0px 0px 12px 10px;
	margin-left:0px;
	display: block;
	height:28px;
	float:right;
}
.testresult span{
	padding:10px 20px 12px 10px;
	margin: 0px 0px 0px 20px;
	display:block;
	float:right;
	white-space: nowrap;
}
.shortPass{
	background:url(images/red.png) no-repeat 0 0;
}
.shortPass span{
	background:url(images/red.png) no-repeat top right;
}
.badPass{
	background:url(images/red.png) no-repeat 0 0;
}
.badPass span{
	background:url(images/red.png) no-repeat top right;
}
.goodPass{
	background:url(images/yellow.png) no-repeat 0 0;
}
.goodPass span{
	background:url(images/yellow.png) no-repeat top right;
}
.strongPass{
	background:url(images/green.png) no-repeat 0 0;
}
.strongPass span{
	background:url(images/green.png) no-repeat top right;
}
/* 	End PASSWORD RESULT STYLE  */