/* 
  
  English, baby! Redesign Summer 2009
  
  
  COLORS:

  purple:
  
  logo  -- #472164
  background -- #99C
  text  -- #669
  
  
  orange:
  
  background -- #FAA61A
  text -- #EF6004
  
  
  blue:
  
  links -- #09C
  background -- #E8F2FE
  flash notice -- #099
  
  grey:
  
  light -- #E9E9E9
  mid   -- #999
  black -- #333
  
  red:
  
  error -- #F00
  
  
  COLUMN WIDTHS:
  
  main: 622px
  secondary: 306px
  
*/

* {
  margin:0;
  padding:0;
}

body {
  font:12px Verdana, Arial, Helvetica, sans-serif;
  background:#FFF url(./images/layout09/body_bg.png) repeat-x;
  color:#333;
}

a {
  color:#09C;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

img {
  border:0;
  font-size:8px;
}

table {
  border-collapse:collapse;
}

th {
  font-weight:normal;
}

fieldset {
  border:0;
}

p {
  margin:10px 0;
  line-height:1.5;
}

p, h1, h2, h3, h4, h5, h6 {
  font-size:12px;
}

h1 {
  margin:0 0 10px;
}

h3 {
  margin:15px 0 10px;
}

h1 a, 
h1#alt a,
h3 a {
  color:#333;
}

label {
  font-weight:bold;
}

iframe {
  border:0;
}

div#layout09 {
  background:#FFF;
  width:958px;
  margin:0 auto;
  position:relative;
}

p.section_header {
  margin:0 15px 10px;
}

p.section_header,
p.section_header a {
  color:#333;
  font-weight:bold;
}

/*-- General Layout --*/

div#yield {
  background:#E9E9E9;
  padding:10px;
}

div#main {
  width:622px;
  float:left;
  margin-right:10px;
}

div#secondary {
  width:306px;
  float:left;
}

div.main_1 {
  width:306px;
  margin-right:10px;
  float:left;
}

div.main_2 {
  width:306px;
  float:left;
}

div.sub_1 {
  width:148px;
  margin-right:10px;
  float:left;
}

div.sub_2 {
  width:148px;
  float:left;
}

div#main_chat {
  width:622px;
  float:left;
}

div#secondary_chat {
  width:306px;
  float:left;
  margin-right:10px;
}

div#flashcontent {
  margin:10px 0;
}

/*-- Language Nav --*/

ul#lang_nav img {
  border:0;
}

ul#lang_nav {
  position:absolute;
  right:225px;
  top:31px;
  list-style:none;
}

ul#lang_nav li {
  float:left;
  margin-left:12px;
  text-indent:-9999em;
}

ul#lang_nav li a {
  display:block;
  height:18px;
}

ul#lang_nav li a#zh {
  width:32px;
  background:url(./images/layout09/zh_under.gif);
}

ul#lang_nav li a#zh:hover,
ul#lang_nav li.current a#zh {
  background:url(./images/layout09/zh_over.gif);  
}

ul#lang_nav li a#ch {
  width:32px;
  background:url(./images/layout09/ch_under.gif);
}

ul#lang_nav li a#ch:hover,
ul#lang_nav li.current a#ch {
  background:url(./images/layout09/ch_over.gif);  
}

ul#lang_nav li a#jp {
  width:46px;
  background:url(./images/layout09/ja_under.gif);
}

ul#lang_nav li a#jp:hover,
ul#lang_nav li.current a#jp {
  background:url(./images/layout09/ja_over.gif);  
}

ul#lang_nav li a#en {
  width:60px;
  background:url(./images/layout09/en_under.gif);
}

ul#lang_nav li a#en:hover,
ul#lang_nav li.current a#en {
  background:url(./images/layout09/en_over.gif);  
}

ul#lang_nav li a#sp {
  width:64px;
  background:url(./images/layout09/es_under.gif);
}

ul#lang_nav li a#sp:hover,
ul#lang_nav li.current a#sp {
  background:url(./images/layout09/es_over.gif);  
}

/*-- Google Search --*/

form#cse-search-box {
  position:absolute;
  top:30px;
  right:5px;
}

form#cse-search-box input.textfield {
  width:145px;
}

/*-- Nav --*/

div#masthead {
  background:url(./images/layout09/masthead_super.png) no-repeat;
  width:958px;
  height:98px;
}

body#free_member div#masthead {
  background:url(./images/layout09/masthead_free.png) no-repeat;
}

div#masthead h2 {
  margin:0;
}

div#masthead a#logo_home {
  height:80px;
  width:210px;
  position:absolute;
  text-indent:-9999em;
  top:10px;
  left:15px;
}

div#masthead ul#main_nav {
  position:absolute;
  list-style:none;
  top:68px;
  left:226px;
  width:734px;
  font-size:14px;
}

div#masthead ul#main_nav li {
  height:28px;
  line-height:28px;
  float:left;
  font-weight:bold;
}

div#masthead ul#main_nav li a {
  color:#FFF;
  display:block;
  padding:0 15px;
}

div#masthead ul#main_nav li a:hover,
div#masthead ul#main_nav li.current a {
  background:#FFF url(./images/layout09/nav_super_bg.png) repeat-x;
  color:#09C;
  text-decoration:none;
}

div#masthead ul#main_nav li a#masthead_first {
  padding-left:34px;
}

div#masthead ul#main_nav li a#masthead_first:hover,
div#masthead ul#main_nav li.current a#masthead_first {
  background:#FFF url(./images/layout09/nav_super_first_corner.png) no-repeat;
}

div#masthead ul#main_nav li#masthead_last {
  position:absolute;
  right:10px;
}

div#masthead ul#main_nav li#masthead_last a {
  font-size:11px;
  color:#09C;
  padding:0;
  display:inline;
}

div#masthead ul#main_nav li#masthead_last a:hover {
  background:none;
  text-decoration:underline;
}

div#masthead div#masthead_ad {
  display:none;
}

/*-- Sub Nav --*/

ul#masthead_sub_nav {
  font-weight:bold;
  text-align:center;
  height:30px;
  line-height:30px;
  border-bottom:#E9E9E9;
  font-size:11px;
}

ul#masthead_sub_nav li {
  display:inline;
  margin:0 10px;
}

/*-- Super Sub Nav --*/

ul#super_sub_nav {
  background:url(./images/layout09/masthead_super_sub_bg.png) repeat-x;
  height:32px;
  border-top:1px solid #AAA;
  border-bottom:1px solid #FFF;
  padding-left:90px;
}

