/*@import url(ui-all.css);*/
@import url(../sifr/sifr-screen.css);

#main-content {
  width:100%;
  margin:0;
  padding:0;
}
.padding20 {
  padding: 0 20px 20px;
}

#blog_sidebar .intro_soundoff {
  font-style: italic;
  color: #666;
  margin-bottom: 15px;
  border: 1px solid #A9A9A9;
  padding: 10px;
  background: url(http://www.controlglobal.com/Media/00CTImages/walt_blogbg.gif) no-repeat right bottom;
}

#blog_sidebar .intro {
  font-style: italic;
  color: #666;
  margin-bottom: 15px;
  border: 1px solid #A9A9A9;
  padding: 10px;
}

#regleft {
  float: left;
  width: 520px;
  margin: 20px 0 20px 20px;
  padding: 15px;
  font-size: 13px;
  line-height: 20px;
  background: #f5f5f5;
  border: 2px solid #996600;
}

#regleft h1 {
  color: #066;
  font-size: 20px;
  margin: 0 0 15px;
}

#regleft p.req {
  color: #996600;
  font-size: 11px;
}

#regleft div.priv {
  font-size: 10px;
  border-top: 1px solid #ddd;
  padding-top: 5px;
  margin: 20px 0 0;
}

#regleft div.priv p {
  margin: 0;
}

a.register {
  display: block;
  width: 80px;
  height: 30px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding-top: 4px;
  background: url(http://www.controlglobal.com/Media/reg/register.gif) no-repeat;
}

a:hover.register {
  background: url(http://www.controlglobal.com/Media/reg/register_over.gif) no-repeat;
}

#regright {
  float: right;
  margin: 20px;
  width: 390px;
}

#regright h1 {
  color: #066;
  font-size: 16px;
  margin: 0 0 15px;
}

#regright #colleft {
  float: left;
  width: 185px;
}

#regright #colright {
  float: left;
  width: 185px;
  margin-left: 20px;
}

#regright .box {
  width: 175px;
  height: 215px;
  overflow: hidden;
  font-size: 11px;
  padding: 0 5px;
  background: url(http://www.controlglobal.com/Media/reg/curve_box_green.gif) no-repeat;
  line-height: 16px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

#regright .box h3 {
  font-size: 14px;
  margin: 0;
}

#regright .box img {
  padding: 15px 0 10px;
  border: none;
}

#regright .box a {
  color: #6ff;
}

#regright .box a:hover {
  color: #fff;
}

#fields p {
  margin-bottom: 12px;
  clear: both;
}

#fields h4 {
  color: #066;
  font-size: 9px;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 10px 115px;
}

#fields input {
  width: 250px;
}

#fields span.fieldname {
  float: left;
  width: 115px;
  font-weight: bold;
  font-size: 15px;
  color: #996600;
}

#fields p.username {
  margin: 0 0 3px 0;
}

#fields .username span.fieldname {
  color: #066;
}

.pload_reg {
  /* preloads register button hover img */
height: 0;
  background-image: url(http://www.controlglobal.com/Media/reg/register_over.gif);
  background-repeat: no-repeat;
  background-position: -1000px -1000px;
}

#loginwrap {
  width: 665px;
  margin: 20px auto;
  border: 1px solid #a7a7a7;
  background: #fff;
  font: normal 11px verdana;
}

#loginleft {
  width: 380px;
  float: left;
  line-height: 20px;
  padding: 20px 20px 0 20px;
  border-right: 1px dashed #ccc;
}

#loginleft h1 {
  color: #066;
  font-size: 18px;
  margin: 0 0 15px;
}

#loginleft p {
  color: #000;
  font-size: 11px;
}

#loginright {
  float: right;
  width: 200px;
  font-size: 11px;
  color: #960;
  padding: 20px;
}

#loginright h1 {
  color: #960;
  margin-top: 0;
  font-size: 14px;
}

