
#login_exception{
	margin:0;
	padding:0;
	width:310px;
	background:#2d333d none repeat scroll 0 0;
	padding:20px 20px 15px;
	color: #fff;
	font-weight: bold;
}

#login_exception p{
    color: #fff;
    margin:0;
	padding:0;
	font-weight: normal;
}

#MemberLoginForm_LoginForm {
	margin-bottom:20px;
	padding:20px 20px 15px;
	width:310px;
    font-weight:bold;
}

#MemberLoginForm_LoginForm #Password{
	height: 30px;
}

#MemberLoginForm_LoginForm p{
	margin: 0 0 10px 0;
	padding:0;
}

#MemberLoginForm_LoginForm #Remember label{
	float: none;
}

#MemberLoginForm_LoginForm fieldset #Email input, #MemberLoginForm_LoginForm fieldset #Password input{
	position: relative;
	top: -18px;
	left: 65px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #333333;
	color:#3C4C57;
	width: 235px;
}

#MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_error{
	padding-bottom: 20px;
}

#MemberLoginForm_LoginForm .Actions{
	text-align: right;
}

#MemberLoginForm_LoginForm_action_dologin {
    background: transparent url(../images/button/submit.gif) no-repeat scroll left top;
    width: 200px;
    border: none;
    height: 30px;
    font-size: 0 !important;
}
#MemberLoginForm_LoginForm_action_dologin:hover {
    background: transparent url(../images/button/submit_a.gif) no-repeat scroll left top;
}

/* FIELDSETS
---------------------------------------- */

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 12px;*/
}

/* ACTION BUTTONS
---------------------------------------- */

/* FIELD FORMATING
---------------------------------------- */
input, textarea {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #333333;
	color:#3C4C57;
}
input:focus, textarea:focus {
    border: 1px solid #741212;
}
label {
}

/* INPUT BOXS
---------------------------------------- */

/* SELECT DROPDOWN
---------------------------------------- */

/* LABELS
---------------------------------------- */

/* SEARCH BOX 
---------------------------------------- */

/*
* Newsletter Subscription Form
*/

#Form_NewsletterForm {
    padding: 0;
    margin: 0;
}
#Form_NewsletterForm fieldset {
	padding: 7px;
}
#Form_NewsletterForm legend {
    display: none;
}

#Form_NewsletterForm label {
	color: #177da6;
    font-weight: bold;
}

#Form_NewsletterForm input {
    font-size: 12px;
}

#Form_NewsletterForm div#FirstName, #Form_NewsletterForm div#Email {
    width: 200px;
    height: 45px;
    float: left;
    margin-left: 2px;
}

#Form_NewsletterForm div#FirstName input, #Form_NewsletterForm div#Email input {
    width: 198px;
    font-weight: normal;
    border: 1px solid #333333;
    margin-top: 2px;
    height: 16px;
}

#Form_NewsletterForm div#FirstName input:focus, #Form_NewsletterForm div#Email input:focus {
    border: 1px solid #741212;
}

#Form_NewsletterForm div#FirstName, #Form_NewsletterForm div#Email {
    float: left;
}

#Form_NewsletterForm span.message {
  color:#177da6;
font-weight:bold;
  float: right;
  position: relative;
  top: -37px;
}

#Form_NewsletterForm_action_NewsletterFormAction {
     
    background: transparent url(../images/button/subscribe.gif) no-repeat scroll left top;
    margin-left: 9px;
    margin-bottom: 5px;
    width: 200px;
    border: none;
    height: 30px;
}

#Form_NewsletterForm_action_NewsletterFormAction:hover {
    background: transparent url(../images/button/subscribe_a.gif) no-repeat scroll left top;
}



/*
* Event Booking Form
*/

#Form_BookingForm {
    margin: 0;
    width: 196px;
}

#Form_BookingForm fieldset {
  padding:0 6px 7px 10px;
}
#Form_BookingForm legend {
    display: none;
}

#Form_BookingForm label {
	color: #177da6;
    font-weight: bold;
}

#Form_BookingForm input {
    font-size: 12px;
}

#Form_BookingForm div#Name, #Form_BookingForm div#Email, #Form_BookingForm div#Number, #Form_BookingForm div#School, #Form_BookingForm div#NumberPlace {
    width: 202px;
    height: 45px;
    overflow: hidden;
}

