/**
 * Calendar, FauxFields, Popins, Forms validation templates
 * Use as class name: <tag class="calendar|fauxSelect|fauxCheckbox|fauxRadio|popin">
 * The forms validation is generated entirely in javascript
 * @media          {screen}
 * @require        global.css (no basic styles defined here)
 * @toc            baseCalendar, specificCalendar, baseSelect, specificSelect, baseBox, specificBox, popins, validator, clearing
 * 
 * Markup generated in JavaScript
 * @see            js/calendar.js
 */


.disabled {opacity:.5;}


/**
 * Basic calendar styles
 * @section        baseCalendar
 */
.calendar {
	position:absolute; z-index:2000;
	padding:0;
	background:#FFF;
	width:auto;
}

.calendarInner {
	position:relative;
	border:1px solid #CC37A2;
}

.calendar .resetButton {
	display:block;
	padding:3px 1px 0 1px; border:1px solid #25797a;
	width:138px; height:16px;
	background:url(../img/bg/calendar_reset_btn.gif); color:#4A3872;
	text-align:center; text-decoration:none;
}

.calendar.hide {display:none;}

.calendar table {font-size:11px;}

.calendar thead {border-bottom:1px solid #F0D3E8;}

.calendar td {padding:0;}

.calendar td span, .calendar td a {
	display:block;
	padding:2px 4px;
}

.calendar td span {color:#A899C8;}
.calendar td.empty span {background:#FAEDF6;}
.calendar span.message {
	display:block;
	text-align:center;
	color:#2E8B8C !important;
}

.calendar a {color:#4A3872;}

.calendar td.focus a {background:#CC37A2; color:#FFF;}
.calendar td.promo a {
	color:#2E8B8C;
	font-weight:bold;
	/*text-decoration:none;*/
}
.calendar td.promo a:hover {background:#2E8B8C; color:#FFF;}

.calendar td a:hover {
	background:#CC37A2; color:#FFF;
	text-decoration:none;
}

.calendar caption {
	padding:3px 15px; border-bottom:1px solid #CC37A2;
	background:url(../img/bg/fauxSelect.gif) repeat-x 0 0;
}

.calendar .close {
	display:block;
	padding:3px 15px; border-top:1px solid #CC37A2;
	background:url(../img/bg/fauxSelect.gif) repeat-x 0 50%;
	text-align:center; text-decoration:none;
}

.calendar .prev, .calendar .next {
	position:absolute; top:6px; left:5px;
	padding-top:9px;
	width:6px; height:0;
	overflow:hidden;
}
.calendar .prev {background:url(../img/bullet/4x7_p_CC36A2.gif) no-repeat 1px 1px;}
.calendar .next {
	left:auto; right:5px;
	background:url(../img/bullet/4x7_n_CC36A2.gif) no-repeat 1px 1px;
}
.calendar .prev.hide, .calendar .next.hide {display:none;}

#specialOfferMsg td{
	padding: 3px 0 3px 8px;
	background:#f6f6f6 url(../img/bullet/green-square-small.gif) no-repeat 2px 8px;
	color:#2E8B8C !important;
	font-size:10px; line-height:16px;
}

/**
 * Specific calendar styles, depending on the template and the location
 * @section        specificCalendar
 */
#opening .calendar {font-size:11px;}
#opening .calendar caption, #opening .calendar th {color:#4A3872;}

/* #opening (special offers) 
   based on "special" template so beware of side effects on other pages using this template:
   it's possible to fallback on subtemplates "offersClassic" and "offersReduced" */
.special #opening .calendarInner {border-color:#25797A;}

.special #opening .calendar thead {border-color:#CEE5E5;}

.special #opening .calendar td span.empty {background:#E9F1F1;}

.special #opening .calendar td.focus a, .special #opening .calendar td a:hover {background:#25797A;}

.special #opening .calendar caption, .special #opening .calendar .close {
	border-color:#25797A;
	background-image:url(../img/bg/fauxSelect_vert.gif);
}

.special #opening .calendar .prev {background-image:url(../img/bullet/4x7_p_247879.gif);}
.special #opening .calendar .next {background-image:url(../img/bullet/4x7_n_247879.gif);}


/**
 * Basic faux select styles
 * @section        baseSelect
 */
.fauxSelect {
	position:relative;
	background:url(../img/bg/fauxSelect.gif) repeat-x 0 0;
	font-size:11px;
}

.fauxSelect.focus, .fauxSelect.opened {z-index:1000;}

.fauxSelect span {
	display:block;
	padding:0 20px 0 5px; border:1px solid #CC37A2;
	height:18px;
	overflow:hidden;
	background:url(../img/bullet/19x20_fauxSelect_CC36A2.gif) no-repeat 100% 50%;
	line-height:18px;
	cursor:default;
}
.fauxSelect.focus span {background-color:#F2DAEC;}

.fauxSelect ul {
	position:absolute; top:19px;
	margin:0; padding:0; border:1px solid #CC37A2;
	background:#FFF;
	list-style:none;
}
.fauxSelect.closed ul {left:-10000px;}
.fauxSelect ul.rev {top:auto; bottom:19px;}
.fauxSelect ul.scrolling {overflow:auto;}

.fauxSelect li {
	padding:2px 5px;
	cursor:pointer;
}
.fauxSelect li.sub {padding-left:15px;}
.fauxSelect li:hover, .fauxSelect li.hover {background:#F2DAEC;}
.fauxSelect li.selected {background:#CC37A2; color:#FFF;}

/* Open calendar (some shared rules for calendar accessor */
.openCalendar {width:127px;}
.openCalendar .fauxSelect {width:100px;}

.openCalendar .fauxSelect span {cursor:pointer;}
.disabled .openCalendar .fauxSelect span, .disabled .openCalendar a {cursor:default;}

.openCalendar .fauxSelect {
	float:left;
	margin-right:5px;
}
.openCalendar a.open {
	float:left;
	margin-top:3px; padding-top:14px;
	width:17px; height:0;
	overflow:hidden;
	background:url(../img/picto/open_calendar.gif) no-repeat;
}


/**
 * Specific faux select styles, depending on the template and the location
 * @section        specificSelect
 */

/* #support and #opening (same form, with some color variations) */
#fClubREP {width:237px;}
#fClubREP ul {width:235px;}

#fLengthREP {width:70px;}
#fLengthREP ul {width:68px;}

#fAdultsREP, #fChildrenREP, #fBabiesREP {width:48px;}
#fAdultsREP ul, #fChildrenREP ul, #fBabiesREP ul {width:46px;}

#support .people .fauxSelect span, #opening .people .fauxSelect span {font-size:11px;}

#opening .fauxSelect {
	color:#4A3872;
	font-size:11px;
}

#opening .fauxSelect span, #opening .fauxSelect ul {border-color:#4A3872;}

/* #languages */
#languages .fauxSelect span, #languages #fLangREP ul {border:none;}

#languages #fLangREP {float:right;}
#languages #fLangREP, #languages #fLangREP ul {width:155px;}
#languages #fLangREP ul {top:18px;}

/* #opening (special offers) 
   based on "special" template so beware of side effects on other pages using this template:
   it's possible to fallback on subtemplates "offersClassic" and "offersReduced" */
#fClubOffersREP {width:237px;}
#fClubOffersREP ul {width:235px;}

.special #opening .fauxSelect {background-image:url(../img/bg/fauxSelect_vert.gif);}

.special #opening .fauxSelect span {background-image:url(../img/bullet/19x20_fauxSelect_247879.gif);}
.special #opening .fauxSelect span, .special #opening .fauxSelect ul {border-color:#25797A;}

.special #opening .fauxSelect.focus span {background-color:#E9F1F1;}

.special #opening .fauxSelect li:hover, .special #opening .fauxSelect li.hover {background:#E9F1F1;}
.special #opening .fauxSelect li.selected {background:#25797A;}

.special #opening .openCalendar a {background:url(../img/picto/open_calendar_vert.gif) no-repeat;}

.special #content .fauxSelect {float:left;}
.special #content .fauxSelect, .special #content .fauxSelect ul {width:150px;}
.special #content .fauxSelect ul {top:18px;}

.special #content .fauxSelect {background-image:url(../img/bg/fauxSelect_vert.gif);}

.special #content .fauxSelect span {background-image:url(../img/bullet/19x20_fauxSelect_247879.gif);}
.special #content .fauxSelect span, .special #content .fauxSelect ul {border:0;}

.special #content .fauxSelect.focus span {background-color:#E9F1F1;}

.special #content .fauxSelect li:hover, .special #content .fauxSelect li.hover {background:#E9F1F1;}
.special #content .fauxSelect li.selected {background:#25797A;}

/* #content */
.join #content .fauxSelect {
	float:left;
	width:158px;
}
.join #content .followInOut .fauxSelect, .join #content .followOut .fauxSelect {width:190px;}

.join #content .fauxSelect ul {width:156px;}
.join #content .followInOut .fauxSelect ul, .join #content .followOut .fauxSelect ul {width:188px;}

.join #content .openCalendar {float:left; margin-top:-1px;}
.join #content .openCalendar .fauxSelect {width:100px;}
.join #content #lastStayDates .fauxSelect span, .join #content #lastStayDates .calendar span {
	float:none;
	margin:0;
	text-align:left;
	width:auto;
}


/**
 * Basic faux checkbox / radio styles
 * @section        baseBox
 */
.fauxCheckbox, .fauxCheckbox div, .fauxRadio, .fauxRadio div {width:12px; height:12px;}

.fauxCheckbox, .fauxRadio {
	float:left;
	margin:3px 5px 0 0;
	cursor:pointer;
}

.fauxCheckbox div {background:url(../img/bg/fauxCheckbox.gif) no-repeat;}
.fauxRadio div {background:url(../img/bg/fauxRadio.gif) no-repeat;}

.fauxCheckbox div.checked, .fauxRadio div.checked {background-position:-24px 0;}
.fauxCheckbox.focus div, .fauxRadio.focus div {background-position:-12px 0;}
.fauxCheckbox.focus div.checked, .fauxRadio.focus div.checked {background-position:-36px 0;}


/**
 * Specific faux checkbox/radio styles, depending on the template and the location
 * @section        specificBox
 */
.special #opening .fauxCheckbox {margin-top:1px;}

.special #opening .fauxCheckbox div {background:url(../img/bg/fauxCheckbox_vert.gif) no-repeat;}

.special #opening .fauxCheckbox div.checked {background-position:-24px 0;}
.special #opening .fauxCheckbox.focus div {background-position:-12px 0;}
.special #opening .fauxCheckbox.focus div.checked {background-position:-36px 0;}

.participants #content .fauxCheckbox {
	float:none;
	margin:3px auto 0;
}

#personIdentity .fauxRadio {margin-top:4px;}


/**
 * Basic styles for all popins
 * @section        popins
 * @tree           .popin < #wrapper < body < html
 */

/* mask */
#mask {
	position:absolute; top:0; left:0; z-index:9998;
	width:100%; height:100%;
}

#maskIframe {
	position:absolute; top:0; left:0; z-index:9500;
	opacity:0;
}

#maskInner {
	width:100%; height:100%;
	background:url(../img/bg/popin_mask.png);
}