/* Narrow Site Pages */
#page.narrow #main h1 {
  color: #066;
}

#page.narrow #main div.block h2 {
  color: #960;
}

#leftWrap {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 1004px;
  z-index: 200;
  height: 22px;
  background: url(../Media/navbar_fade_bg.gif) no-repeat;
  display: block;
}

#leftWrap #leftMenu {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 120px;
  height: 21px;
  display: block;
  overflow: hidden;
}

#leftWrap #leftMenu #col1 {
  float: left;
  padding: 15px;
  width: 125px;
}

#leftWrap #leftMenu #col2 {
  float: left;
  padding: 15px;
  width: 125px;
}

#leftWrap #leftMenu:hover {
  height: auto;
  width: auto;
  overflow: visible;
  background: url(../Media/navbar_fade_bg.gif) repeat-y;
}

#leftWrap p#navexpand {
  font-weight: bold;
  margin: 0;
  padding: 5px 0 5px 15px;
  display: block;
}

#leftWrap p#navcollapse {
  margin: 0;
  font-size:10px;
  padding: 0 0 15px;
  display: none;
}

#leftWrap p#navexpand a, #leftWrap p#navexpand a:hover {
  color: #fff;
  cursor: pointer;
}

#leftWrap #navcollapse a, #leftWrap #navcollapse a:hover {
  color: #CCC;
  cursor: pointer;
}

#leftWrap p#navexpand img {
  padding-right: 3px;
}

* html #leftMenu, * html #leftMenu2 { /* hacks for IE */
}

#leftWrap #leftMenu h2 {
  margin: 0 0 5px;
  padding: 0;
  color: #cff;
  font-size: 1.1em;
}

#leftWrap #leftMenu ul {
  /* all lists */
padding: 0;
  margin: 0;
  list-style: none;
  padding: 0 0 20px;
}

#leftWrap #leftMenu ul li {
  /* all list items */
font-size: 1em;
  position: relative;
  line-height: 1.25em;
  margin-bottom: 0;
  vertical-align: middle;
}

#leftWrap #leftMenu li ul {
  /* second-level lists */
color: #fff;
  font-weight: normal;
  text-decoration: none;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 125px;
  top: 0;
  display: none;
  z-index: 1000;
  background: url(../Media/leftnav_connector.gif) top left no-repeat;
  padding-left: 12px;
}

#leftWrap #leftMenu2 li ul {
  display: none;
}

#leftWrap #leftMenu ul li a {
  display: block;
  color: #ff9;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 3px 0;
  border: none;
}

#leftWrap #leftMenu li ul li {
  font-size: 1em;
  background: none;
  border: none;
}

#leftWrap #leftMenu li ul li a {
  background-image: none;
  padding-left: 10px;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #FFF;
  color: #cff;
  background: #699;
}

/* Fix IE. Hide from IE Mac \*/
* html #leftWrap #leftMenu ul li {
  float: left;
  line-height: 1.0;
  clear: both;
}

* html #leftWrap #leftMenu ul li ul li {
  clear: none;
  line-height: normal;
}

* html #leftWrap #leftMenu ul li a {
  height: 1%;
}

/* End */

#leftWrap #leftMenu li a:hover {
  color: #fff;
}

#leftWrap #leftMenu li ul li a:hover {
  background: #9cc;
  color: #033;
}

#leftWrap #leftMenu li:hover ul, #leftWrap #leftMenu li.over ul {
  display: block;
}

.ratingblock p.thanks {
  color: #066;
  font-weight: bold;
}

.header {
  color: #666;
}

/*
#users {
  text-align: right;
  padding: 5px 18px 10px 0;
}
*/

#users {
  color: #666;
  padding: 8px 15px;
  text-align: right;
  font: bold 9px arial, sans-serif;
}

#users a {
  color: #eee;
  padding: 3px 5px;
  background: #699;
  margin-left: 5px;
}

#users a:hover, #users a:active {
  color: #fff;
  background: #066;
}