#Form_BookingForm div#School {
    height: 42px;
}

#Form_BookingForm div input {
    font-weight: normal;
}

#Form_BookingForm div#Name input, #Form_BookingForm div#Email input, #Form_BookingForm div#Number input, #Form_BookingForm div#School input, #Form_BookingForm div#NumberPlace input {
    width: 198px;
    border: 1px solid #333333;
    margin-top: 2px;
    height: 16px;
}
#Form_BookingForm div#NumberPlace label {
margin-top:10px;
float: left;
}
#Form_BookingForm div#NumberPlace input {
	float: right;
    width: 40px;
    border: 1px solid #333333;
    margin-top: 5px;
    height: 18px;
}

#Form_BookingForm div#Name input:focus, #Form_BookingForm div#Email input:focus, #Form_BookingForm div#Number input:focus, #Form_BookingForm div#School input:focus, #Form_BookingForm div#NumberPlace input:focus {
    border: 1px solid #741212;
}

#Form_BookingForm div.Actions, #Form_BookingForm fieldset, #Form_BookingForm div#Name, #Form_BookingForm div#Email, #Form_BookingForm div#Number, #Form_BookingForm div#School, #Form_BookingForm div#NumberPlace {
    
}

#Form_BookingForm span.message {
    color:#177da6;
    font-weight:bold;
    float: right;
    position: relative;
    top: -37px;
}

#Form_BookingForm div#NumberPlace span.message {
    top: 2px;
    float: left;
}

#Form_BookinForm div#Number, #Form_BookingForm div#NumberPlace {
    clear: right;
}

#Form_BookingForm_TotalNumberofPlaces, #Form_BookingForm_totalPlaces {
    float: left;
}

#Form_BookingForm div.Actions {

}

#Form_BookingForm_totalPlaces {
    float: right;
    padding-left: 5px;
}

#Form_BookingForm_action_DoBookingForm {
    background: transparent url(../images/button/submit_BookingForm.gif) no-repeat scroll left top;
    width: 200px;
    border: none;
    height: 30px;
    
    margin-left: 8px;
    margin-bottom: 5px;
}

#Form_BookingForm_action_DoBookingForm:hover {
    background: transparent url(../images/button/submit_BookingForm_a.gif) no-repeat scroll left top;
}

#Form_BookingForm_BookingExseprion {
    clear: both !important;
    display: block !important;
    padding-top: 10px;
}

#Form_BookingForm_RequestFields{
  clear: both;
  display: block;
  margin-top: 30px;
}

#Form_BookingForm_RequestFields1{
  clear: both;
  display: block;
  margin-top: 10px;
}

/*
* Security login form
*/

#MemberLoginForm_LogoutForm{
  padding-top: 30px;
  width: 160px;
}

#MemberLoginForm_LogoutForm button{
  width: 200px;
  height: 26px;
  border: none;
  margin: 0px;
  background:transparent url(../images/button/logout.gif) no-repeat scroll left top;
}

#MemberLoginForm_LogoutForm button:hover{
  background:transparent url(../images/button/logout_a.gif) no-repeat scroll left top;
}

/*
* Contact Form
*/

#Form_ContactUsForm {
    margin: 0;
    width: 100%;
}

#Form_ContactUsForm fieldset {
  padding:0 0 7px;
  height: 163px;
}
#Form_ContactUsForm legend {
    display: none;
}

#Form_ContactUsForm label {
	color: #177da6;
    font-weight: bold;
    height:15px;
}

#Form_ContactUsForm input, textarea {
    font-size: 12px;
}
#Form_ContactUsForm input, textarea {
    font-family: Arial, Regular;
}

#Form_ContactUsForm div#FirstName {
    float: left;
    width: 210px;
    height: 45px;
    margin-top: -3px;
}

#Form_ContactUsForm div#Email {
    float: left;
    width: 210px;
    height: 45px;
}

#Form_ContactUsForm div#Number {
    float: left;
    width: 210px;
    height: 45px;
}

#Form_ContactUsForm div#Content {
    float: right;
    height: 115px;
    margin-top: -3px;
}

