@charset "utf-8";
/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements

html{ filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }
*/ 

body {
  margin: 0;
  padding: 0;
  /*
  background: #edf5fa;
  */
  font: 12px/170% Verdana, sans-serif;
  color: #494949;
  width: 1002px;
  _font:arial;
}


input {
  font: 12px/100% Verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 170%;
}

h2 {
  /*font-size: 160%;*/
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #027AC6;
  text-decoration: none;
}

a:hover {
  color: #0062A0;
  text-decoration: underline;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; /* LTR */
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(http://tourboarding.com/sites/all/misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 0;
  width: 100%;
  border-collapse:inherit;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}



tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 1em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.spec-des{
color:#494949
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  /* margin: 2em 0.5em 1em 0; LTR */
  margin:5px 0 0;
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#header-region {
  min-height: 1em;
/*
  background: #d2e6f3 url(images/bg-navigation.png) repeat-x 50% 100%;
*/
}

#header-region .block {
  display: block;
  /* margin: 0 1em; */
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  display: inline;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 0;
}



/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
/*
  background: #edf5fa url(images/body.png) repeat-x 50% 0;
*/
}

#wrapper .main-top {
  background:url(images/top-bgc.png) repeat-x;
  height:120px;
  border-bottom:5px solid #004986;
}

#wrapper .main-top .top-bg {
  background:url(images/top-bg.png) no-repeat right;
  height:120px;
  position:relative;
}

/*
#wrapper .top #header #logo-floater {
  position: absolute;
}*/

#wrapper .main-top #header #logo-floater h1 a span {
  display:none;
}

#wrapper .main-top #header h1, #wrapper .top #header h1 a:link, #wrapper .top #header h1 a:visited {
  /*line-height: 120px; */
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper .main-top #header h1 {
  position:absolute;
  top:0;
  left:20px;
}

#wrapper .main-top #header h1 a {
  display:block;
  background:url(images/logo.gif) no-repeat;
  width:250px;
  height:120px;
}

#wrapper .main-top #header h1 span {
  font-weight: bold;
}

#wrapper .main-top #header h1 img {
  padding-left:20px;
  /*padding-top: 14px;
  padding-right: 20px;  LTR */
  /*float: left;  LTR */
}

#wrapper #container {
  margin: 0 auto;
  padding: 0 10px;
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -230px;
}
body.sidebar-right #center {
  margin-right: -230px;
}
body.sidebars #center {
  margin:0 -180px 0 -230px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 230px;
}
body.sidebar-right #squeeze {
  margin-right: 230px;
}
body.sidebars #squeeze {
  margin:0 180px 0 230px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 15px 0 5em;
  float: left;
  z-index: 2;
  position: relative;
}

#wrapper #container .sidebar .block {
 /* margin: 0 0 1.5em 0;*/
}

#sidebar-left{
  width: 230px;
}

#wrapper #container #sidebar-right{
  width: 180px;
  margin-top:15px;
  text-align:center;
}


#sidebar-left .block {
  padding: 15px;
}

#sidebar-right .block {
  padding: 0;
}

.block .content {
  margin: 0.5em 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
/*
  background: #fff url(images/bg-content.png) repeat-x 50% 0;
  border-left:1px solid #E9EFF3;
  
  position: relative;
*/
}

#wrapper #container #center .right-corner {
/*
  background: transparent url(images/bg-content-right.png) no-repeat 100% 0;

  position: relative;
  left: 10px;*/
}

#wrapper #container #center .right-corner .left-corner {
 /* padding: 60px 25px 5em 35px;

  background: transparent url(images/bg-content-left.png) no-repeat 0 0;

  margin-left: -10px;
  position: relative;
  left: -10px;
  min-height: 400px;
*/  
  margin:0 auto;
  min-height:400px;
  padding:0 25px 5em;
}

#wrapper #container #footer {
  float: none;
  clear: both;
  text-align: center;
  margin: 2em 0 -3em;
  color: #898989;
}

#wrapper #container #footer .block {
  margin: 0 0 4em 0;
}