#page {
  background: #fff url(../images/topfade.gif) repeat-x center top;
}

div#banner {
  height: 1%;
  display: block;
  position: relative;
  padding: 0 15px;
}

#logo {
  float: left;
  width: 300px;
}

#site_search {
  width: 450px;
  float: right;
  background: url(../images/bg_site_search.gif) no-repeat left top;
  padding: 10px;
}

#site_search form {
  margin: 0;
  padding: 0;
  height: auto;
}

#site_search #sp-q {
  width: 355px;
  padding: 3px 6px;
  margin-right: 8px;
  font-size: 15px;
  background: none;
  border: none;
}

#site_search .searchtips {
  display: block;
  text-align: right;
  font-size: 9px;
  padding: 2px 4px 0 0;
}

#navbar {
  z-index: 1;
  height: 40px;
  display: block;
  margin: 15px 0 0;
  position: static;
  background: url(../images/tabnav_fade_bg.gif) left bottom no-repeat;
}

#topnav {
  z-index: 200;
  width: 1000px;
  position: absolute;
}

#topnav ul {
  padding: 0;
  list-style: none;
  margin: 0 0 0 15px;
}

#topnav li.tt {
  z-index: 24;
  float: left;
  color: #e5e5e5;
  cursor: pointer;
  position: relative;
  padding: 4px 2px 6px 6px;
  background: url(../images/tabnav_tabl.gif) no-repeat top left;
}

#topnav li.tt div, #topnav li.tt span {
  display: none;
}

#topnav li.tt:hover {
  z-index: 25;
  color: #333;
  height: 13px;
}

#topnav li.tt:hover {
  background-position: 0% -42px;
}

#topnav li.tt div.navtab_body, #topnav li.tt:hover div.navtab_body {
  left: 0;
  top: 23px;
  padding: 0;
  color: #930;
  cursor: auto;
  width: 300px;
  display: block;
  position: absolute;
}

#topnav li#navtab11li.tt div.navtab_body, #topnav li#navtab11li.tt:hover div.navtab_body {
  left: -234px;
}

#topnav li.tt div.navtab_body {
  display: none;
}

#topnav li.tt div.top, #topnav li.tt:hover div.top {
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 10px;
  display: block;
  background: url(../images/tabnav_subtop.gif) no-repeat;
}

#topnav li#navtab11li.tt div.top, #topnav li#navtab11li.tt:hover div.top {
  background: url(../images/tabnav_subtop_left.gif) no-repeat;
}

#topnav li.tt div.mid, #topnav li.tt:hover div.mid {
  z-index: 2;
  color: #666;
  display: block;
  position: absolute;
  font-weight: normal;
  padding: 0 10px 10px;
  background: url(../images/tabnav_subbottom.gif) no-repeat bottom;
}

#topnav li.tt div.bottom, #topnav li.tt:hover div.bottom {
  height: 13px;
  display: block;
  background: url(../images/tabnav_subbottom.gif) no-repeat;
}

#topnav div.mid ul.left {
  margin: 0;
  float: left;
  width: 135px;
  padding-right: 5px;
  background: #fff; /* keeps hover */
}

#topnav div.mid ul.right {
  margin: 0;
  float: right;
  width: 135px;
  padding-left: 5px;
  background: #fff; /* keeps hover */
}

#topnav div.mid ul.left li, #topnav div.mid ul.right li {
  margin: 0;
  padding: 4px 0;
}

#topnav li.tt a.mainlink {
  margin: 0;
  color: #036;
  font-size: 11px;
  padding: 4px 6px 6px 0;
  background: url(../images/tabnav_tabr.gif) no-repeat top right;
}

#topnav li.tt a.mainlink img {
  margin: 0;
  padding: 0;
  width: 10px;
  height: 11px;
  border: none;
}

#topnav li.tt a.mainlink:hover, #topnav li.tt:hover a.mainlink {
  color: #036;
  background-position: 100% -42px;
}