ul#super_sub_nav li {
  float:left;
  display:block;
  height:32px;
  line-height:32px;
  font-weight:bold;
  padding:0 25px 0 55px;
  border-left:1px solid #D1D1D1;
}

ul#super_sub_nav li a {
  color:#F1890E;
}

ul#super_sub_nav li a#masthead_my_vocab,
ul#super_sub_nav li a#masthead_my_lesson {
  color:#09C;
}

ul#super_sub_nav li#masthead_super_my_vocab {
  background:url(./images/layout09/masthead_super_sub_icon_vocab.gif) 20px 6px no-repeat;
}

ul#super_sub_nav li#masthead_super_ask_ebaby {
  background:url(./images/layout09/masthead_super_sub_icon_teacher.gif) 20px 4px no-repeat;
}

ul#super_sub_nav li#masthead_super_my_lessons {
  background:url(./images/layout09/masthead_super_sub_icon_lessons.gif) 20px 7px no-repeat;
}

ul#super_sub_nav li#masthead_super_download_mp3s {
  background:url(./images/layout09/masthead_super_sub_icon_mp3.gif) 20px 6px no-repeat;
  border-right:1px solid #D1D1D1;
}

/*-- Rounded Boxes and Headlines --*/

div.box_tl_white { background:#FFF url(./images/layout09/corners/tl_white.gif) no-repeat; }
div.box_tr_white { background:transparent url(./images/layout09/corners/tr_white.gif) right top no-repeat; }
div.box_bl_white { background:transparent url(./images/layout09/corners/bl_white.gif) left bottom no-repeat; }
div.box_br_white { background:transparent url(./images/layout09/corners/br_white.gif) right bottom no-repeat; }

div.box_tl_purple { background:#FFF url(./images/layout09/corners/tl_purple.gif) no-repeat; }
div.box_tr_purple { background:transparent url(./images/layout09/corners/tr_purple.gif) right top no-repeat; }
div.box_bl_purple { background:transparent url(./images/layout09/corners/bl_white.gif) left bottom no-repeat; }
div.box_br_purple { background:transparent url(./images/layout09/corners/br_white.gif) right bottom no-repeat; }

div.box_tl_orange { background:#FFF url(./images/layout09/corners/tl_orange.gif) no-repeat; }
div.box_tr_orange { background:transparent url(./images/layout09/corners/tr_orange.gif) right top no-repeat; }
div.box_bl_orange { background:transparent url(./images/layout09/corners/bl_white.gif) left bottom no-repeat; }
div.box_br_orange { background:transparent url(./images/layout09/corners/br_white.gif) right bottom no-repeat; }

div.box_tl_blue { background:#FFF url(./images/layout09/corners/tl_blue.gif) no-repeat; }
div.box_tr_blue { background:transparent url(./images/layout09/corners/tr_blue.gif) right top no-repeat; }
div.box_bl_blue { background:transparent url(./images/layout09/corners/bl_blue.gif) left bottom no-repeat; }
div.box_br_blue { background:transparent url(./images/layout09/corners/br_blue.gif) right bottom no-repeat; }

div.box_tl_grey { background:#FFF url(./images/layout09/corners/tl_grey.gif) no-repeat; }
div.box_tr_grey { background:transparent url(./images/layout09/corners/tr_grey.gif) right top no-repeat; }
div.box_bl_grey { background:transparent url(./images/layout09/corners/bl_white.gif) left bottom no-repeat; }
div.box_br_grey { background:transparent url(./images/layout09/corners/br_white.gif) right bottom no-repeat; }

div.box_tl_button { background:#09C url(./images/layout09/corners/tl_button_white.gif) no-repeat; }
div.box_tr_button { background:transparent url(./images/layout09/corners/tr_button_white.gif) right top no-repeat; }
div.box_bl_button { background:transparent url(./images/layout09/corners/bl_button_white.gif) left bottom no-repeat; }
div.box_br_button { background:transparent url(./images/layout09/corners/br_button_white.gif) right bottom no-repeat; }

div.free_member div.box_tl_button { background:#FFF url(./images/layout09/corners/tl_button.gif) no-repeat; }
div.free_member div.box_tr_button { background:transparent url(./images/layout09/corners/tr_button.gif) right top no-repeat; }
div.free_member div.box_bl_button { background:transparent url(./images/layout09/corners/bl_button.gif) left bottom no-repeat; }
div.free_member div.box_br_button { background:transparent url(./images/layout09/corners/br_button.gif) right bottom no-repeat; }

div.rbox_wrapper { /* IE6 bugfix */
  height:100%;
  overflow:auto;
  margin-bottom:10px;
}

div.rboxes {
  padding:0 15px 5px;
}

div.rboxes h1,
div.rboxes h1#default_lesson,
div.rboxes h2,
div.rboxes h2.default_lesson {
  padding-top:15px;
  margin-bottom:10px;
  line-height:1.2;
  height:auto;
}

div.rboxes h1,
div.rboxes h1 a,
div.rboxes h2,
div.rboxes h2 a {
  color:#EF6004;
}

div.rboxes h1#default_lesson,
div.rboxes h1#default_lesson a,
div.rboxes h2.default_lesson,
div.rboxes h2.default_lesson a {
  color:#669;
}

div.rboxes h1.banner,
div.rboxes h2.banner {
  height:25px;
  line-height:25px;
  padding-top:0;
}

div.rboxes h1.banner,
div.rboxes h1.banner a,
div.rboxes h2.banner,
div.rboxes h2.banner a {
  color:#FFF;
}

div.box_tl_button,
div.box_tl_button a {
  color:#FFF;
  font-weight:bold;
}

div.box_tl_button p {
  margin:0;
  text-align:center;
  padding:10px 0 5px;
}

div.padded_box {
  padding:5px 0;
}

div.padded_box_2 {
  padding:10px 0;
}

/*-- General Formatting --*/

input.faux_button {
  background:transparent;
  border:0;
  color:#FFF;
  font-weight:bold;
  font-size:12px;
}

h1.extra_large,
h2.extra_large {
  font-size:22px;
}

span.tiny_wrapper {
  width:400px;
  display:block;
  float:left;
}

span.fine_print {
  font-size:10px;
}

form.button-to {
  margin:10px 0;
}

.no_margin {
  margin:0;
}

.no_bottom_margin {
  margin-bottom:0;
}

img.embedded_right {
  float:right;
  margin:10px 0 10px 10px;
}

fieldset.floated_label label {
  float:left;
  display:block;
  margin-right:10px;
  text-align:right;
}

textarea.rich_editor {
  width:470px;
  height:100px;
}

textarea.tall {
  height:300px;
}

div.centered {
  border-top:1px solid #E9E9E9;
  text-align:center;
  margin:10px 0;
}

p.centered,
td.centered,
th.centered {
  text-align:center;
}

p.margin_top {
  margin-top:20px;
}

ul.h_nav {
  text-align:center;
  margin:20px 0 30px;
}

ul.h_nav li {
  display:inline;
  margin:5px;
}

p.intro {
  font-size:11px;
  margin-bottom:15px;
  color:#999;
}

/*div.box_br_purple p.intro,
p.default_lesson {
  color:#669;
}

div.box_br_orange p.intro,
p.default {
  color:#EF6004;
}*/

p.inline {
  display:inline;
}

p.more {
  text-align:right;
}

ul.bullet_list {
  margin:10px;
  padding-left:10px;
  list-style-type:circle;
}

ul.radio_list {
  margin:10px 0;
  padding:0;
  list-style:none;
}

ul.bullet_list li,
ul.radio_list li {
  margin-bottom:5px;
  clear:both;
}

ul.radio_list li label {
  font-weight:normal;
}

ul.bullet_list li {
  list-style-type:disc;
}

ul.no_float li {
  clear:none;
}

ul.wide_floated {
  width:256px;
  margin-right:10px;
  float:left;
}

ul.h_list {
  margin:10px 0;
}

ul.h_list li {
  display:inline;
  margin-right:5px;
}

h3.feed_list {
  border-bottom:1px solid #E9E9E9;
  margin:15px 0 10px;
  padding-bottom:10px;
}

div.feed_preview {
  margin-top:5px;
}

div.feed_preview p {
  color:#999;
}

div.feed_preview img {
  float:left;
  margin-right:10px;
}

img.tv_icon {
  border:0;
  margin:0;
}

h3.sub,
h3.sub_alt {
  color:#999;
  margin:0 0 10px;
  font-weight:normal;
}

h3.sub a {
  color:#999;
}

h3.sub_alt {
  font-weight:bold;
}

p.lesson_title a {
  font-weight:bold;
  font-size:14px;
}

ul.lesson_list {
  margin-bottom:10px;
  overflow:hidden;
}

ul.lesson_list li {
  list-style:none;
  margin-bottom:10px;
}

ul.lesson_list li div.lesson_list_image {
  width:110px;
  float:left;
  text-align:center;
  margin-right:10px;
}

ul.lesson_list li div.lesson_list_description {
  width:186px;
  float:left;
}

ul.lesson_list h3.sub {
  margin-bottom:0;
}

ul.lesson_list p,
td.lesson_column_description p {
  margin:5px 0;
}

ul.lesson_list div.box_tl_button p {
  margin:0;
}

ul.lesson_list p.lesson_title {
  margin-top:0;
}

ul.lesson_list div.lesson_list_text h4 {
  font-size:10px;
  text-transform:uppercase;
}

ul.lesson_list span.lesson_day {
  font-weight:normal;
  font-style:italic;
  text-transform:none;
}

ul.lesson_list li div.lesson_list_description_wide {
  width:470px;
  float:left;
}

div.member_thumb_1 {
  width:80px;
  text-align:center;
  float:left;
  margin:10px 10px 10px 0;
}

div.member_text_1 {
  width:110px;
  float:left;
}

ul.bordered {
  margin-bottom:30px;
}

ul.bordered li {
  border-top:1px solid #E9E9E9;
  padding-top:10px;
  margin-top:10px;
}

ul.bordered li.first {
  border:0;
}

ul.columned {
  width:276px;
  float:left;
  margin-top:20px;
}

ul.columned p {
  margin-top:0;
}

ul.columned div.lesson_list_image {
  width:100px;
}

ul.columned div.lesson_list_text {
  width:150px;
  float:left;
}

div.ad {
  background:#FFF;
  text-align:center;
  margin-bottom:10px;
}

div.ad_no_bg {
  text-align:center;
  margin-bottom:10px;
}

div#leaderboard_outer {
  background:#E9E9E9;
  padding-top:10px;
  height:90px;
}

div#leaderboard_ad {
  background:#FFF;
  text-align:center;
}

span.h_divider {
  color:#CCC;
  margin:0 5px;
}

span.h_divider_no_spaces {
  color:#CCC;
  margin:0;
}

p.small_print {
  font-size:11px;
  color:#999;
}

p.illegible,
span.illegible {
  color:#999;
}

div.survey_blue {
  background:#09C;
  padding:5px;
  color:#FFF;
  font-weight:bold;
  text-align:right;
}

table.photo_grid td {
  vertical-align:top;
  padding:10px;
  text-align:center;
}

fieldset.generic_form p {
  margin-top:0;
}

fieldset.generic_form label {
  display:block;
  float:left;
  width:80px;
  font-weight:bold;
  text-align:right;
  margin-right:5px;
}

fieldset.generic_form input.submit {
  width:auto;
  margin-left:85px;
}

fieldset.gf_306 select {
  width:180px;
}

fieldset.gf_306 input {
  width:172px;
}

ul.tag_cloud {
  margin:5px;
  padding:0;
  text-align:center;
  font-size:24px;
}

ul.tag_cloud li {
  list-style:none;
  display:inline;
  padding:0;
  margin:0 0 5px;
}

div.sub_page_intro ul {
  float:left;
}

div.sub_page_intro img {
  float:left;
  margin-right:10px;
}

ul.pager_control {
  margin:15px 0;
  position:relative;
  font-size:11px;
  width:592px;
}

ul.pager_control li {
  display:inline;
  margin-right:5px;
}

ul.pager_control li.last {
  position:absolute;
  right:0;
  margin-right:0;
}

div.print_only {
  display:none;
}

table.forum_thread {
  width:100%;
  border-top:1px solid #E9E9E9;
  margin-bottom:10px;
}

table.forum_thread td,
table.forum_thread th {
  overflow:hidden;
  vertical-align:top;
}

table.forum_super_member {
  background:#E8F2FE;
}

table.forum_thread td.valigned {
  vertical-align:middle;
}

table.forum_thread td.forum_thread_approve {
  width:20px;
  vertical-align:middle;
}

table.forum_thread td.forum_thread_member {
  width:100px;
  text-align:center;
  padding:10px 10px 10px 0;
}

table.forum_thread td.forum_message {
  padding:10px 0;
}

table.forum_thread td.forum_message p {
  margin:0 0 10px;
}

table.forum_thread td.forum_thread_member p {
  margin:0 0 5px;
}

table.forum_thread td.forum_thread_member p.forum_country,
span.member_country {
  font-size:10px;
}

table.forum_thread td.spaced {
  padding-top:10px;
}

table.forum_thread th {
  color:#999;
  text-align:right;
}

table.forum_thread th p {
  margin:10px 0 0;
  font-size:11px;
}

table.forum_super_member th {
  padding:0 15px;
}

table.forum_super_member td.forum_message {
  padding:15px 15px 0;
}

table.unapproved {
  background:#E8F2FE;
}

table.unapproved th p {
  margin-right:10px;
}

h1#box_header {
  padding-top:15px;
  margin-bottom:10px;
}

div.pagination {
  margin:10px 0;
}

div.pagination span.disabled {
  display:none;
}

span.normal_weight {
  font-weight:normal;
}

div.hr {
  border-top:1px solid #E9E9E9;
}

div.hr_tall {
  border-top:1px solid #E9E9E9;
  margin-top:10px;
  padding-top:10px;
}

p.float_left,
a.float_left {
  float:left;
}

p.float_right,
div.float_right {
  float:right;
}

img.float_right {
  float:right;
  margin:10px 0 10px 10px;
}

.invisible {
  display:none;
}

.visible {
  display:visible;
}

img.promo_banner {
  margin:0 0 10px;
}

span.normal {
  font-weight:normal;
  font-style:normal;
  color:#333;
}

span.normal a,
div.rboxes h1#default_lesson span.normal a,
div.rboxes h2.default span.normal a,
div.rboxes h2.default_lesson span.normal a {
  color:#09C;
}

span.normal strong {
  font-weight:normal;
}

div.errorExplanation,
p.flash_error,
p.flash_warning {
  border:1px solid #F00;
  padding:10px;
  margin:20px 0;
  font-weight:bold;
}

div.errorExplanation ul {
  padding-left:15px;
}

div.errorExplanation p,
div.errorExplanation h2 {
  display:none;
}

/*span.fieldWithErrors input,
span.fieldWithErrors select {
  border:1px solid #F00;
  padding:3px;
}*/

p.flash_notice {
  border:1px solid #099;
  padding:10px;
  margin:20px 0;
  font-weight:bold;
}

span.approved {
  color:#099;
}

span.deleted {
  color:#F00;
}

p.section_header {
  display:none;
}

ul.image_list {
  list-style:none;
}

ul.image_list li {
  margin-bottom:10px;
}

ul.image_list div.image_list_thumb {
  float:left;
  width:55px;
  margin-right:10px;
}

ul.image_list div.image_list_text {
  float:left;
  width:480px;
}

ul.super_exercises li a {
  font-weight:bold;
  font-size:14px;
}

ul.horizontal_nav li {
  float:left;
  border-right:1px solid #E9E9E9;
  padding-right:10px;
  margin-right:10px;
  list-style:none;
  margin-bottom:20px;
  font-weight:bold;
  color:#999;
}

ul.horizontal_nav li a {
  font-weight:normal;
}

ul.three li {
  list-style:none;
}

p.align_right {
  text-align:right;
}

/*-- Non-standard Formatting --*/

div#toefl_practice_button {
  width:200px;
  margin:20px auto;
}

div#my_published_lessons_button {
  width:200px;
  margin:20px auto;
}

fieldset.create_lesson_padding {
  padding-top:10px;
}

ul.create_lesson {
  margin:20px 85px;
}

span#tiny_limiter {
  width:450px;
  display:block;
}

td.lesson_column {
  width:100px;
}

td.lesson_column_description {
  width:250px;
}

td.lesson_column_description label {
  color:#999;
  font-weight:normal;
}

table.contact_list_users {
  width:100%;
  text-align:left;
}

table.contact_list_users th {
  font-weight:bold;
}

textarea#invitation_body {
  width:380px;
}