#wrapper #container .breadcrumb {
/*
  position: absolute;
  top: 15px;
  left: 35px; /* LTR */
  z-index: 3;
  margin:20px 0;
  padding:0;
}

body.sidebar-left #footer {
  margin-left: -230px;
}

body.sidebar-right #footer {
  margin-right: -230px;
}

body.sidebars #footer {
  margin: 0 -230px;
}

#footer marquee{
font-size:18px;
}

/**
 * Header
 */
#wrapper .top #header h1, #wrapper .top #header h1 a:link, #wrapper .top #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  text-align:left;
  /*font-size: 1.5em;*/
}

#wrapper .top #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 1m;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  /*float: right;  LTR */
  position: absolute;
  top:93px;
  left:270px;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  /*
  display: block;
  margin: 0 1em;
  padding: .35em 0 .35em 0;
  color: #fff;
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
  */
  border-color:#004986;
  border-style:solid solid none;
  border-width:3px 3px 0;
  color:#FFFFFF;
  display:block;
  padding:2px 15px;
  background-color:#004986;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #fff;
  /*
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
  */
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
/*
  margin: 0 -26px 1em;
  padding: 0 26px;
  position: relative;
*/
  border-bottom: 1px solid #e9eff3;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  /*
  position: relative;
  */
  top: -1px;
  display: inline-block;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  margin: 0 -26px 1.5em;
  padding: 0 26px;
}

.node b{
_font-weight:lighter;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

.node .content p, .comment .content p {
  font-size:14px;
}

.node .video {
  text-align:center;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  position:relative;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  color:#004986;
  display:block;
  font-size:14px;
  font-weight:bold;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}


/* custom */
.block-locale {
position:absolute;
right:20px;
top:5px;
}


.block-locale a {
  color:#FFFFFF;
  text-decoration:none;
}

.view-travelers .views-travel li,
.view-travelers .views-travel-3 li,
.view-travelers .views-travel-all li,
.view-travelers .views-host li,
.view-hosts .views-travel li,
.view-hosts .views-host li,
.view-hosts .views-host-3 li,
.view-hosts .views-host-all li,
.view-travelers-vip .views-travel-vip li,
.view-seach-profile .views-search-profile li,
.view-room .views-room li,
.view-room .views-room-my li {
  list-style:none;
  height:190px;
  margin:0 0 10px;
  background:url("images/gradient-inner.png") repeat-x scroll 0 0 #FFFFFF;
  border:1px solid #D9EAF5;
  padding:30px 0 0 30px;
  overflow:hidden;
}

.views-travel .views-field-field-tra-per-photo-fid,
.views-travel-3 .views-field-field-tra-per-photo-fid,
.views-travel-all .views-field-field-tra-per-photo-fid,
.views-travel-vip .views-field-field-tra-per-photo-fid,
.views-host .views-field-field-fam-per-photos-fid,
.views-host-3 .views-field-field-fam-per-photos-fid,
.views-host-all .views-field-field-fam-per-photos-fid,
.views-search-profile .views-field-field-tra-per-photo-fid,
.views-search-profile .views-field-field-fam-per-photos-fid,
.view-room .views-room .views-field-field-room-photo-fid,
.view-room .views-room-my .views-field-field-room-photo-fid{
  float:left;
  margin-right:20px;
}


.views-travel label,
.views-travel-vip label,
.views-host label,{
  font-weight:bold;
}

.view-id-room .view-header {
text-align:center;
}

#clean {
  clear:both;
  list-style:none;
  height:0;
  border:0;
  margin:0;
  padding:0;
  background:none;
}

.clean {
  clear:both;
  list-style:none;
  height:0;
  border:0;
  margin:0;
  padding:0;
  background:none;
}


.index-travel,
.index-host{
  margin-bottom:30px;
}