#left2thirds, #right1third {
  margin: 0;
}

#threecols_wrap, #box_jobs, #box_topics {
  margin: 0 0 15px;
}

#topcols_wrap #main {
  float: left;
  width: 409px;
}

#topcols_wrap #side {
  float: right;
  width: 197px;
  font-size: 10px;
}

.list h2 {
  margin: 0;
  color: #066;
  padding: 0 0 3px;
  font-size: 12px;
}

.list ul.listnav {
  padding: 3px 0 0;
  margin: 0 0 10px;
  list-style-type: none;
  border-top: 1px solid #ccc;
  background: url(../images/h3_side_bg.gif) repeat-x;
}

.list ul.listnav li {
  display: inline;
  padding-left: 2px;
}

.list ul.listnav li a.on {
  color: #960;
  font-weight: bold;
}

.list ul.links {
  clear: both;
  margin: 0 0 12px;
  padding: 0 0 0 5px;
  list-style-type: none;
}

.list ul.links li {
  padding: 0 0 6px 10px;
  background:  url(../images/li_dot.gif) no-repeat 0 .7em;
}

#threecols_wrap p {
  margin: 0;
  padding: 0;
}

#threecols_wrap h4 {
  clear: both;
}

#threecols_wrap div.left {
  float: left;
  width: 197px;
}

#threecols_wrap div.mid {
  float: left;
  width: 197px;
  margin-left: 15px;
}

#threecols_wrap div.right {
  float: right;
  width: 197px;
}

#threecols_wrap .rbox_title {
  font-size: 18px;
}

#threecols .rboxmid {
  height: 320px; /* keep boxes same height */
}

.sliderwrapper .contentdiv {
  display: none;
  width: 100%;
filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.thisweek_nav {
  margin: 0;
  height: 25px;
  display: block;
  padding: 0 0 10px 8px;
  font: bold 11px arial, sans-serif;
  background: url(../images/box_rboxnav_bg.gif) no-repeat;
}

.thisweek_nav a {
  float: left;
  color: #888;
  display: block;
  padding: 5px 8px 6px;
  text-decoration: none;
}

.thisweek_nav a#thisweek_stop {
  float: right;
  margin-right: 8px;
  font-weight: normal;
}

.thisweek_nav a:visited {
  color: #888;
}

.thisweek_nav a:hover {
  color: #000;
  background: url(../images/mininav_over.gif) repeat-x;
}

.thisweek_nav a.toc.selected {
  color: #fff;
  background: url(../images/mininav_on.gif) repeat-x;
}

#box_thisweek.rbox, #box_subs.rbox {
  margin-top: -10px;
}

#box_thisweek.rbox span.rbox_title {
  color: #066;
  font-size: 24px;
}

#box_thisweek.rbox .rboxmid {
  min-height: 150px;
}

#box_thisweek.rbox .rboxmid h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 5px;
}

#box_thisweek.rbox .rboxmid img.left {
  margin: 0 5px 5px 0;
}

#box_multimedia .rboxmid {
  font-size: .8em;
  text-align: center;
}

#box_multimedia .contentdiv a {
  float: left;
  width: 124px;
  padding: 0 2px;
  display: block;
}

#box_multimedia .contentdiv img {
  padding: 0;
  float: none;
  width: 85px;
  height: 90px;
  display: block;
  margin: 0 auto 5px;
}

#box_jobs {
  font-size: .9em;
}

#box_jobs a {
  font-size: 1.1em;
  font-weight: bold;
}

#box_jobs .jt_jobs {
  width: 39%;
  float: left;
}

#box_jobs .jt_job {
  margin: 15px 0;
  padding-left: 28px;
  background: url(../images/job_icon.gif) 0 3px no-repeat;
}

#box_jobs .jt_features {
  width: 58%;
  float: right;
}

#box_jobs .jt_features div {
  padding: 20px 15px;
  background: url(../images/h3_side_bg.gif) repeat-x;
}