/* loader */
#loadPopin {
	position:absolute;
	width:200px; height:50px;
	background:#000 url(../img/picto/loading.gif) no-repeat 50% 50%; color:#FFF;
	opacity:.75;
	text-align:center;
}
#loadPopin.hide {left:-10000px !important;}



/* popin */
.popin {position:absolute; top:0; left:0; z-index:9999;}

.popinChrome {
/*POPIN MODIF*/
	padding:10px;
	background:url(../img/bg/popin.png);
}

.popinBody {
	position:relative;
	padding:25px 15px 15px; 
/*POPIN MODIF*/
	border:1px solid #AC046E;
/*POPIN MODIF*/
	background:#FFF;
}
.popinBody iframe{
	border: none;
}

.popinBody .close {
	position:absolute; top:.3em; right:.5em;
	padding-right:15px;
	background:url(../img/picto/close.gif) no-repeat 100% .3em;
	font-size:11px;
}

.max .popinBody .close {
	position:absolute; top:1em; /*right:-20px;*/
	padding:0 20px 0 5px;
/*POPIN MODIF*/
	background-color:#FFF; 
	background-position:90% .45em;
	line-height:1.5;
}

.max .popinBody .print {
	position:absolute; top:1em; right:6em;
	padding:0 25px 0 5px;
	background:#FFF url(../img/picto/print.gif) no-repeat 95% .2em;
	font-size:11px;
	line-height:1.5;
}
/*
*
*  PopinBelambra
*
*/
#popinSelection.popin {position:absolute; top:0; left:0; z-index:9999;}