.index-host .views-home li,
.index-host .views-host-category li,
.index-host .views-maps li,
.index-travel .views-home li,
.index-travel .views-host-category li,
.view-gift .views-gifts li,
.view-album .view-content li,
.fieldgroup .view-display-id-block_1 li,
.view-videos .views-video li {
  background:none repeat scroll 0 0 transparent;
  float:left;
  height:240px;
  *height:260px;
  list-style:none outside none;
  margin:0 0 10px 32px;
  padding:0 0 10px;
  text-align:center;
  width:130px;
  overflow:hidden;
  _display:inline;
}
.view-gift .views-gifts li{
  height:255px;
}
.view-album .view-content li,
.fieldgroup .view-display-id-block_1 li {
  height:170px;
}

.view-videos .views-video li{
  height:180px;
}

.myblock {
  background:url("images/gradient-inner.png") repeat-x scroll 0 0 #FFFFFF;
  border:1px solid #D9EAF5;
}

.myblock-title{ 
  margin:10px;
}

.mymore{
  margin:10px;
  float:right;
}

.left-img-list {
  position:related;
  height:220px;
}

.left-img-list img {
  position:absolute;
  display:none;
}

#block-menu-secondary-links li{
  float:left;
  background:none;
}

.rtecenter {
  text-align:center;
}

.page-host #edit-location,
.page-host #edit-mode,
.page-host #edit-nid,
.page-travel #edit-cd,
.page-travel #edit-nid,
.page-travel-vip #edit-cd,
.page-travel-vip #edit-nid{
  width:150px;
}


.index-aboutus h1{
  background:url("../../../../files/richeditor/welcome1.png") no-repeat scroll 0 0 transparent;
  height:29px;
  text-indent:-9999px;
}

.index-aboutus .about-des{
background:url("../../../../files/richeditor/slogan.png") no-repeat scroll 0 0 transparent;
height:60px;
margin:0;
display:block;
}

.index-aboutus .about-des b{
display:none;
}

.index-aboutus p{
  font-size:14px;
}

.index-aboutus .mymore {
  margin:0 10px;
}

.index-face{
  margin-bottom:25px;
  text-align:center;
}

.index-face .face-left{
float:left;
width:300px;
}

.index-face .face-right{
float:right;
width:200px;
}

.block-locale .zh-hans a {
  padding-left:20px;
  background:url(images/cn.gif) no-repeat left center;
  _color:#fff;
}

.block-locale .en a {
  padding-left:20px;
  background:url(images/us.gif) no-repeat left center;
  _color:#fff;
}

.node .photo{
position:relative;
}

.node .photo .vip{
left:155px;
position:absolute;
top:150px;
}

.views-field-rid span div,
.page-travel-vip .role-3 b,
.page-travel .role-3 b,
.page-search .role-3 b,
.page-host .role-3 b
{
display:none;
}

.page-travel-vip .role-3,
.page-travel .role-3,
.page-search .role-3,
.page-host .role-3{
background:url("../../../../files/richeditor/vip.png") no-repeat scroll 0 0 transparent;
float:right;
height:66px;
margin-right:15px;
width:60px;
display:block;
}

.h-title{
background:none repeat scroll 0 0 #E9EFF3;
font-size:14px;
font-weight:bold;
height:40px;
}

.slogan{
color:#FFFFFF;
font-size:20px;
margin-top:20px;
text-align:center;
font-family:Georgia,"隶书";
}


.lan-panel{
height:60px;
line-height:60px;
text-align:center;
z-index:999;
padding:0;
width:550px;
margin:0 auto;
}

.lan-panel a{
border:1px solid #F0C020;
color:#F0C020;
}

.lan-panel a span{
font-size:14px;
}

.flinks{
border-top:1px solid #EEEEEE;
padding:10px 0 0;
text-align:left;
}

.flinks a{
display:block;
float:left;
height:50px;
line-height:25px;
margin:5px 4px 15px 0;
width:125px;
}

.page-host .views-field-field-fam-language-value{
height:21px;
}

.page-host .views-field-field-fam-language-value b,
.page-host .views-field-field-fam-language-value .field-item {
float:left;
margin-right:5px;
}

.link_01{
display:none;
}