#box_jobs .jt_features img.left {
  margin: 0 5px 15px 0;
}

.rbox {
  width: 100%;
  margin: 0 0 5px;
}

#right1third .rbox {
  font-size: 1.1em;
  margin: -10px 0 20px;
}

.rbox form {
  border: none;
  display: inline;
}

.rbox select {
  width: 200px;
  font-size: 11px;
  margin-top: -2px;
}

.rboxtop span, .rboxbot span {
  margin: 0;
  padding: 0;
  height: 10px;
  display: block;
  font-size: 0px;
}

.rbox span.rbox_title {
  top: 10px;
  left: 10px;
  color: #066;
  z-index: 1;
  margin: 0;
  padding: 0 4px;
  font-size: 20px;
  background: #fff;
  position: relative;
}

.rboxtop {
  background: url(../images/rboxtop.gif) no-repeat top left;
}

.rboxbot {
  background: url(../images/rboxbot.gif) no-repeat bottom left;
}

.rboxtop span {
  background: url(../images/rboxtop_c.gif) no-repeat top right;
}

.rboxbot span {
  background: url(../images/rboxbot_c.gif) no-repeat bottom right;
}

.rboxnav {
  padding: 5px 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.rboxnav ul {
  margin: 0;
  padding: 0;
  height: 25px;
  display: block;
  font: bold 11px arial, sans-serif;
  background: url(../images/mininav.gif) repeat-x;
}

.rboxnav ul li {
  margin: 0;
  float: left;
  padding: 5px 0;
  list-style-type: none;
}

.rboxnav ul li a, .rboxnav ul li.txt {
  color: #888;
  padding: 5px 8px 6px;
  text-decoration: none;
}

.rboxnav ul li a:visited {
  color: #888;
}

.rboxnav ul li a:hover {
  color: #000;
  background: url(../images/mininav_over.gif) repeat-x;
}

.rboxnav ul a.on, .rboxnav ul a:visited.on {
  color: #fff;
  background: url(../images/mininav_on.gif) repeat-x;
}

.rboxnav ul li.edge_r, .rboxnav ul li.edge_l {
  margin: 0;
  padding: 0;
  width: 6px;
  height: 25px;
  display: block;
}

.rboxnav ul li.edge_r {
  float: right;
  border-left: 1px solid #bababa;
  background: url(../images/mininav_r.gif) no-repeat;
}

.rboxnav ul li.edge_l {
  float: left;
  border-right: 1px solid #bababa;
  background: url(../images/mininav_l.gif) no-repeat;
}

.rboxmid {
  height: 1%;
  clear: both;
  display: block;
  padding: 5px 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.rboxmid.deepres {
  height: 280px;
  position: relative;
}

.rboxmid.deepres p.button {
  position: absolute;
  bottom: 0;
}

.rboxmid h4 {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.rboxmid p {
  margin: 0;
  padding: 0;
}

.rboxmid p.subtopics {
  color: #666;
  font-size: 10px;
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #ddd;
}

.rboxmid p.bloginfo {
  clear: both;
  color: #666;
  font-size: 10px;
  margin-bottom: 5px;
}

.blogselect, .voiceselect {
  width: 100%;
  float: left;
  display: inline;
  margin-bottom: 10px;
}

#community1 img {
  display: none;
}

.rboxmid span.select {
  float: left;
  color: #999;
  font-size: 11px;
  font-weight: bold;
  margin-right: 10px;
}

.rboxmid ul {
  margin: 0;
  color: #993;
  padding: 5px 0 0 2em;
}

.rboxmid ul.left {
  width: 42%;
  float: left;
}

.rboxmid ul.right {
  width: 42%;
  float: right;
}

.rboxmid ul li {
  margin: 0;
  padding: 0 0 .25em;
}

.rboxmid img {
  float: left;
  margin: 0 10px 10px 0;
}

.rboxmid img.dr {
  padding: 0;
  width: 173px;
  height: 62px;
  display: block;
  margin: 0 0 10px;
  border: 1px solid #999;
}

#mmnav_wrap {
  background: url(../images/bg_mmnav_wrap.gif) repeat-x;
}

.multimedia_nav {
  display: block;
  height: 30px;
  margin: 0 auto;
}

.multimedia_nav a {
  margin: 0;
  outline: none;
  display: block;
  height: 16px;
  width: 20px;
  float: left;
  background: url(../images/bulbs.gif) bottom no-repeat;
}

.multimedia_nav a#multimedia_stop {
  display: none;
}