#popinSelection .popinChrome {
/*POPIN MODIF*/
	padding:10px;
	background:none;
}

#popinSelection .popinBody {
	position:relative;
	padding:25px 15px 15px; 
/*POPIN MODIF*/
	border:1px solid #AC046E;
/*POPIN MODIF*/
	background:#FFF;
}
#popinSelection .popinBody iframe{
	border: none;
}

#popinSelection .popinBody .close {
	position:absolute; top:.3em; right:.5em;
	padding-right:15px;
	background:url(../img/picto/close.gif) no-repeat 100% .3em;
	font-size:11px;
}

#popinSelection .max .popinBody .close {
	position:absolute; top:1em; /*right:-20px;*/
	padding:0 20px 0 5px;
/*POPIN MODIF*/
	background-color:#FFF; 
	background-position:90% .45em;
	line-height:1.5;
}

#popinSelection .max .popinBody .print {
	position:absolute; top:1em; right:6em;
	padding:0 25px 0 5px;
	background:#FFF url(../img/picto/print.gif) no-repeat 95% .2em;
	font-size:11px;
	line-height:1.5;
}

#maskInner2 {
	width:100%; height:100%;
	background:url(../img/bg/popin.png);
}
/*
*
*  FIN PopinBelambra
*
*/
.max div.meta {position:absolute; top:0; left:0;}
.max div.meta .content {
	padding:.3em 10px;
	width:808px;
	background:url(../img/bg/popin_title.png) repeat-y; color:#FFF;
}