#block-menu-menu-control-panel,
#block-nice_menus-2,
#block-user-0{
border-top:1px solid #D9EAF5;
border-left:1px solid #D9EAF5;
border-right:1px solid #D9EAF5;
}
#wrapper #container .sidebar #block-menu-menu-control-panel,
#wrapper #container .sidebar #block-nice_menus-2,
#wrapper #container .sidebar #block-user-0{
margin:0;
padding-bottom:0;
font-size:14px;
}

#block-block-10{
border-left:1px solid #D9EAF5;
border-right:1px solid #D9EAF5;
}

#block-block-10 .wb{
word-break:break-all;
}

#block-block-2,#block-block-3{
border-bottom:1px solid #D9EAF5;
border-left:1px solid #D9EAF5;
border-right:1px solid #D9EAF5;
}

#sidebar-left #block-views-notice-block_1,
#sidebar-left #block-views-notice-block_2{
color:#fff;
background:#257ABB;
/*
background:url("../../../../files/richeditor/notice.png") no-repeat scroll transparent;
height:155px;
padding-top:35px;
*/
}

#block-views-notice-block_1 a,
#block-views-notice-block_2 a{
color:#fff;
}


#block-views-notice-block_1 .views-list,
#block-views-notice-block_2 .views-list{
margin:0.35em 0 0 -0.5em;
padding:0;
}

.view-notice .view-footer {
text-align:right;
}

.form-item .description {
font-size:1em;
}

.imagecache-100_100_linked,
.views-field-field-gift-cover-fid span{
background:url("images/img-bg-128x122.gif") no-repeat scroll center center transparent;
display:block;
height:100px;
padding:9px 14px 13px;
width:100px;
}

.imagecache-150_150_linked{
background:url("images/img-bg-178x172.gif") no-repeat scroll center center transparent;
display:block;
height:150px;
padding:9px 14px 13px;
width:150px;
}

.imagecache-200_200_linked{
background:url("images/img-bg-228x222.gif") no-repeat scroll center center transparent;
display:block;
height:200px;
padding:9px 14px 13px;
width:200px;
}

.new-message{
background:url("images/nm.gif") no-repeat scroll 0 0 transparent;
display:block;
height:25px;
width:22px;
cursor:pointer;
}

.old-message{
background:url("images/om.gif") no-repeat scroll 0 0 transparent;
display:block;
height:25px;
width:22px;
cursor:pointer;
}

.sent-message{
background:url("images/om.gif") no-repeat scroll 0 0 transparent;
display:block;
height:25px;
width:22px;
cursor:pointer;
}

.item-list .pager li{
padding:0;
}


.user-welcome {
font-size:16px;
font-weight:bold;
margin:10px 0 0 20px;
text-align:right;
}

.top20{

}

.top20 h2{
margin:0 0 20px;
}

.top20 .top20-row{
height:140px;
overflow:hidden;
}

.top20 .listitem {
float:left;
height:120px;
width:30px;
display:inline;
}

.top20 .photo{
background:url("images/img-bg-128x122.gif") no-repeat scroll center center transparent;
height:121px;
line-height:120px;
text-align:center;
width:135px;
}

.top20 .photo img {
margin:7px 0 0;
}

.top20 .rank{
width:300px;
}

.top20 .rank div{
font-size:14px;
font-weight:bold;
height:30px;
line-height:30px;
margin:0;
width:100%;
text-align:right;
padding-right:15px;
}



.top20 .rank div.name{
text-align:left;
height:25px;
line-height:25px;
}

#print-icon{
background:url("../../../../files/richeditor/print-icon.jpg") repeat scroll 0 0 transparent;
height:66px;
position:absolute;
right:25px;
width:66px;
cursor:pointer;
}

#rp-box{
height:50px;
position:absolute;
right:25px;
top:130px;
*top:150px;
_left:300px;
}

#rp-box #rp-label{
float:left;
font-size:18px;
font-weight:bold;
line-height:25px;
margin:0 15px;
text-align:center;
_display:inline;
}

#rp-box #rp-num{
float:left;
}

#rp-box #rp-label a{
color:#bb4e4b;
}



#rp-box #rp-label a span{
font-weight:10;
font-size:12px;
color:#A0A0A0;
}

