*{}

body {
	margin: 10px 30px 10px 30px;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #000000;}

}
h1, h2 {
	font-weight: normal;
	color: #8A3145;}


h1 {
	margin: 0;
	font-size: 1.9em;}

h2 {
	margin: 0 0 15px 0;
	font: italic 1.3em arial;}





h3, h4 {
		font-family: Verdana,  serif;
font-weight: normal;
	color: #949494;}


h3 {
	margin: 0px 0px 0px 0px;
	font-size: 2.0em;
	line-height:1em;}

h4 {
	padding: 10px 0px 0px 30px;
   font-size: 1.5em;
	margin:0px;}

#hr {
    height:.2em;
    border: none;
	background-color: #949494;}


td {
	line-height: 1.5em;
	vertical-align:top;
	font-size: 12px;}




tr.formHeaders td, .formHeaders{
	margin: 0 0 15px 0;
	font: italic 13pt arial;
	color: #000000;}

.formLabels{
	padding:5px;
	font-size: 13px;
   font-weight:bold;
	border-bottom: 1px solid #E9E9E9;}

.formFields{
   padding:5px;
   font-size: 13px;
   border-bottom: 1px solid #E9E9E9;
}
tr.defaultrow td{padding:5px;}

.subtable{text-align:center;width:500px;margin:0px auto 20px 0px;}


#promoAlert {
	background: #fff4cc;
	border: solid 1px #ffcc66;
	padding:8px;
	margin:8px 0px;
    display:block;
	color:#000;}


.form-button, button, .back, .next{
  background: url(https://secure.massagezone.biz/public/images/castra/bg_btn.gif) top left #FFFFFF;
    color: #111111;
}

#wrapper{
    position:absolute;
    top:50px;
    height:80%;
    width:500px;
}



#container {
	margin:0 auto;
	margin-top:-5px;
    text-align:center;
    background:  #F6F6F6;}

#modhead{
   float:right;
   font:italic 1.2em verdana;
   color: #949494;

}
#modhead img{
    vertical-align:middle;
   width:70px;

}
#test{
  width:100%;
  position:absolute;
  bottom:0px;
}


/***********************************************************************

	Calendar CSS - EDIT THIS SECTION "backgrounds & colors"

 **********************************************************************/

/* Header part -- contains navigation buttons and day names. */
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background:#fcfcfc;
//  color:#000000;
  font-weight: normal;}

.calendar thead .title { /* Top Month & Year (ie. July, 2004) */
  	font-weight: normal;
		 background-color:#FFFFFF;
//   color:#000000;
	font-size:1.4em;
  	padding: 1px 1px 10px 1px;
  	text-align: center;}



.calendar thead .daynames { /* Row <TR> containing the day names */
// color: #999CA2;
 }



.calendar thead .name { /* Cells <TD> containing the day names */
  padding: 2px;
  text-align: center;
// border-top: 2px solid #999CA2;
// border-bottom: 2px solid #999CA2;
  }



.calendar thead .weekend { /* How a weekend day name shows in header */
//  color: #999CA2;  }



.calendar tbody td.weekend { /* Cells showing weekend days */
//  color: #;  }



.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #000000;
  }




.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 1px;
  border: 1px solid #999CA2;
  background: #999CA2;
  color: #000000;
  text-align: center;
  }








/* The main calendar widget.  DIV containing a table. */





/***********************************************************************

	ONLY EDIT SPECIFIED SECTIONS BELOW!!

 **********************************************************************/
/* Header part -- controls month and year april 2009 */
#calendar-container .title{font-size:14px;}
#day .formHeaders {font-size:14px;}




.calendar {
  border: 0px solid #;
  position: relative;
  display: none;
  color: #;
  cursor: default;
  background:#fff;}



.calendar table {
  cursor: default;}



/* Header part -- contains navigation buttons and day names. */
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 2px; }



.calendar .nav { background: none;}





.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color:#;
   color: #;}



.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #;}



/* The body part -- contains all the days in month. */
.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: center;
  padding: 2px 4px 2px 2px;
  }



.calendar table .wn {
  border-right: 1px solid #000;
  background: #e8f4f0;}



.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #;
  color: #;
  }



.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #;
  color: #;
  }



.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border:  0px solid;
  border-color: #999CA2;
  background: #999CA2;}





.calendar tbody .disabled { color: #999; }


.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;}



.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;}



/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}



/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  background: #e4e4e4;
  font-size: smaller;
  color:#000000;
  padding: 1px;}



.combo .label, .combo .label-IEfix {
  text-align: center;
  padding: 1px;}



.combo .label-IEfix {
  width: 4em;}



.combo .active {
  background: #c8d0d4;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  }



.combo .hilite {
  background: #;
  color: #000000;}



