table.contact_list_users th,
table.contact_list_users td {
  padding:5px;
}

div#intro_contact_list {
  width:600px;
  float:left;
}

div#intro_contact_list ul {
  float:none;
}

ul#more_email {
  list-style:none;
  width:200px;
}

ul#more_email li {
  margin:5px 0;
}

ul#more_email li input {
  width:200px;
}

tr.unread {
  background:#E8F2FE;
}

span.new_message {
  color:#EF6004;
  font-weight:normal;
}

table.liked_lessons {
  clear:both;
  margin:20px 0;
}

table.liked_lessons td {
  padding:10px;
  width:120px;
  text-align:center;
}

span.strikethru {
  text-decoration:line-through;
}

p#go_super_its_free {
  margin:0;
  position:absolute;
  top:2px;
  right:5px;
  font-weight:bold;
}

ul#culture_cruise_eps li {
  float:left;
  width:120px;
  text-align:center;
  margin-right:10px;
  list-style:none;
}

ul#special_cast {
  margin:20px 0;
}

ul#special_cast li {
  float:left;
  width:95px;
  list-style:none;
  text-align:center;
}

table#olympics_blog th {
  text-align:center;
}

ul#olympics {
  margin:20px 0;
}

ul#olympics li {
  float:left;
  width:290px;
  height:220px;
  text-align:center;
  list-style:none;
}