#rp-box #rp-label a span b{
color:#bb4e4b;
}

#rp-box .rp-remove,
#rp-box .rp-add{
clear:both;
height:25px;
line-height:25px;
padding-left:25px;
}

#rp-box .rp-add{
background:url("../../../../files/rp_num/good.gif") no-repeat scroll 0 0 transparent;
}

.plant{
background:url("../../../../files/richeditor/loading_icon.gif") no-repeat scroll center center transparent;
height:430px;
}


.plant,
.plant-title {
text-align:center;
}

.clip {
height:135px;
position:relative;
}

.clip li {
padding:0;
background:none;
text-align:center;
}

.clip .first {
float:left;
}

.clip .about {
position:absolute;
width:500px;
*width:250px;
}

.clip .last {
float:right;
}

/* nice menu rewride */

#nice-menu-1 ul{
border:0;
top:28px;
}


ul.nice-menu a {
padding:5px;
}

#block-nice_menus-1 .nice-menu a {
color:#fff;
padding:6px 5px;
}

ul.nice-menu-down li.menuparent, #header-region ul.nice-menu-down li.menuparent {
background:url("images/arrow-down-fttb.gif") no-repeat scroll right center ;
padding-right:15px;
}

#block-nice_menus-1 .nice-menu-down li {
border-top:0;
}

ul.nice-menu-down li {
border-top:1px solid #CCCCCC;
padding:1px 11px;
}

#block-nice_menus-1 .nice-menu li {
background-color:#004986;
border:0 none;
float:left;
margin:0 10px 0 0;
text-align:left;
}

/*          */

#mainnav {
position:absolute;
left:240px;
top:88px;
z-index:99;
}

#nice-menu-1 ul li{
width:22em;
}
/*
#nice-menu-1 a{
background-color:#004986;
border-color:#004986;
border-style:solid solid none;
border-width:3px 3px 0;
color:#FFFFFF;
display:block;
padding:2px 15px;
}*/

.profilenumber{color:#FF0000;font-size:18px;}


#mine ul{
margin:0;
padding:0;
list-style:none;
}

#mine .row{
margin:0;
padding:10px 10px 0;
background:none;
}

#mine .row h2{
margin:0;
font-size:14px;
background:#f4f4f4;
padding:10px;
border-top:1px solid #ddd;
font-weight:bold;
cursor:pointer;
}

#mine .row .more{
display:inline;
float:right;
font-weight:lighter;
}


#mine .row p,
#mine .row ul{
margin:0;
padding:10px;
font-size:12px;
}


#mine .row ul{
display:none;
}

#mine .row .title-li {
height:25px;
line-height:25px;
}

#mine .row ul span {
float:right;
height:25px;
line-height:25px;
}

#mine .row .title {
display:block;
height:25px;
line-height:25px;
overflow:hidden;
}


#mine .row .fav{
background:url("../../../../files/richeditor/favorites.gif") no-repeat scroll 12px 8px #F4F4F4;
text-indent:35px;
}


#mine .row .fav_me{
background:url("../../../../files/richeditor/fallowme.gif") no-repeat scroll 12px 8px #F4F4F4;
text-indent:35px;
}


#mine .row .bulletin{
background:url("../../../../files/richeditor/bulletin.gif") no-repeat scroll 12px 10px #F4F4F4;
text-indent:35px;
}


#mine .row .search{
background:url("../../../../files/richeditor/search.gif") no-repeat scroll 12px 10px #F4F4F4;
text-indent:35px;
}

#mine .row .contact{
background:url("../../../../files/richeditor/message.gif") no-repeat scroll 12px 10px #F4F4F4;
text-indent:35px;
}

#mine .row .points{
background:url("../../../../files/richeditor/points.gif") no-repeat scroll 12px 10px #F4F4F4;
text-indent:35px;
}

#mine .row .public{
background:url("../../../../files/richeditor/public.gif") no-repeat scroll 12px 10px #F4F4F4;
text-indent:35px;
}

#mine .row .events{
background:url("../../../../files/richeditor/events.gif") no-repeat scroll 12px 10px #F4F4F4;
text-indent:35px;
}