.popinBody h2 {
	color:#AC036D;
	font-size:20px; font-weight:normal;
	text-transform:uppercase;
}

.popinBody h3 {
	margin-bottom:.3em;
	color:#AC036D;
	font:bold italic 15px "Times New Roman", Times, Georgia, serif;
}

.popinBody p {margin-top:0;}

.popinBody .text {padding:.2em 0;}
.popinBody .text input, .popinBody .text textarea {
	padding:2px; border:1px solid #AC046E;
	width:150px;
}
.popinBody .text textarea {overflow:auto;}

/* #popinGeneric */
#popinGeneric {width:350px;}

#popinGeneric .popinBody {padding-bottom:5px;}

/* #popinSelection */
#popinSelection {width:450px;}

#popinSelection .login {
	float:left;
	margin-right:15px; border-right:1px solid #F1DBEA;
	width:220px;
	font-size:11px;
}
#popinSelection .login p {margin:0; padding:1.3em 15px 0 0;}

#popinSelection .submit {position:relative;}
#popinSelection .submit input, #popinSelection .submit a {position:absolute; top:-2em; right:15px;}
#popinSelection .submit p a {position:static; top:0; right:0;}

#popinSelection .register a {
	padding-left:10px;
	background:url(../img/bullet/4x7_n_94036A.gif) no-repeat 0 .4em; color:#94036A;
}

/* #popinPassword */
#popinPassword {width:350px;}

#popinPassword .text input {width:180px;}

#popinPassword .submit {position:relative;}
#popinPassword .submit input, #popinPassword .submit a {position:absolute; top:-2em; right:30px;}

/* #popinGallery, #popinPrices */
/*#popinGallery, #popinPrices {width:830px; height:500px;}*/
#popinGallery {width:830px; height:500px;}

/* #popinVirtualTour */
#popinVirtualTour{width:831px; height:680px;}
#popinVirtualTour iframe{z-index:10000;}

#popinGallery .popinChrome, #popinPrices .popinChrome, #popinVirtualTour .popinChrome {
	padding:0; border:1px solid #FFF;
	background:#FFF;
}
/* popinClubMap */
#popinClubMap {
    /*width:652px;height:658px;*/
    width:auto;
}
#popinClubMap .popinChrome {
    background: url(/BelambraResources/img/bg/popin_grey.png);
}
#popinClubMap img {display:block;}
#popinClubMap .popinBody {
    padding:0;
    border:1px solid #666;
}
#popinClubMap div.meta {
    position:relative; overflow:hidden;
}
#popinClubMap div.meta .content {
    width:auto;
}
#popinClubMap .contentPopin {margin:0;}

