/* EXTENSIONS: SHARED.CSS & TYPOGRAPHY.CSS  */
body#myhsy #wrapper {background:none;display:block;float:none;margin:0 auto;position:relative;text-align:left;width:776px;}
/*

/* SHARED ---------------------------------*/
h2{color:#da4915;font-family:Arial;letter-spacing:-1px;padding:0 0 5px;}
form{background:none;border:none;margin:0;padding:0;}

/* WELCOME ---------------------------------*/
#row1{background:url(http://media.ef.com/_imgs/hsy06/myhsy/index/bg1.gif) left bottom no-repeat;padding:0 0 0 20px;position:relative;}

/* we need this for IE 5.01 - otherwise the wrapper does not expand to the necessary height (unless fixed, this problem becomes even more acute weirdness as the method is enhanced */
#row1 {
/* Normally a Holly-style hack height: 1% would suffice but that causes  IE 5.01 to completely collapse the wrapper - instead we float it */
float: left; /* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes  (I saw it happen many moons ago) makes the width of wrapper too small  the float: none with the comment is ignored by 5.01, 5.5 and above see it and carry on about their business It's probably fine to just remove it, but it's left here  just in case that many moons ago problem rears its head again */
float: /**/ none;
}
/* easy clearing */
	#row1:after{clear:both;display:block;height:0;visibility:hidden;}
	#row1 {display:inline-block;}
	/*\ */#row1{display:block;}
/* end easy clearing */
#row1 #kids{bottom:0;left:300px;position:absolute;}

#intro{background:#fff;float:left;width:300px;}
html>body #intro{margin-bottom:15px;}
#intro h1{background:url(http://media.ef.com/_imgs/hsy06/myhsy/shared/logo-myhsy.gif) no-repeat;height:27px;margin:15px 0 0 15px;padding:0;text-indent:-9999px;width:199px;}
#intro p{margin:0;padding:0 15px 15px;}

#login{background:#fff;border:solid 2px #d4e6ec;float:right;margin:20px 15px 0 0;padding:10px 20px;}
#login{background:url(/_imgs/hsy/myhsy/index/login-bg.gif) no-repeat;border:none;float:right;height:162px;margin:0 7px 0 0;padding:0;width:230px;}
/* hide from IE  */html>body #login{background:url(http://media.ef.com/_imgs/hsy06/myhsy/index/login-bg.png) no-repeat;border:none;float:right;height:162px;margin:0 15px 0 0;padding:0;width:230px;}
#login form{padding:30px 0 0 50px;}

#row1 #login input{display:block;margin-bottom:5px;}
#row2{background:url(http://media.ef.com/_imgs/hsy06/myhsy/index/bg2-a.gif) no-repeat;padding-top:25px;}
#row2-bottom{background:url(http://media.ef.com/_imgs/hsy06/myhsy/index/bg2-bottom2.gif) no-repeat;height:41px;width:776px;}

#highlights{margin:0 auto;text-align:left;width:700px;}
#highlights td h2{padding-bottom:15px;}
#highlights td{padding:0 10px 0 15px;text-align:left;vertical-align:top;}
#highlights td.line{background:url(http://media.ef.com/_imgs/hsy06/myhsy/index/dotted-line.gif) top right repeat-y;}
#highlights h3{padding:8px 0 5px;}

.myImgHolder{background-color:#e1f7fe;border:1px dashed #aee3f8;padding:5px;}

/*THE WRONG USERNAME/PASSWORD PAGE*/
#myhsy_signin #row2{position:relative;}
#myhsy_signin #row2 .line{padding-right:20px;width:50%;}
#myhsy_signin #highlights #loginTbl td{padding:3px;text-align:left;vertical-align:top;}
#myhsy_signin #highlights td h2{padding-bottom:10px;}
#myhsy_signin #loginTbl #loginbutton-left,#myhsy_signin #loginTbl #loginbutton-right{float:left;}