#mine .row .study{
background:url("../../../../files/richeditor/study.gif") no-repeat scroll 12px 10px #F4F4F4;
text-indent:35px;
}

#mine .row .home-fav-list{
background:none repeat scroll 0 0 transparent;
float:left;
overflow:hidden;
padding:0;
text-align:center;
width:70px;
display:inline;
}


.view-id-invited .views-list li{
background:none;
display:inline;
float:left;
height:86px;
list-style-image:none;
list-style-type:none;
margin:0 14px;
padding:0;
}

.view-id-invited .why-list li{
height:110px;
width:auto;
}

.node-form .description b {
color:#ff0000;
font-size:14px;
}

.page-node .send-message{
background:url("../../../../files/richeditor/message.gif") no-repeat scroll 5px 8px transparent;
height:35px;
line-height:35px;
text-indent:20px;
float:left;
}

.page-node .add-favorites{
background:url("../../../../files/richeditor/favorites.gif") no-repeat scroll 5px 5px transparent;
height:35px;
line-height:35px;
text-indent:20px;
float:left;
}

.page-node .add-complain {
background:url("../../../../files/richeditor/report-abuse.gif") no-repeat scroll 5px 5px transparent;
float:left;
height:35px;
line-height:35px;
text-indent:20px;
}

.clear-both{
clear:both;
}


.clear-all{
clear:both;
background:none;
padding:0;
margin:0;
list-style:none;
}

#edit-taxonomy-3{
height:300px
}

.node-add-room .left-corner h2{
background:url("../../../../files/richeditor/rent.gif") no-repeat scroll center top transparent;
padding-top:80px;
width:500px;
}

.views-admin-apartment-photo li{
height:250px;
}

.views-admin-apartment-photo .imagecache-200_200{
float:left;
}

.node-type-room .imagecache-200_200 {
border:1px solid;
padding:4px;
}


#node-5861 .press-list li {
clear:both;
background:none;
}

#node-5861 .press-list li a span{
display:block;
}

#node-5861 .press-list .img{
background:url("images/img-bg-128x122.gif") no-repeat scroll center center transparent;
display:block;
height:100px;
padding:9px 14px 13px;
width:100px;
margin:0 20px 20px 0;
float:left;
}

#node-5861 .press-list .title{
word-break:break-all;
}

.page-my-messages h2 {
margin:0 0 20px;
}


.page-my-messages .msg-user-list {
background:url("../../../../files/richeditor/line.jpg") no-repeat scroll left bottom transparent;
padding:0 0 10px;
}


.page-my-messages .msg-user-list li,
.page-my-messages .msg-separated-by-day li {
background:none;
padding:0 0 0.2em;
}

.page-my-messages .msg-user-list .msg-user-name{
font-size:16px;
}

.page-my-messages .msg-user-list .msg-last-message-i{

}


.page-my-messages #msgarea{
height:350px;
overflow:auto;
}

.page-my-messages .msg-separated-by-day{

}

.page-my-messages .msg-separated-by-day li{
padding:0px;
margin:0px;
}

.page-my-messages .msg-separated-by-day .msg-day-mark{
background:url("../../../../files/richeditor/line.jpg") no-repeat scroll center top transparent;
font-size:14px;
padding:10px 0;
text-align:center;
}

.page-my-messages .msg-separated-by-day .msg-user-name-i{
background:url("../../../../files/richeditor/mi.gif") no-repeat scroll center top transparent;
padding:10px 0 0;
margin:10px 0 0;
text-indent:30px;
width:300px;
}

.page-my-messages .msg-separated-by-day .msg-message-content-i{
background:url("../../../../files/richeditor/mi.gif") no-repeat scroll center bottom transparent;
padding:0 0 10px;
margin:0 0 10px;
width:300px;
}

.page-my-messages .msg-separated-by-day .msg-message-content-i p{
margin:0 20px 0 30px;
}