h2#correct {
  color:#099;
  margin-top:20px;
}

h2#incorrect {
  color:#F00;
  margin-top:20px;
}

table#my_vocab_words td,
table#my_vocab_words th {
  padding:10px;
}

table#my_vocab_words th {
  font-weight:bold;
}

table#my_vocab_words tr {
  border-bottom:1px solid #E9E9E9;
}

div#contact_us textarea {
  width:350px;
  height:200px;
}

div.add_photos_button {
  width:220px;
  margin:20px 0;
}

div.create_blog_button {
  width:150px;
  margin:20px 0;
}

div.take_quiz_button {
  width:250px;
  margin:20px auto;
}

span.correct {
  color:green;
  font-weight:bold;
}

span.incorrect {
  color:red;
  font-weight:bold;
}

div.new_post_button,
div.member_login_prompt {
  width:150px;
  margin:20px 0 0 auto;
}

table#vocab_list {
  border-top:1px solid #E9E9E9;
  margin-top:10px;
}

table#vocab_list th {
  text-align:left;
  padding-top:5px;
}

div#chat_logo {
  margin-bottom:10px;
}

p.already_super {
  position:absolute;
  top:180px;
  left:490px;
}

div#sign_up_go_super {
  background:url(/images/layout09/promo/sign_up_go_super.png) 0 10px no-repeat;
  height:188px;
  padding-top:10px;
  position:relative;
  padding-bottom:20px;
}

div#sign_up_go_super h2 {
  color:#EF6004;
  font-size:32px;
  position:absolute;
  left:250px;
  top:30px;
}

div#sign_up_go_super p.sign_up_go_super_promo {
  position:absolute;
  top:70px;
  left:250px;
  width:400px;
}