.multimedia_nav a.prev {
  background: url(../images/arrow_prev.gif) bottom no-repeat;
}

.multimedia_nav a.next {
  background: url(../images/arrow_next.gif) bottom no-repeat;
}

.multimedia_nav a:hover, .multimedia_nav a.selected {
  background-position: top;
}

#topics .left {
  float: left;
  width: 48%;
}

#topics .right {
  float: right;
  width: 48%;
}

#topics h2 {
  color: #960;
  margin: 15px 0 0;
  padding: 0;
  font-size: 1.1em;
}

#topics ul {
  margin: 0;
  height: 150px;
  padding: 10px 0 0;
  list-style: none;
  background: url(../images/h3_side_bg.gif) repeat-x;
  border-top: 1px solid #ccc;
}

#topics ul li {
  font-size: .9em;
  background: url(../images/li_dot.gif) no-repeat 0pt 0.7em;
  padding: 0 10px 6px 10px;
}

#topics ul li.more {
  background: none;
  font-weight: bold;
}

#ad_right_buttons {
  margin: 5px 0 20px;
}

#ad_right_buttons #ad_b1 {
  float: left;
}

#ad_right_buttons #ad_b2 {
  float: right;
}

#ad_right_buttons #ad_b1, #ad_right_buttons #ad_b2 {
  padding: 17px;
  background: url(../images/ad_button_bg.gif) repeat-x;
}

#ad_right_buttons img {
  margin: 0;
  padding: 0;
}

a.back_home {
  padding: 0 0 5px;
  margin: -10px 0 15px;
}

/* "Link to this" overrides for CD only */

.link_to_this .ltt_body {
  color: #fff;
  border-top: 3px solid #399;
  background: #399 url(/images/bg_ltt_body.gif) repeat-x;
}

.ltt_body h4 {
  color: #fff;
}

/*  Modal Popup Styles  */

.modal_overlay {
  zoom: 1;
  cursor: pointer;
  background: #000 url(../images/user/modal_overlay.jpg) repeat-x;
}

* html #modal_wrap {
  position: absolute;
  top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#modal_wrap {
  width: 600px;
  margin-left: -300px;
  /*top: 5%;*/
  top: 115px;
  left: 50%;
  padding: 15px;
  display: none;
  z-index: 1000000;
  position: fixed;
  background: #fff;
  border: 1px outset #ccc;
  font: normal .8em/1.4 arial, sans-serif;
}

#modal_wrap a.modal_close {
  right: 0;
  top: -20px;
  color: #eee;
  z-index: 100;
  text-align: right;
  position: absolute;
  font: bold 18px/normal arial;
}

#modal_wrap a.modal_close:hover {
  color: #fff;
}

#modal_wrap a.modal_close.inside {
  top: 0;
  color: #039;
  z-index: auto;
  font-size: 10px;
  text-align: left;
  position: relative;
}

#modal_wrap a.modal_close.inside:hover {
  color: #039;
}

#modal_wrap img#ajax_loading {
  margin: 0 auto;
  display: block;
}

/* Login/Register/Manage Acct
------------------------------*/

div.member h3, div.member h4 {
  margin: 0;
  padding: 0 0 5px;
}

div.member h3 {
  color: #066;
  font-size: 1.1em;
}

