/*@CHARSET "ISO-8859-1";*/
/*******************************************************
* RIGHT COLUMN
********************************************************/
#rightcol{
	width: 725px;
	min-height: 700px;
	float: right;
}


div#pagebody{
  /*margin-top: 20px;*/
}
  div#pagebody div.head{ 
    background: transparent url('../img/cruise-bg.png') no-repeat left -30px;
    height: 25px;
  }
    div#pagebody div.head h2{ 
      font-size: 14px;
      font-weight: bold;
      line-height: 25px;
      padding-left: 10px;
      color: #fff;
    }

  div#pagebody div.content{
    color:#333;
    padding: 1px 10px 0 10px;
    background-color: #fff;
  }
  div#pagebody div.content img{
    margin: 0 0 15px 40px;
  }
  div#pagebody div.content span.subtitle{
    margin: 20px 0;
    color: #00B200;
    font-size: 18px;
    font-weight: bold;
    display: block;
  }
  div#pagebody div.content p.ctctype, div#pagebody div.content div.ctctype{
    border: 1px solid #ccc;
    background-color: #ebebeb;
    padding:10px;
    margin-bottom: 15px;
  }
  div#pagebody div.content p a{
    color: #90f;
    text-decoration: none;
  }
  div#pagebody div.content p a:hover{
    text-decoration: underline;
  }
  div#pagebody div.content p.ctctype span, div#pagebody div.content div.ctctype span{
    font-weight: bold;
  }
  div#pagebody div.content form{
    padding-top: 20px;
    padding-left: 20px;
    margin-top: 20px;
    border: 1px dashed #ccc;
    /*font-size: 12px;*/
  }
  div#pagebody div.content form label{
   height: 20px;
   line-height: 20px;
   display:block;
   float:left;
   width: 100px;
   margin: 0 0 0 5px;
  }
  div#pagebody div.content form textarea, div#pagebody div.content form input.inputtxt, div#pagebody form select{
    font-size: 12px;
    color: #90f;
    padding: 3px;
  }
  div#pagebody div.content form textarea{
    margin-left: 5px;
  }
  div#pagebody div.content form input.inputtxt, div#pagebody form select{
    width: 200px;
  }
  div#pagebody form option{
    padding: 0 3px;
  }
  div#pagebody form input, div#pagebody form textarea, div#pagebody form select{
    border: 1px solid #999;
  }
  div#pagebody form input:focus, div#pagebody form textarea:focus{
    border: 1px solid #90f;
  }
  div#pagebody form input[type='button']{
    cursor: pointer;
    border: 0;
    margin: 10px auto 20px 240px;
	width: 150px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #fff url('../img/btn-bg.gif') no-repeat left -40px;
  }
  div#pagebody form input[type='button']:hover{
    color: #333;
  }
  div#pagebody div.content p.msgSent{
    font-size: 12px;
    text-align: center;
    margin: 30px auto;
  }
  div#pagebody div.content p.msgSent a{
    display: block;
    width: 150px;
    height: 20px;
    line-height: 20px;
    margin-left: 275px;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    background: #fff url('../img/btn-bg.gif') no-repeat left -40px;
    text-decoration:none;
  }
div#pagebody div.footer{ 
    height: 10px;
    background: transparent url('../img/cruise-bg.png') no-repeat left -90px;
   }
   