fieldset.lesson_card_search {
  width:300px;
  padding-top:10px;
  float:right;
  text-align:right;
}

ul.search_results div.lesson_list_text {
  width:470px;
  float:left;
  text-align:left;
}

div.rboxes ul.search_results h1#default,
div.rboxes ul.search_results h2.default {
  padding-top:0;
  font-size:16px;
}

div.rboxes ul.search_results h1#default a,
div.rboxes ul.search_results h2.default a {
  color:#09C;
}

div.view_lesson_button {
  width:150px;
  margin:10px 0 0;
  float:right;
}

ul.autocomplete_list {
  position:relative;
  list-style: none outside;
  text-align: left;
  background:#FFF;
  z-index:10;
  margin:0;
  padding:0 5px;
  opacity:0.8;
  filter: alpha(opacity=80);
}

ul.autocomplete_list li {
  text-align: left;
  padding:3px;
}

ul.autocomplete_list li a {
  text-decoration: none;
  color:#000;
}

ul.autocomplete_list li.selected a {
  color:#FFF;
}

li.selected {
  background-color: #333;
  color:#FFF;
}

ul.float_list {
  list-style:none;
}

ul.float_list li {
  float:left;
}

ul.float_list li.vocab_popup_add_to_my_vocab {
  background:url(/images/super_member_emblem.gif) no-repeat left ;
  padding:5px 0 5px 22px;
  line-height:24px;
  width:200px;
}

ul.float_list li.vocab_popup_blurt {
  background:url(/images/blurt.png) no-repeat left;
  padding:5px 0 5px 24px;
  line-height:24px;
  width:50px;
}

div#lesson_nav_element {
  height:30px;
  overflow:hidden;
}

ul.lesson_nav {
  list-style:none;
  margin-left:7px;
}

ul.lesson_nav li {
  background:url(./images/layout09/corners/lesson_nav_purple_right.gif) right no-repeat;
  display:block;
  margin-right:3px;
  float:left;
}

ul.lesson_nav li span {
  padding:8px;
  background:transparent url(./images/layout09/corners/lesson_nav_purple_left.gif) left no-repeat;
  display:block;
  color:#FFF;
  font-weight:bold;
}

ul.lesson_nav li a {
  background:transparent url(./images/layout09/corners/lesson_nav_grey_right.gif) right no-repeat;
  display:block;
  text-decoration:none;
}

ul.lesson_nav li a:hover {
  text-decoration:none;
}

ul.lesson_nav li a span {
  background:transparent url(./images/layout09/corners/lesson_nav_grey_left.gif) left no-repeat;
}

p#lesson_top_1,
p#lesson_top_2 {
  float:left;
  color:#999;
}

p#lesson_top_1 {
  width:200px;
}

p#lesson_top_2 {
  width:380px;
}

ul.vocab_split_list {
  float:left;
  width:190px;
  list-style:none;
  margin:10px 0;
}

ul.vocab_split_list li {
  margin-bottom:5px;
}

div#quiz,
div#quiz2 {
  margin:0 0 30px;
}

div#quiz ol,
div#quiz2 ol {
  margin-left:15px;
  padding-left:15px;
}

div#quiz ol ul li,
div#quiz2 ol ul li {
  list-style:none;
  margin-bottom:3px;
}

div#quiz ol ul li label,
div#quiz2 ol ul li label {
  font-weight:normal;
}

table#lesson_speakers {
  margin:10px;
  float:right;
  border:1px solid #E9E9E9;
}

table#lesson_speakers td {
  padding:5px;
  text-align:center;
}

p.lessons_audio_icon {
  background:url(/images/lesson_mp3_icon.png) no-repeat;
  height:22px;
  line-height:22px;
  text-indent:33px;
}

p.next_tab {
  background:url(/images/purple_arrow.png) right no-repeat;
  text-align:right;
}

p.next_tab a {
  display:block;
  height:26px;
  line-height:26px;
  padding-right:36px;
  text-decoration:none;
}

ul.lesson_toolbar {
  list-style:none;
  width:180px;
  float:left;
  font-weight:bold;
}

ul.lesson_toolbar li {
  padding-left:35px;
  height:20px;
  line-height:20px;
  margin:8px 0;
}

ul.lesson_toolbar li#lesson_detail_print {
  background:url(/images/go_super/mini_print_this_lesson.png) no-repeat;
}

ul.lesson_toolbar li#lesson_detail_mp3 {
  background:url(/images/go_super/mini_download_this_mp3.png) no-repeat;
}

ul.lesson_toolbar li#lesson_detail_quiz {
  background:url(/images/go_super/mini_take_vocab_quiz.png) no-repeat;
}

ul.lesson_toolbar li#lesson_detail_vocab {
  background:url(/images/go_super/mini_add_vocab_to_my_vocab.png) no-repeat;
}

ul.lesson_toolbar li#lesson_detail_ask_ebaby {
  background:url(/images/go_super/mini_ask_ebaby.png) no-repeat;
}

ul.lesson_toolbar li#lesson_detail_add_lesson {
  background:url(/images/go_super/mini_save_lesson.png) no-repeat;
}

ul#friends {
  list-style:none;
}

ul#friends li.odd {
  background:#E9E9E9;
}

div#credit_cards {
  width:478px;
  margin:30px auto;
}

div#toefl_register_button {
  width:250px;
}

p#toefl_banner {
  margin:30px 0 20px;
}

ul.house_promo_banners {
  margin:10px 0;
}

ul.house_promo_banners li {
  display:inline;
  width:306px;
  height:60px;
  list-style:none;
}

ul.house_promo_banners li.first {
  margin-right:5px;
}

ul#sign_up_more li {
  float:left;
  width:180px;
  margin-right:20px;
  list-style:none;
}

ul#sign_up_more li.last {
  margin-right:0;
}

div#create_profile_button {
  width:200px;
  margin-left:10px;
  margin-top:30px;
}

div.create_profile_left {
  width:270px;
  float:left;
  border:1px solid #E9E9E9;
  padding:10px;
  margin-right:20px;
}

div.create_profile_left img {
  float:left;
  padding-right:10px;
}

div.create_profile_left p label {
  color:#999;
  font-weight:normal;
}

div.create_profile_right {
  width:580px;
  float:left;
}

div.start_free_button {
  width:230px;
  margin:20px auto;
}

div.start_free_button_top {
  width:230px;
  position:absolute;
  left:450px;
  top:140px;
}

ul#gs_grid {
  margin:20px auto 20px;
  width:900px;
}