div.member h4 {
  font-size: 13px;
}

div.member span {
  display: block;
  padding: 0 0 10px;
}

div.member span.red {
	display: inline;
}

div.member ul.check {
  margin: 0;
  list-style: none;
  padding: 0 0 10px;
}

div.member ul.check li {
  margin: 0;
  padding: 0 0 10px 18px;
  background: url(../images/user/check.png) left 4px no-repeat;
}

div.member .twocols .col1 {
  float: left;
  width: 290px;
}

div.member .twocols .col2 {
  float: right;
  width: 275px;
  padding: 10px;
  border-style: solid;
  border-width: 3px 1px;
  border-color: #699 #ddd;
  background: #f1f1f1 url(../images/user/modal_gray_fade.gif) repeat-x;
}

#errors, #status {
  font-size: 11px;
  padding: 5px 10px;
  border: dotted #ccc;
  border-width: 1px 0;
  margin-bottom: 10px;
  position: relative;
}

#errors ul, #status ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#errors {
  color: #fff;
  background: #c66;
}

#errors li {
  border: none;
  float: none;
}

#errors a {
  display: none;
}

#status {
  background: #ffc;
}

#status ul.status_msg {
  width: 51%;
  float: left;
}

#status ul.go_back {
  width: 49%;
  float: right;
  text-align: right;
}

#status li {
  display: inline;
}

div.member form {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}

div.member .description {
  color: #999;
  font-size: 10px;
  margin-bottom: 10px;
}

div.member span.form-required, div.member span.required_disclaimer {
  color: #c66;
  display: inline;
}

div.member span.required_disclaimer {
  display: block;
  font-size: 11px;
}

label {
  color: #555;
  display: block;
  padding-bottom: 3px;
  font: bold 12px arial;
}

.form-item {
  margin: 3px 0;
}

input.form-text {
  width: 96%;
  color: #666;
  padding: 4px;
  margin: 0 0 3px;
  font-size: 13px;
  border: 1px solid #ccc;
}

input.form-text.error {
  border: 1px solid #c66;
}

input.form-text.highlight {
  background: #ffc;
  font-weight: bold;
  border: 1px solid #cc9;
}

input.form-submit, a.btn {
  color: #fff;
  height: 28px;
  padding: 0 4px;
  margin-top: 4px;
  display: inline-block;
  cursor: pointer;
  background: #066;
  border: 1px solid;
  border-color: #033;
  font: bold 11px/normal arial;
}

a.btn {
  color: #fff;
  height: 26px;
  padding: 0 6px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
}

a.btn:hover {
  text-decoration: none;
}

div.member a#to_register.btn {
  float: right;
}

/* Specific to Login
------------------------------*/

div.member a#to_forgot_pw {
  float: left;
  font-size: 10px;
  margin-top: -20px;
  padding-left: 65px;
}

/* Specific to Register
------------------------------*/

div.member div.to_login {
  border-top: 1px solid #ccc;
  font-size: 11px;
  padding-top: 5px;
}

div.member .important {
  background: #ffc;
  padding: 6px 8px;
  margin-bottom: 10px;
}

div.member .important p {
  margin: 0;
  padding: 0;
}

div.member .reghelp {
  color: #666;
  padding-top: 10px;
  border-top: 1px solid #f1f1f1;
}

div.member .reghelp h4, div.member .reghelp p {
  margin: 0;
  padding: 0;
}

/* Specific to Pass
------------------------------*/

form#user-pass input.form-text {
  width: 50%;
  margin-bottom: 10px;
}

/*
404 PAGE
Styles for the 404 errror page
-------------------------------------------------- */

#error_wrap {
  line-height: 1.6;
  padding-left: 300px;
}

#error_wrap ul {
  font-weight: bold;
  color: #ccc;
}

#error_wrap .error_extras {
  border-top: 1px solid #f1f1f1;
  font-size: 11px;
  color: #666;
  padding-top: 15px;
}