#Form_ContactUsForm div input {
    font-weight: normal;
}

#Form_ContactUsForm div#FirstName input, #Form_ContactUsForm div#Email input, #Form_ContactUsForm div#Number input {
    width: 210px;
    border: 1px solid #333333;
    margin-top: 1px;
    height: 18px;
}
#Form_ContactUsForm div#FirstName input:focus, #Form_ContactUsForm div#Email input:focus, #Form_ContactUsForm div#Number input:focus {
    border: 1px solid #741212;
}

#Form_ContactUsForm div#Content textarea {
    width: 210px;
    border: 1px solid #333333;
    margin-top: 1px;
    height: 130px;
}
#Form_ContactUsForm div#Content textarea:focus {
    border: 1px solid #741212;
}

#Form_ContactUsForm span.message {
    color:#177da6;
    font-weight:bold;
    float: right;
    position: relative;
    top: -38px;
}

#Form_ContactUsForm div#Content span.message {
    top: -149px;
}

#Form_ContactUsForm div.Actions {
    float: right;
}

#Form_ContactUsForm_action_ContactAction {
    background: transparent url(../images/button/submit_ContactForm.gif) no-repeat scroll left top;
    width: 210px;
    border: none;
    height: 30px;
    margin-left: 8px;
}

#Form_ContactUsForm_action_ContactAction:hover {
    background: transparent url(../images/button/submit_ContactForm_a.gif) no-repeat scroll left top;
}



/*********************
 * Login form scc 
***********************/ 

#Form_popupLoginForm{
  font-family: Arial, Regular;
  font-size: 12px;
  margin: 7px 0 0;
}

#Form_popupLoginForm legend{
  font-size: 1px;
  margin: 0;
  padding: 0;  
}

#Form_popupLoginForm fieldset{
  margin: 0;
  padding: 0;
  
}

#Form_popupLoginForm #Email{
  height: 55px;
  width: 228px;
}

#Form_popupLoginForm #Password{
  height: 35px;
  width: 228px;
}

#Form_popupLoginForm #Email label, #Form_popupLoginForm #Password label{
  color: #177da6; 
  font-weight: bold;
}

#Form_popupLoginForm #Email .middleColumn, #Form_popupLoginForm #Password .middleColumn{
    margin-top: 3px;
}

#Form_popupLoginForm_Password, #Form_popupLoginForm_Email{
  width: 228px;
}

#Form_popupLoginForm span{
  font-size: 12px;
  color: #177da6; 
  font-weight: bold;
  position: relative;
  float: right;
  top: -38px;
}

#Form_popupLoginForm .Actions{
  padding-top: 15px;
}

#Form_popupLoginForm_action_PopupLoginAction{
  background: transparent url(../images/button/login_button.gif) no-repeat scroll left top;
  width: 79px;
  border: none;
  height: 30px;
  float: right;
  margin-top: 8px;
  margin-right: 21px;
}

#Form_popupLoginForm_action_PopupLoginAction:hover{
  background: transparent url(../images/button/login_button_a.gif) no-repeat scroll left top;
}


/*
* Unsubscribe
*/

#Unsubscribe_EmailAddressForm_EmailAddressForm div, #Unsubscribe_EmailAddressForm_EmailAddressForm fieldset{
	width: 310px;
	height: 50px;
}

#Unsubscribe_EmailAddressForm_EmailAddressForm label{
	font-weight:bold;
	color:#177da6;
}

#Unsubscribe_EmailAddressForm_EmailAddressForm{
	margin-top: 10px;
}

#Unsubscribe_EmailAddressForm_EmailAddressForm span{
	font-weight:bold;
  color: #177da6;
	float: right;
	position: relative;
	top: -60px;
}

#Unsubscribe_EmailAddressForm_EmailAddressForm div#Email input {
    width: 310px;
    border: 1px solid #333333;
    margin-top: 1px;
    height: 18px;
}

#Unsubscribe_EmailAddressForm_EmailAddressForm div#Email input:focus {
    border: 1px solid #741212;
}

#Unsubscribe_EmailAddressForm_EmailAddressForm .Actions{
  padding-top: 15px;
}