ul#gs_grid li {
  display:block;
  float:left;
  width:172px;
  height:130px;
  padding:0;
  margin:0 10px 10px 0;
  overflow:hidden;
}

ul#gs_grid li.gs_5,
ul#gs_grid li.gs_10 {
  margin-right:0;
}

ul#gs_grid li h3 {
  font-size:12px;
  color:#EF6004;
  text-align:center;
  margin:10px auto 5px;
  width:150px;
}

ul#gs_grid li p {
  margin:5px 10px;
  line-height:1.4;
  display:none;
  font-size:11px;
  text-align:center;
}

ul#gs_grid li.gs_1 {
  background:url(/images/layout09/super_promo/ask_ebaby_teachers.png) no-repeat;
}

ul#gs_grid li.gs_2 {
  background:url(/images/layout09/super_promo/listen_to_all_audio.png) no-repeat;
}

ul#gs_grid li.gs_3 {
  background:url(/images/layout09/super_promo/print_lessons.png) no-repeat;
}

ul#gs_grid li.gs_4 {
  background:url(/images/layout09/super_promo/download_all_audio.png) no-repeat;
}

ul#gs_grid li.gs_5 {
  background:url(/images/layout09/super_promo/learn_vocabulary.png) no-repeat;
}

ul#gs_grid li.gs_6 {
  background:url(/images/layout09/super_promo/make_more_friends.png) no-repeat;
}

ul#gs_grid li.gs_7 {
  background:url(/images/layout09/super_promo/no_advertising.png) no-repeat;
}

ul#gs_grid li.gs_8 {
  background:url(/images/layout09/super_promo/take_quizzes.png) no-repeat;
}

ul#gs_grid li.gs_9 {
  background:url(/images/layout09/super_promo/faster_customer_service.png) no-repeat;
}

ul#gs_grid li.gs_10 {
  background:url(/images/layout09/super_promo/save_lessons.png) no-repeat;
}

ul#gs_grid li.no_bg {
  background:url(/images/layout09/super_promo/blank.png) no-repeat;
}

ul#gs_grid li.no_bg p {
  display:block;
}

div#super_only {
  padding:100px 0;
  width:545px;
  margin:0 auto;
}

div#super_only div.rbox_wrapper {
  width:200px;
  margin:20px auto;
}

div#super_only p {
  text-align:center;
}

div#super_only h2 img {
  padding-right:5px;
}

div#super_only h2 {
  font-size:1.6em;
  text-align:center;
}

div#super_only p.free_trial_masthead,
div#super_only p.free_trial_masthead_vocab,
div#super_only p.free_trial_masthead_mp3,
div#super_only p.free_trial_masthead_print,
div#super_only p.free_trial_masthead_practice_english_listening {
  text-align:left;
}

p.free_trial_masthead,
p.free_trial_masthead_vocab,
p.free_trial_masthead_mp3,
p.free_trial_masthead_print,
p.free_trial_masthead_practice_english_listening {
  height:118px;
  width:447px;
  background:url(/images/free_trial/promo_masthead.png) no-repeat;
  color:#EE6C10;
  font-weight:bold;
  padding:30px 0 0 100px;
  font-size:3em;
}

div#super_feature_amy {
  width:431px;
  height:227px;
  background:url(./images/free_trial/promo_amy.png) no-repeat;
  position:relative;
  margin:20px auto;
}

div#super_feature_amy h2 {
  color:#EE6C10;
  font-size:26px;
  position:absolute;
  top:10px;
  right:0;
  text-align:right;
  margin-top:0;
}

div#super_feature_amy p {
  width:230px;
  text-align:left;
  position:absolute;
  left:205px;
  margin:0 0 10px;
  top:112px;
  line-height:2;
  font-size:12px;
}

div#super_only_mini p.free_trial_masthead {
  height:78px;
  width:300px;
  background:url(/images/free_trial/promo_masthead_mini.png) no-repeat 0 center;
  color:#EE6C10;
  font-weight:bold;
  padding:35px 0 0 70px;
  text-align:left;
  font-size:2.25em;
}

p.free_trial_masthead_vocab {
  background:url(/images/free_trial/promo_vocab_practice.png) no-repeat;
  font-size:28px;
  padding-top:10px;
}

p.free_trial_masthead_vocab a {
  display:block;
  text-align:right;
  font-size:12px;
  font-weight:normal;
  width:320px;
}

p.free_trial_masthead_practice_english_listening {
  background:url(/images/free_trial/promo_practice_english_listening.png) 0 20px no-repeat;
  font-size:22px;
  margin-top:15px;
  border-bottom:10px solid #f38a10;
  padding-bottom:15px;
}

p.free_trial_masthead_practice_english_listening span.practice_english_listening_blurb {
  display:block;
  color:#000;
  font-size:13px;
  font-weight:normal;
  margin-top:15px;
  width:320px;
}

p.free_trial_masthead_practice_english_listening a {
  display:block;
  text-align:right;
  margin:15px 0;
  font-size:12px;
  font-weight:normal;
  width:320px;
}

p.free_trial_masthead_mp3 {
  background:url(/images/free_trial/promo_mp3s.png) 0 20px no-repeat;
  font-size:20px;
  border-bottom:10px solid #f38a10;
  margin-top:15px;
}

p.free_trial_masthead_mp3 span.mp3_blurb {
  display:block;
  color:#000;
  font-size:12px;
  font-weight:normal;
  width:325px;
}

p.free_trial_masthead_mp3 a {
  display:block;
  text-align:right;
  font-size:12px;
  font-weight:normal;
  width:320px;
  margin-top:15px;
}

p.free_trial_masthead_print {
  background:url(/images/free_trial/promo_print.png) 0 20px no-repeat;
  font-size:18px;
  border-bottom:10px solid #f38a10;
}

p.free_trial_masthead_print span.print_blurb {
  display:block;
  color:#000;
  font-size:12px;
  font-weight:normal;
  margin-top:15px;
  width:320px;
}

p.free_trial_masthead_print a {
  display:block;
  text-align:right;
  margin:15px 0;
  font-size:12px;
  font-weight:normal;
  width:320px;
}

div#school_ad_button {
  width:300px;
  margin:10px 0 20px;
}

table#expanded_search_wide {
  border-collapse:collapse;
}

table#expanded_search_wide td {
  padding-right:10px;
}

table#expanded_search_wide p {
  margin:0 0 10px;
}

table#expanded_search_wide label.normal {
  font-weight:normal;
}

fieldset.search_options label {
  width:80px;
}

fieldset.search_options select {
  width:170px;
}

fieldset.search_options label.plain {
  font-weight:normal;
  width:auto;
  text-align:left;
}