.page-my-messages .msg-separated-by-day .msg-user-name{
background:url("../../../../files/richeditor/mo.gif") no-repeat scroll center top transparent;
padding:10px 0 0;
margin:10px 0 0;
text-indent:25px;
width:300px;
margin-left:200px;
}

.page-my-messages .msg-separated-by-day .msg-message-content{
background:url("../../../../files/richeditor/mo.gif") no-repeat scroll center bottom transparent;
padding:0 0 10px;
margin:0 0 10px;
width:300px;
margin-left:200px;
}

.page-my-messages .msg-separated-by-day .msg-message-content p{
margin:0 25px 0 25px;
}

#block-block-11{
position:absolute;
right:222px;
top:6px;
_left:640px;
_width:130px;
}

#header-region .page-favorite .at15t_favorites{
color:#fff;
background:url("../../../../static/r07/widget21.png") no-repeat scroll 0 0 transparent;
cursor:pointer;
display:block !important;
height:16px !important;
line-height:16px !important;
padding-left:20px !important;
background-position:0 -512px;
}

.vip-info{
margin:10px 0 0 35px;
}

.testimonials table tbody tr td{
vertical-align:top;
padding:15px;
}

.testimonials .toprofile{
display:block;
text-align:center;
width:120px;
text-decoration:none;
}

.node-type-testimonials .submitted{
margin:20px;
text-align:center;
}

.room-copy a {
background:url("../../../../files/richeditor/copy-room.gif") no-repeat scroll 0 0 transparent;
display:block;
height:50px;
width:300px;
}

.room-copy a span {
display:none;
}

/* 焦点图 */
.focusPics {
position:relative;
float:left;
margin:0;
width:300px;
}

.focusPics ul {
background:none repeat scroll 0 0 transparent;
border:0 none;
font-size:100%;
margin:0;
outline:0 none;
padding:0;
vertical-align:baseline;
}

.focusPics ul.pics {
height:200px;
overflow:hidden;
width:100%;
list-style:none outside none;
}

.focusPics li{
margin:0;
padding:0;
background:none;
}

.focusPics li img {
background:none repeat scroll 0 0 transparent;
border:0 none;
font-size:100%;
margin:0;
outline:0 none;
padding:0;
vertical-align:baseline;
width:100%;
}

.focusPics li span {
background:none repeat scroll 0 0 #000000;
bottom:0;
color:#FFFFFF;
height:25px;
left:0;
line-height:25px;
opacity:0.75;
position:absolute;
width:100%;
text-align:left;
text-indent:1.5em;
cursor:pointer;
} 

.focusPics li span a, .focusPics li span a:hover {
color:#FFFFFF;
}

.focusPics li span b {
padding-left:10px;
text-align:left;
}

.focusPics ul.pager {
bottom:4px;
position:absolute;
right:0;
list-style:none outside none;
}


.focusPics ul.pager li {
background:none repeat scroll 0 0 #004986;
color:#FFFFFF;
cursor:pointer;
float:left;
margin-right:4px;
padding:0 3px;
}

.focusPics ul.pager li.active {
background:none repeat scroll 0 0 #FFFFFF;
color:#000000;
}

/* ****** */

/* homepage marquee images */
.front #marquee-box,
.page-story #marquee-box {
width: 522px; overflow: hidden;margin-bottom:25px;
}
.front #sub-box,
.page-story #sub-box{
width: 15360px;
}

.front #sub-box1,
.page-story #sub-box1 {
float:left;
}
.front #sub-box2,
.page-story #sub-box2 {
float:left;
}

.page-story .h-person-album ul {
width:512px;
}

.front .view-nodequeue-1 ul li,
.page-story .h-person-album .view-display-id-block_2 ul li{
background:none repeat scroll 0 0 transparent;
float:left;
margin:0;
padding:0;
height:125px;
}

.page-story .h-person-album .view-display-id-block_2 ul li{
width:auto;
}

.front .view-nodequeue-1 .field-content .field-item,
.page-story .h-person-album .view-display-id-block_2 .field-content .field-item{
float:left;
}
/* ****** */



/* 在线客服 */
.node-add-feedback h2{
display:none;
}