/* popinClubVideo */
#popinClubVideo {
   width:422px;height:420px;
}
#popinClubVideo .popinChrome {
    background: url(/BelambraResources/img/bg/popin_grey.png);
}
#popinClubVideo .popinBody {
    padding:0;
    border:1px solid #666;
}
#popinClubVideo div.meta .content {
    width:380px;
}
#popinClubVideo .contentPopin {
    margin-top:35px;
}

.contentPopin {
    margin-top:51px;
}

/* #popinSendToFriend */
#popinSendToFriend {width:450px;}

#popinSendToFriend .submit {
	padding-top:.5em;
	text-align:right;
}

#popinSendToFriend .text {padding:.3em 0;}

#popinSendToFriend .text label {
	float:left;
	margin-right:10px; padding-top:.2em;
	width:170px;
}

#popinSendToFriend .text input, #popinSendToFriend .text textarea {
	float:left;
	width:212px;
}
#popinSendToFriend .text textarea {height:7em;}

/* #popinGallery */
#popinGallery .popinBody {padding:0; border:0; height:498px;}

/* #popinPrices */
#popinPrices .popinBody {padding:0; border:0;}

/* #popinVirtualTour */
#popinVirtualTour .popinBody {padding:0; border:0; width:830px; height:680px;}

#popinGallery h1, #popinVirtualTour h1, #popinClubMap h1, #popinClubVideo h1 {font:bold italic 22px "Times New Roman", Times, Georgia, serif;}
#popinGallery h1 span, #popinVirtualTour h1 span, #popinClubMap h1 span, #popinClubVideo h1 span {
	display:block;
	font:normal 21px Arial, Verdana, Helvetica, sans-serif;
	text-transform:uppercase;
}
#popinGallery h1 img, #popinVirtualTour h1 img {position:absolute; top:0; left:608px;}

#popinGallery img {display:block;}

#popinGallery #thumbnails {
	position:absolute; top:80px; left:40px;
	width:130px; height:400px;
	background-color:#fff;
}

#popinGallery ul {
	position:absolute; top:24px; left:0;
	margin:0;
	width:128px; height:352px;
	overflow:hidden;
}

#popinGallery li {margin-bottom:12px; padding:3px;}
#popinGallery .slide li {position:absolute; top:-10000px; left:0;}

#popinGallery ul a {
	display:block;
	border:1px solid #4A3872;
}

#popinGallery .up, #popinGallery .down {position:absolute; top:0; left:57px;}
#popinGallery .down {top:393px;}
#popinGallery a.hide {left:-10000px;}

#popinPrices.max div.meta .content {height:30px;}

.bottom_popin_visiteVirtuelle {
	 height:18px;
	 position:relative;
	 background:transparent url(../img/bg/popin_title.png) repeat-y;
}
.bottom_popin_visiteVirtuelle .close{
	position:absolute;
	top:8px; right:3px;
	padding:0 5px 0 5px;
	background:#FFFFFF url(../img/picto/close.gif) no-repeat 100% .3em;
	line-height:1.5;
	font-size : 11px;
	/*margin-left : 776px;*/	
}
.max .bottom_popin_visiteVirtuelle .close {
	position:absolute;
	top:1px; right:3px;
	padding:0 17px 0 5px;
	background-color:#FFF; background-position:93% 3px;
	line-height:1.5;
	/*margin-left : 766px;*/
}

#popinVirtualTour #virtualTourFlash {
	position:relative; top:70px;
	width:828px;
}

/* #popinGoogleMap */
#popinGoogleMap{width:477px;}

#popinGoogleMap #content a{color:#4A3872; text-align:left}


/**
 * Forms validation
 * @section        validator
 */
p.headerError {
	margin-top:0;
	color:#C60000;
	font-weight:bold;
}

em.error {
	display:block;
	color:#C60000;
	font-weight:bold;
}

em.error, #errorPopin h3 {
	display:block;
	color:#C60000;
	font-weight:bold;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
}

input.error,
.join #content .text input.error, .join #content .text textarea.error, .join #content .date input.error {border-color:#C60000;}

.fauxSelect.error span, .fauxSelect.error ul {border-color:#C60000;}


/**
 * Booking popin
 * @section        bookingPopin
 */
#bookingPopin {
	position:absolute; top:100px; left:100px; z-index:9999;
	padding:25px 0 25px 25px; border:1px solid #FFF;
	width:239px;
	background:#FEFEFE url(../img/bg/bookingPopin.png) repeat-x 0 100%;
}