div.narrow_search select {
  width:200px;
}

div.narrow_search p {
  margin-top:20px;
}

div.schools ul {
  margin-left:10px;
  padding-left:10px;
}

div.teacher_forum_header {
  width:100px;
  float:left;
  text-align:center;
  margin-right:10px;
  margin-top:10px;
}

div.teacher_forum_header p {
  font-weight:bold;
  margin:0;
  color:#EF6004;
}

div#grammar h2 {
  color:#669;
}

div#grammar table {
  width:100%;
  margin:10px 0;
}

div#grammar ul {
  margin-left:10px;
  padding-left:10px;
}

div#grammar table td,
div#grammar table th {
  padding:5px;
  text-align:center;
}

div#grammar table tr.header {
  font-weight:bold;
  background:#669;
  color:#FFF;
}

div#grammar table tr {
  border-bottom:1px solid #E9E9E9;
}

div.grammar_column {
  width:270px;
  float:left;
}

ul.wide_lesson_list {
  padding:20px 0 0;
}

div.rboxes ul.wide_lesson_list h2 {
  padding:0;
  margin:0;
  line-height:1;
}

ul.wide_lesson_list li {
  border-bottom:1px solid #E9E9E9;
  padding-bottom:20px;
  margin-bottom:20px;
}

ul.wide_lesson_list ul {
  margin:0;
}

ul.wide_lesson_list li li {
  border-bottom:0;
  margin:5px;
  padding:0;
  list-style-type:disc;
}

div#chat_enter_button {
  width:200px;
  margin-top:50px;
  margin-right:50px;
  float:right;
}

div#chat_enter_button input {
  text-align:center;
  padding:3px;
}

table.press {
  margin:20px 0;
  border:1px solid #333;
  width:200px;
}

table.press th {
  background:#333;
  color:#FFF;
}

table.press th,
table.press td {
  padding:5px 10px;
  text-align:center;
}

span.find_ebaby {
  margin-left:5px;
  position:relative;
  top:-2px;
}

div.rboxes h2.find_ebaby {
  margin-bottom:0;
}

table.forum_index {
  text-align:left;
  margin-top:10px;
  width:100%;
}

table.forum_index th,
table.forum_index td {
  padding:5px 10px 10px 10px;
}

table.forum_index th.forum_index_centered,
table.forum_index td.forum_index_centered {
  text-align:center;
}

table.forum_index td,
table.forum_index th {
  border-bottom:1px solid #E9E9E9;
}

table.forum_index tr:hover {
  background:#E9E9E9;
}

table.forum_index tr.last {
  border:0;
}

table.forum_index tr.super_forum {
  background:#E8F2FE;
}

table.forum_index tr.super_forum h2,
table.forum_index tr.super_forum p {
  margin-left:15px;
}

table.forum_index tr.super_forum td.forum_index_centered p {
  margin-left:0;
}

table.forum_index_alt {
  width:auto;
  text-align:center;
  border:1px solid #999;
  margin:20px 0;
}

table.forum_index_alt tr {
  border-bottom:1px solid #999;
}

table.forum_index_alt th {
  font-weight:bold;
}

table.forum_index_alt td strong {
  color:#EF6004;
}

table.messages {
  text-align:left;
}

fieldset.messages label {
  width:100px;
}

fieldset.messages textarea {
  width:470px;
  height:200px;
}

div#profile_detail_image {
  width:200px;
  padding-top:20px;
  margin-right:15px;
  text-align:center;
  float:left;
}

p.profile_edit {
  position:absolute;
  top:10px;
  right:0;
  margin:0;
}

div#profile_detail_blurb {
  width:377px;
  float:left;
  padding-top:20px;
  position:relative;
}

div#profile_detail_blurb p {
  margin:0 0 5px;
}

div#profile_detail_blurb h1 {
  font-size:18px;
  margin:0 0 10px;
  color:#EF6004;
}

div#profile_detail_blurb label,
div#profile_questions label,
p#shout label {
  font-weight:normal;
  color:#999;
}

div#profile_detail_blurb p.other_ebaby_speakers {
  margin-top:30px;
}

div#profile_detail_blurb h1 span.super_member_link,
div#profile_detail_blurb h1 span.super_member_link a {
  color:#EF6004;
  font-size:12px;
}

p#shout {
  padding:20px 0 0;
}

p.stars {
  float:right;
}

div#toefl_button {
  width:250px;
  margin:10px 0;
}

ul#top_rated_nav {
  height:12px;
  line-height:12px;
  margin:20px 0;
}

ul#top_rated_nav li {
  float:left;
  margin-right:5px;
  border-right:1px solid #999;
  padding-right:5px;
  list-style:none;
}

ul#top_rated_nav li.no_border {
  border:0;
}

fieldset#ex_search {
  position:relative;
  font-size:10px;
  height:60px;
}

fieldset#ex_search input#keywords {
  position:absolute;
  bottom:13px;
  height:19px;
}

fieldset#ex_search p#search_lesson_type label {
  width:60px;
  height:20px;
  line-height:20px;
}

fieldset#ex_search select#search_type {
  width:120px;
}

fieldset#ex_search p {
  padding:0;
  margin:0;
}

fieldset#ex_search p.search_extra {
  position:absolute;
  left:210px;
  bottom:25px;
}

fieldset#ex_search p.search_extra select,
fieldset#ex_search p.search_extra input {
  width:355px;
  position:absolute;
  left:0;
  bottom:15px;
}

fieldset#ex_search p.search_extra input {
  height:18px;
}

fieldset#ex_search input#search_submit {
  position:absolute;
  right:20px;
  bottom:10px;
}

fieldset#ex_search p#search_with_video {
  position:absolute;
  left:210px;
  bottom:15px;
}

p#seo_blurb {
  color:#666;
  margin-top:0;
  font-size:10px;
}

div#mega_promo {
  background:url(./images/layout09/promo/home_page_couple.png) 0 20px no-repeat;
  height:298px;
  padding:20px;
  position:relative;
}

div#mega_promo h2 {
  position:absolute;
  left:320px;
  top:35px;
  color:#EF6004;
  font-weight:bold;
  font-size:32px;
}

div#mega_promo p#mega_promo_sub {
  position:absolute;
  left:320px;
  top:80px;
  color:#EF6004;
  font-weight:bold;
  font-size:20px;
}

div#mega_promo p#mega_promo_bullets {
  position:absolute;
  left:320px;
  font-size:14px;
  top:120px;
}

div#mega_promo img#free_trial {
  position:absolute;
  right:10px;
  top:20px;
}