#Unsubscribe_EmailAddressForm_EmailAddressForm_action_UnsubscribeAction{
  background: transparent url(../images/button/unsubscribe.gif) no-repeat scroll left top;
  width: 200px;
  border: 0;
  height: 30px;
  float: right;
}

#Unsubscribe_EmailAddressForm_EmailAddressForm_action_UnsubscribeAction:hover{
  background: transparent url(../images/button/unsubscribe_a.gif) no-repeat scroll left top;
}

#Form_HomeNewsletterForm{
  margin: 0;
  padding: 0;
}

#Form_HomeNewsletterForm fieldset{
  margin: 0;
  padding: 0;
}

#Form_HomeNewsletterForm legend{
  margin: 0;
  padding: 0;
  height: 0px;
  font-size: 0px;
}

#Form_HomeNewsletterForm label{
    color: #177da6;
    margin-bottom: 3px;
}
#Form_HomeNewsletterForm #FirstName, #Form_HomeNewsletterForm #Email{
  float: left;
  height: 44px;
}

#Form_HomeNewsletterForm #FirstName label, #Form_HomeNewsletterForm #Email label{
  margin: 0;
  font-weight: bold;
}

#Form_HomeNewsletterForm .middleColumn input{
  border: 1px solid #333333;
    width: 218px;
    margin-bottom: 7px;
    height: 18px;
    border: 1px solid #333333;
}

#Form_HomeNewsletterForm .middleColumn input:focus{
  border: 1px solid #741212;
}

#Form_HomeNewsletterForm span{
  position: relative;
  float: right;
  top: -45px;
}

#Form_HomeNewsletterForm .Actions{
  width: 110px;
  height: 30px;
  float: right;
}

#Form_HomeNewsletterForm .Actions input{
  background: transparent url(../images/button/subscribe_footer.gif) no-repeat;
  border: 0;
  width: 110px;
  height: 30px;
}

#Form_HomeNewsletterForm .Actions input:hover{
  background: transparent url(../images/button/subscribe_footer_a.gif) no-repeat;
}





/* Primary night holder */

#Form_ShowStep h3{
  font-size: 18px;
  margin-bottom: 12px;
}

#Form_ShowStep .field{
  width: 443px;
}

#Form_ShowStep label{
  color:#177DA6;
  font-weight: bold;
}

#Form_ShowStep .message{
  color:#741212;
  font-weight: bold;
  float: right;
  position: relative;
  top: -42px;
}

#Form_ShowStep .Line{
  margin-top: 17px;
  margin-bottom: 5px;
  width: 95%;
  height: 10px;
  border-top: 1px solid #e5e5e5;
}

#Form_ShowStep h4{
  margin-top: 3px;
  font-weight: normal;
}

h3#Form_ShowStep_AlternativeContact, h3#Form_ShowStep_StudentTravel, h3#Form_ShowStep_medicalSpecialLabel, h3#Form_ShowStep_SportingChooseLabel{
  margin-top: 0px;
  margin-bottom: 5px;
}

#Form_ShowStep .Left{
  float: left;
}

#Form_ShowStep .TextLeft{
  width: 212px;
  margin: 0;
}

#Form_ShowStep div.TextLeft, #Form_ShowStep div.TextRight{
  height: 42px;
}

#Form_ShowStep div.nolabel{
  margin-top: 8px;
  height: 30px;
}


#Form_ShowStep label.required{
  float: right;
  color:#741212;
  position: relative;
  top: -42px;
}

#Form_ShowStep .TextRight label.required{
  right: -7px;
}

#Form_ShowStep #Day{
  width: 90px;
}

#Form_ShowStep #Day label.required{
  left: 170px;
}

#Form_ShowStep .textAddress{
  width: 438px;
}

#Form_ShowStep .middleColumn input, #Form_ShowStep #Day select{
  margin-top: 7px;
}

#Form_ShowStep #Day{
  margin-top: 16px;
}

#Day select, #Month select, #Year select{
  border:1px solid #000000;
  margin-top:7px;
}

#Form_ShowStep #Month, #Form_ShowStep #Year{
  margin-top: 23px;
}

#Form_ShowStep #Month label.required{
  right: -70px;
}

#Form_ShowStep #Year label.required{
  right: 30px;
}