.node-add-feedback #node-form{
background:url("../../../../files/richeditor/online-service-big.jpg") no-repeat scroll center top transparent;
padding-top:100px;
}

.node-add-feedback #edit-title-wrapper{

}

.node-add-feedback .body-field-wrapper{

}

.node-add-feedback .body-field-wrapper .teaser-checkbox{
display:none;
}

.node-add-feedback .body-field-wrapper #edit-body{
height:150px;
}
/* ****** */

/* star page */

.h-box { width:500px; min-height:400px; }
.h-row { margin-bottom:10px;}

.h-box .liveordie {
height:86px;
background:url(../../../../files/richeditor/liveordie.gif) center no-repeat;
}
.h-box .applyml {
text-align:right;
}

.h-pic{ width:160px;  float:left; display:inline; border:1px solid #D9EAF5; text-align:center; padding:10px 0; }
.h-des{ width:320px; float:right; display:inline; }
.h-des td{ border-bottom:1px solid #DDE0E2;  line-height:150%;  }

.h-person-des h4,
.h-person-album h4,
.h-event-des h4,
.h-blog h4{ background:#F4F4F4;border-top:1px solid #ddd;font-weight:bold; line-height:30px; text-indent:1em;}

.h-other p{
margin:1em;
}

.h-blog{min-height:400px;}
.h-blog th {border:0;}
.h-blog td {line-height:25px;}
.h-blog .views-field-title{text-indent:1em;}
.h-blog .views-field-created{width:130px}
/* ****** */

/* story content */
.story-content {height:70px;width:500px;padding-top:15px;}
.story-content table {width:auto}
/* ****** */


/* reg nav */
.reg-nav {
height:50px;
margin:33px;
}

.reg-nav .botton-green {
background:url("images/button-green.gif") no-repeat;
color:#fff;
display:block;
float:right;
font-size:14px;
font-weight:bold;
height:48px;
line-height:48px;
text-align:center;
width:189px;
overflow:hidden;
}

.reg-nav .botton-red {
background:url("images/button-red.gif") no-repeat;
color:#FFFFFF;
display:block;
float:left;
font-size:14px;
font-weight:bold;
height:48px;
line-height:48px;
text-align:center;
width:189px;
overflow:hidden;
}

.reg-nav .botton-red a,
.reg-nav .botton-green a{
color:#fff;
}
/* ****** */

/* homepage reg nav */
.page-home #user-login-form ul li{
background:none repeat scroll 0 0 transparent;
margin:0;
padding:0 0 0 11px;
text-align:center;
}

.home-reg-nav {
height:100px;
margin:20px 0;
}

.home-reg-nav .home-botton-green {
background:url("images/button-green.gif") no-repeat;
color:#fff;
display:block;
font-size:14px;
font-weight:bold;
height:48px;
line-height:48px;
text-align:center;
width:189px;
overflow:hidden;
margin:10px 0;
}

.home-reg-nav .home-botton-red {
background:url("images/button-red.gif") no-repeat;
color:#FFFFFF;
display:block;
font-size:14px;
font-weight:bold;
height:48px;
line-height:48px;
text-align:center;
width:189px;
overflow:hidden;
}

.home-reg-nav .home-botton-red a,
.home-reg-nav .home-botton-green a{
color:#fff;
}
/* ****** */

/* english town */
.page-english-town #wrapper #container,
.page-english-town #wrapper #container #center .right-corner .left-corner{ padding:0; }
.page-english-town .breadcrumb{display:none;}
.page-english-town h2{  background: none repeat scroll 0 0 #FACE70;color: #FFFFFF;margin: 10px 0 0;text-align: center;}
.page-english-town .map-img img { margin: 0 0 0 2px;}
/**************/


/* system-message */
#system-message{
color: #FFFFFF;
height: 41px;
left: 186px;
position: absolute;
text-align: center;
top: 476px; top:496px\9; *top:496px;  _top:536px;
width: 175px;
z-index: 999;
background:url(../../../../files/nodeadd/system-message.gif) no-repeat;
}
/*****************/

#l_form #location{
width:130px;
}