div#mega_promo div#mega_promo_button {
  width:150px;
  font-weight:bold;
  position:absolute;
  right:440px;
  top:225px;
}

fieldset#login_form p {
  margin-top:0;
}

fieldset#login_form label {
  display:block;
  float:left;
  font-size:11px;
  width:70px;
  margin-right:10px;
  text-align:right;
  color:#999;
}

fieldset#login_form input {
  width:170px;
}

fieldset#login_form p#login_submit input {
  width:auto;
}

fieldset#login_form p#login_submit label {
  width:195px;
  text-indent:80px;
  font-size:11px;
  text-align:left;
  font-weight:normal;
}

p.user_forgot {
  font-size:10px;
}

ul.user_console li {
  font-size:10px;
  display:block;
  float:left;
  width:135px;
  margin:10px 0;
  color:#EF6004;
}

ul.user_console li a {
  font-weight:bold;
  color:#09C;
}

ul.user_console li.last {
  width:163px;
}

div.sub_promo {
  text-align:center;
}

div.sub_promo img {
  margin-top:20px;
}

div.sub_promo p {
  margin-top:5px;
}

div.sub_promo a {
  color:#EF6004;
  font-weight:bold;
}

p.home_feature {
  padding:10px 0;
  margin:0;
}

p.home_feature img {
  float:left;
  margin:5px 10px 0 0;
}

h3.underlined {
  color:#999;
  font-size:12px;
  padding-bottom:5px;
  margin:10px 0 5px;
  border-bottom:1px solid #E9E9E9;
}

div.wide_promo {
  margin-top:10px;
}

img.wide_promo_image {
  float:left;
  width:100px;
  display:block;
}

div.wide_promo_description {
  float:left;
  width:470px;
  margin-left:20px;
}

div.wide_promo h3 {
  color:#EF6004;
}

h3.todays_lesson_title {
  margin:10px 0;
}

h3.todays_lesson_title,
h3.todays_lesson_title a {
  font-size:14px;
  color:#EF6004;
  font-style:italic;
}

h3.todays_lesson_title span.normal {
  font-size:12px;
}

div.preview_lesson_image {
  margin:0 10px 10px 0;
  float:left;
}

div.lesson_image {
  margin:0 20px 10px 0;
  float:left;
  padding-top:20px;
}

ul.lesson_list p.float_right {
  margin-bottom:0;
}

div.dummy_image {
  width:100px;
  height:50px;
}

ul.member_grid {
  list-style:none;
}

ul.member_grid li {
  width:115px;
  height:150px;
  overflow:hidden;
  text-align:center;
  float:left;
}

table.lesson_grid {
  width:100%;
}

table.lesson_grid td {
  vertical-align:top;
  text-align:center;
  padding-right:15px;
}

table.lesson_grid_members {
  width:auto;
}

table.lesson_grid_centered {
  width:460px;
  margin:0 auto;
}

table.lesson_grid_members td {
  width:100px;
}

table.lesson_grid p {
  margin:0 0 10px;
}

table.lesson_grid img {
  margin-bottom:5px;
}

table.lesson_grid img.tv_icon {
  margin:0;
}

table.lesson_grid_friends {
  width:auto;
}

table.lesson_grid_friends p {
  margin:0;
}

table.lesson_grid_friends td {
  padding:10px;
}

table.lesson_grid_friends td.lesson_grid_friends_1 {
  width:80px;
  text-align:center;
}

table.lesson_grid_friends td.lesson_grid_friends_2 {
  width:180px;
}

table.lesson_grid_friends td {
  vertical-align:middle;
  text-align:left;
}

div.mini_lesson_search {
  padding-top:10px;
  border-top:1px solid #E9E9E9;
}

div.mini_lesson_search input#sp_keywords {
  margin-right:5px;
  width:200px;
}

div.member_reviews table td {
  padding:5px 5px 10px;
  vertical-align:top;
}

div.member_reviews table th {
  vertical-align:top;
}

div.member_reviews table p {
  margin:0 0 5px;
}

fieldset.main_login_form {
  margin:20px auto;
  width:330px;
}

fieldset.main_login_form label {
  display:block;
  width:100px;
  float:left;
  text-align:right;
  margin-right:5px;
}

fieldset.main_login_form input {
  width:200px;
}

fieldset.main_login_form input.submit,
fieldset.main_login_form input.check {
  width:auto;
}

fieldset.main_login_form label.normalized {
  float:none;
  display:inline;
  font-weight:normal;
}

fieldset.main_login_form label.normalized input {
  margin-right:5px;
}

div.main_login_form div.rbox_wrapper {
  width:220px;
  text-align:center;
  margin:20px auto;
}

div.main_login_wrapper {
  text-align:center;
}

fieldset.register_form label {
  width:150px;
  font-weight:normal;
}

fieldset.register_form h3 {
  width:150px;
  text-align:right;
  margin:30px 0 20px;
}

fieldset.register_form label.reg_checks {
  float:none;
  text-align:left;
  width:auto;
  font-weight:normal;
  display:inline;
}

div.register_form_end {
  margin-left:160px;
}

fieldset.bordered {
  border:1px solid #E9E9E9;
  padding:10px;
  margin:20px 0;
}

fieldset.ebaby_schools_search {
  background:#E9E9E9;
  border:0;
  padding:10px;
  margin:10px 0;
}

fieldset.ebaby_schools_search ul {
  list-style:none;
  margin:0;
  padding:0 30px;
}

fieldset.ebaby_schools_search li {
  display:block;
  height:30px;
  line-height:30px;
  width:250px;
  float:left;
}

fieldset.ebaby_schools_search li label {
  display:block;
  width:70px;
  float:left;
  margin-right:5px;
}

fieldset.ebaby_schools_search li input,
fieldset.ebaby_schools_search li select {
  width:140px;
}

fieldset.ebaby_schools_search li input.submit {
  margin-left:70px;
  width:auto;
}

/*-- Footer --*/

div#footer {
  clear:both;
  background:#E9E9E9;
  width:898px;
  border-top:1px solid #FFF;
  padding:20px;
  margin-top:20px;
}

div#footer ul {
  width:200px;
  float:left;
  list-style:none;
}

div#footer h3 {
  font-weight:bold;
}

div#footer p {
  text-align:center;
}

#dhtmlgoodies_tooltip{
  background-color:#E9E9E9;
  border:1px solid #999;
  position:absolute;
  display:none;
  z-index:20000;
  padding:5px;
  font-size:12px;
  -moz-border-radius:6px; /* Rounded edges in Firefox */
}

/*-- Clears, hacks, etc. --*/

div.clear {
  clear:both;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
  display:inline-block;
}