#Form_ShowStep_Step2Notify{
  width: 440px;
  margin-bottom: 14px;
}

#Form_ShowStep_Step2Notify2{
  margin-bottom: 0px;
}

#Form_ShowStep .TextRight{
  width: 212px;
  margin-left: 7px;
}

#Form_ShowStep .TextRight label{
  margin-left: 7px;
}

#Form_ShowStep .selectLeft{
  float: left;
  width: 100px;
}

#Form_ShowStep select.selectLeft{
  width: 70px;
}

#Form_ShowStep #Form_ShowStep_Month{
  width: 90px;
}

#Form_ShowStep .disableText label{
  display: none;
}

#Form_ShowStep .disableText select{
  margin-top: 15px;
  margin-right: 15px;
}

#Form_ShowStep .checkbox label, #Form_ShowStep .optionset label{
  color: #333333;
  font-weight: normal;
}

#Form_ShowStep .topLine{
  border-top: 1px solid #e5e5e5;
  width: 95%;
}

#Form_ShowStep select.topLine, #Form_ShowStep select.TextLeft, #Form_ShowStep select.TextRight{
  border: 1px solid #000;
  width: 212px;
  margin-top: 7px;
}

#Form_ShowStep .Actions{
  width: 100%px;
  height: 30px;
  margin-top: 19px;
  margin-right: 24px;
}

#Form_ShowStep ul{
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
}

#Form_ShowStep ul li{
  display: inline;
}
        
#Form_ShowStep .optionset li label{
  color:#177DA6;
  font-weight: bold;
  float: none;
}

#Form_ShowStep textarea{
  margin-top: 17px;
  height: 80px;
  width: 98%;
}

#Form_ShowStep select{
  margin-top: 8px;
}

#Form_ShowStep #MedicationDetails label, #Form_ShowStep #SpecialEducationalDetails label{
  margin:0;
  padding: 0;
  clear: both;
  top: -115px;
  right: 7px;
}

#Form_ShowStep .Actions #Form_ShowStep_action_processStep2, #Form_ShowStep .Actions #Form_ShowStep_action_processStep1, #Form_ShowStep .Actions #Form_ShowStep_action_process{
  float: right;
  background: transparent url(../images/button/primary_night_continue_btn.gif) no-repeat;
  border: 0;
  width: 98px;
  height: 30px;
}

#Form_ShowStep .Actions #Form_ShowStep_action_processStep2:hover, #Form_ShowStep .Actions #Form_ShowStep_action_processStep1:hover, #Form_ShowStep .Actions #Form_ShowStep_action_process:hover{
  background: transparent url(../images/button/primary_night_continue_btn_a.gif) no-repeat;
}

#Form_ShowStep .Actions #Form_ShowStep_action_backstep{
  background: transparent url(../images/button/primary_night_back_btn.gif) no-repeat;
  border: 0;
  width: 98px;
  height: 30px;
}

#Form_ShowStep .Actions #Form_ShowStep_action_backstep:hover{
  background: transparent url(../images/button/primary_night_back_btn_a.gif) no-repeat;
}

.clear{
  clear: both;
}




#Form_GuardianForm label{
  font-size: 12px;
}

#Form_GuardianForm_Text, #Form_GuardianForm_Text2, #Form_GuardianForm_Text3{
  margin-bottom: 10px;
  display: block;
}

#nightwindow .Line{
  margin-top: 5px;
  margin-left: 13px;
  width: 93%;
  height: 3px;
  border-top: 1px solid #e5e5e5;
}

#Form_GuardianForm #Declaration label{
   font-size: 12px; 
   color: #177DA6; 
   font-weight: bold;
}

#Form_GuardianForm span{
  display: block;
  color:#177DA6;
  font-weight: bold;
}

#Form_GuardianForm .Actions{
  width: 79px;
  height: 30px;
  float: right;
  margin-top: 10px;
}

#Form_GuardianForm .Actions input{
  background: transparent url(../images/button/primary_night_submit_btn.gif) no-repeat;
  border: 0;
  width: 79px;
  height: 30px;
}

#Form_GuardianForm .Actions input:hover{
  background: transparent url(../images/button/primary_night_submit_btn_a.gif) no-repeat;
} 