#bookingPopin .closePopin {
	position:absolute; top:0; left:243px;
	overflow:hidden;
	padding-top:21px;
	width:21px; height:0;
	background:url(../img/bg/close_bookingPopin.gif) no-repeat;
}
#bookingPopin .close img {display:block;}

#bookingPopin select {padding:1px; border:1px solid #7F9DB9;}

#bookingPopin .club select {width:208px;}
#bookingPopin .club {margin-bottom:7px;}
#bookingPopin .stayLength select {width:81px;}
#bookingPopin .people select {width:50px;}

#bookingPopin #seeClubPopin {margin:1px 0 0;}
#bookingPopin #seeClubPopin a {
	padding-left:8px;
	background:url(../img/bullet/3x5_CD33A3.gif) no-repeat 0 .5em; color:#CC36A2;
}

#bookingPopin label, #bookingPopin legend span {
	display:block;
	padding-bottom:1px;
	font-weight:bold;
}
#bookingPopin legend.completeBooking span {
	padding-bottom:1em;
	width:239px;
	color:#AB0F70;
	font:16px/1 "Times New Roman", Times, serif;
	white-space:normal;
}

#bookingPopinDate {
	border-color:#7F9DB9;
	background:#FFF;
}

#js #bookingPopin .day, #js #bookingPopin .month, #js #bookingPopin .year {position:absolute; left:-10000px;}

#bookingPopin .day input, #bookingPopin .month input, #bookingPopin .year input {
	margin:0; padding:1px 2px; border:1px solid #7F9DB9;
	width:40px;
}

#bookingPopin .openCalendar a.open {
	position:relative;
	overflow:hidden;
	padding-top:15px;
	width:17px; height:0;
	background:url(../img/picto/support_calendar.gif) no-repeat;
}

#bookingPopin .startDate {
	float:left;
	width:127px;
	overflow:hidden;
}
#bookingPopin .startDate legend span {width:127px;}

#bookingPopin .stayLength {
	float:left;
	width:81px;
}

#bookingPopin .people {
	clear:left;
	padding-top:7px;
}

#bookingPopin .people span {
	display:block;
	padding-top:2px;
	font-size:9px;
}

#bookingPopin .adults, #bookingPopin .children, #bookingPopin .babies {
	float:left;
	width:79px;
}

#bookingPopin .submit {
	padding-top:10px;
}


/**
 * Auto-clearing method (do not work in IE)
 * @section        clearing
 */
.openCalendar:after, .popin .content:after, #popinSendToFriend .text:after {
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
	content:".";
}


/* popin participants */
/**
 * Participants subtemplate (form)
 * @section        participants
 */
 
#participantsPopin {
	width:668px;
	overflow:hidden;
} 
 
#participantsForm {
	width:630px;
	font-size:11px;
}

/* containers */
#participantsPopin .surname, #participantsPopin .firstname {
	float:left;
	width:174px;
}

#participantsPopin .confirmation {
	float:left;
	width:110px;
	text-align:center;
}

#participantsPopin .date {
	float:right;
	width:172px; margin-top:0;
}

#participantsPopin .submit {
	padding:1.2em 14px .7em 0;
}

/* fieldset and legend */
#participantsPopin legend {
	padding-bottom:.8em;
	font-weight:bold;
	line-height:1.5;
}
#participantsPopin fieldset fieldset legend {
	padding-bottom:0;
	font-weight:normal;
}

fieldset.participant {padding-bottom:.8em;}
fieldset#p0 {padding-bottom:2em;}

/* fields and labels */
#participantsPopin label {
	display:block;
	line-height:1.5;
}

#participantsPopin .surname input, #participantsPopin .firstname input, #participantsPopin .date input {
	padding:2px; border:1px solid #CC37A2;
	width:158px;
}

#participantsPopin .date input {
	float:left;
	margin-right:5px;
	width:35px;
}
#participantsPopin .date .year input {width:60px;}

#participantsPopin .prevStep {float:left;}
#participantsPopin .nextStep {float:right;}

/* hide redundant elements */
#otherParticipants legend span, #otherParticipants label, #otherParticipants #p1 label.hide {position:absolute; left:-10000px;}
#otherParticipants #p1 fieldset legend span, #otherParticipants #p1 label {position:static; left:0;}


/* error message */
#checkMessageContainer h2{
	color:#C60000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 15px;
}
