/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Form Styling
 */
span .fieldset{
  font-size: 8px;
}

.subscribe_exeprion{
	color: #5BBDF0;
	font-weight: bold;
	padding-top: 10px;
	font-size:10px;
	width: 140px;
	padding-left: 5px;
}

#MemberLoginForm_LoginForm1 input{
  font-weight: bold;
}

#Form_EditForm_TeamJobs{
  color: #fff;
}

#login_exception{
	margin:0;
	padding:0;
	width:310px;
	background:#426eb9 none repeat scroll 0 0;
	padding:20px 20px 15px;
	color: #fff;
	font-weight: bold;
}

#login_exception p{
	margin:0;
	padding:0;
	font-weight: normal;
}

#MemberLoginForm_LoginForm {
	margin-bottom:20px;
	padding:20px 20px 15px;
	width:310px;
	color:#C70101;
  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: -25px;
	left: 65px;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #4D81CC;
	color:#3C4C57;
	width: 235px;
}

#MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_error{
	padding-bottom: 20px;
}

#MemberLoginForm_LoginForm .Actions{
	text-align: right;
}

#MemberLoginForm_LoginForm .Actions input{
	height: 20px;
}
#MemberLoginForm_LoginForm .Actions input:hover{
	background:transparent url(../images/submit_a.gif) no-repeat scroll left top;
}

#book_block .action{
  background:url("../images/btn_submit.gif") no-repeat left top;
	border:0;
	width:87px;
	height:26px;
	float: right;
	margin-top: 5px;
}

#ContactUsForm{
	margin-top: 13px;
	width:385px;
}

#ContactUsForm .block_blue{
	width:375px;
}

#ContactUsForm .block_title{
	width:385px;
}

.ContactUsForm_Request{
	font-size: 10px;
	position: relative;
	float: left;
	top: -60px;
	left: 153px;
}

/* FIELDSETS
---------------------------------------- */
fieldset {
	margin:0;
	padding:0;
	border: 0;
	font-size: 12px;
}

/* ACTION BUTTONS
---------------------------------------- */


input.action {
	background:transparent url(../images/submit.gif) no-repeat scroll left top;
  padding: 2px;
	font-size: 1em;
	font-family: Verdana, Tahoma, Sans-serif;
	width: 60px;
	border: none;
}
input.text{
  height: 15px;
}

textarea:focus{
  background:transparent url(../images/bg_textarea.gif) repeat-x;
}

input.text:focus {
  background:transparent url(../images/bg_buttons.gif) repeat-x;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	
	
	padding: 4px;
	padding-left: 0px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.middleColumn .message {
    margin: 0;
	}
/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #4d81cc;
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.2em;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
	font-size: 1em;
}

label.right {
	display:inline;
}
/* SEARCH BOX 
---------------------------------------- */
#Search {
	width: 105px;
}
	input#Search_Form_SearchForm_Search {
		width: 110px;
		padding: 3px;
		margin-left: -4px;
		font-size: 1.2em;
	}
#Sidebar input.action {
	font-size: 1.2em;
	float: right;
	padding: 1px;
	margin: -22px 10px 0 0;
}

.login_image{
  float: left; 
  position: relative; 
  top: 75px;
}

/*
* NEWSCRIBE in HOMEPAGE
*/


#Form_HomeNewsletterForm{
  margin:0;
  padding: 0;
}

#Form_HomeNewsletterForm legend{
  font-size: 2px;
  height: 1px;
}

#Form_HomeNewsletterForm span{
	position: relative;
	font-weight: bold;
	top: -54px;
	left: 60px;
}

#Form_HomeNewsletterForm #FirstName span{
  left: 80px;
}

#Form_HomeNewsletterForm #FirstName, #Form_HomeNewsletterForm #Email{
  float: left;
	height: 50px;
	width: 390px;
}

#Form_HomeNewsletterForm #Email{
  width: 374px;
}

#Form_HomeNewsletterForm #FirstName{
  margin-right: 36px;
}

#Form_HomeNewsletterForm #FirstName input, #Form_HomeNewsletterForm #Email input{
  background: url(../images/homesubscribe.png) no-repeat;
  background-color: transparent;
  border: none;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  height: 25px;
  width: 280px;
}

#Form_HomeNewsletterForm #FirstName input:focus, #Form_HomeNewsletterForm #Email input:focus{
  background: url(../images/homesubscribe_focus.png) no-repeat;
}

#Form_HomeNewsletterForm #FirstName .middleColumn{
  margin-left: 79px;
  margin-top: 7px;
}

#Form_HomeNewsletterForm #Email .middleColumn{
  margin-left: 54px;
  margin-top: 7px;
}

#Form_HomeNewsletterForm #FirstName label, #Form_HomeNewsletterForm #Email label{
  position: relative;
  top: 35px;
}

#Form_HomeNewsletterForm fieldset{
  float: left;
  font-weight: bold;
}
#Form_HomeNewsletterForm label{
  color: #fff;
}


#Form_HomeNewsletterForm .Actions{
  float: left;
  padding-top: 32px;
}

#Form_HomeNewsletterForm .Actions input{
  background:transparent url(../images/submitwhite.png) no-repeat scroll left top;
  width: 60px;
  border: none;
  height: 20px;
}
#Form_HomeNewsletterForm .Actions input:hover{
  background:transparent url(../images/submitwhite_a.gif) no-repeat scroll left top;
}


/* 
 * Booking form
 */
#Form_BookingForm #Name, #Form_BookingForm #Email, #Form_BookingForm #Number, #Form_BookingForm #School, #Form_BookingForm #NumberPlace, 
#Form_BookingForm #TotalNumberofPlaces{
  padding: 3px 9px 3px 7px;
}

#Form_BookingForm #Name, #Form_BookingForm #Email, #Form_BookingForm #Number, #Form_BookingForm #School{
  height:45px;
}

#Form_BookingForm #Form_BookingForm_TotalNumberofPlaces{
  float: left;
  margin-left: 5px;
}

#Form_BookingForm #Form_BookingForm_totalPlaces{
  float: right;
  margin-right: 20px;
  margin-bottom: 10px;
}

#Form_BookingForm label{
  color: #C70101;
  font-weight: bold;
}

#Form_BookingForm #NumberPlace{
	clear: both;
  margin-top: 5px;
}

#Form_BookingForm #NumberPlace .middleColumn{
	position: relative;
	top: -20px;
	right: 3px;
}

#Form_BookingForm #NumberPlace span{
  position: relative;
  top: -20px;
}

#Form_BookingForm #TotalNumberofPlaces{
	clear: both;
  position: relative;
	top: -10px;
}

#Form_BookingForm #Form_BookingForm_NumberPlace{
	position: relative;
	left: 170px;
	width: 33px;
}

#Form_BookingForm #TotalNumberofPlaces .middleColumn{
  width: 30px;
  float: right;
  position: relative;
  top: -6px;
  
}

#Form_BookingForm #TotalNumberofPlaces input{
  background-color: transparent;
  color: #C70101;
  border: none;
  text-align: center;
}

#Form_BookingForm span{
  float: right;
  position: relative;
  top: -44px;
  color: #C70101;
  font-weight: bold;
}

#Form_BookingForm .Actions {
  border: none;
  float:right;
  margin-bottom: 10px;
  padding-right: 10px;
  width: 60px;
  height: 20px;
}

#Form_BookingForm .Actions input{
  background:transparent url(../images/submit.gif) no-repeat scroll left top;
  border: none;
  width: 60px;
  height: 20px;
}
#Form_BookingForm .Actions input:hover{
  background:transparent url(../images/submit_a.gif) no-repeat scroll left top;
}

#Form_BookingForm #Form_BookingForm_Exception{
  margin-left: 7px;
}

#RequestFields{
  font-weight: bold;
  color: #C70101;
  margin-left: 5px;
  font-size: 10px;
}

/*
*  CONTACT US
*/

.contact_denotes{
  padding-top: 3px;
  font-size: 10px;
  width: 170px;
}

#Form_ContactUsForm div{
  width: 202px;
  height: 50px;
}

#Form_ContactUsForm #FirstName{
  float: left;
}

#Form_ContactUsForm #Email{
  clear: both;
}

#Form_ContactUsForm .clear{
  width:0px;
  height:0px;
}

#Form_ContactUsForm fieldset{
  height: 150px;
}

#Form_ContactUsForm #Content{
  float: right;
  position: relative;
  top: -2px;
  right: 16px;
}

#Form_ContactUsForm #Content textarea{
  height: 116px;
  width: 214px;
}

#Form_ContactUsForm span{
  	float: right;
    text-align: right;
    color: #C70101;
  	font-weight: bold;
  	position: relative;
  	top: -73px; 	
}

#Form_ContactUsForm #Content span{
  top: -73px;
  left: 20px;
}

#Form_ContactUsForm .Actions{
  float: right;
  width: 60px;
  height: 20px;
}

#Form_ContactUsForm .Actions input{
  background:transparent url(../images/submit.gif) no-repeat scroll left top;
  border: none;
  width: 60px;
  height: 20px;
}

#Form_ContactUsForm .Actions input:hover{
  background:transparent url(../images/submit_a.gif) no-repeat scroll left top;
}

/*
* Subscribe
*/

.subscribe_denotes{
  font-size: 11px;
  margin-top: 3px;
  margin-left: 8px;
  color:#C70101; 
  width: 150px;
}

#Form_NewsletterForm #FirstName{
  margin-top: 5px;
}

#Form_NewsletterForm #FirstName, #Form_NewsletterForm #Email{
  padding: 3px 9px;
  height: 45px;
}


#Form_NewsletterForm label{
  color: #C70101;
  font-weight: bold;
}

#Form_NewsletterForm .Actions{
  margin-right: 7px;
  margin-bottom: 10px;
  float: right;
  width: 60px;
  height: 20px;
}

#Form_NewsletterForm span{
  	float: right;
    color: #C70101;
  	font-weight: bold;
  	text-align: right;
  	position: relative;
  	top: -42px;
}

#Form_NewsletterForm .Actions input{
  background:transparent url(../images/submit.gif) no-repeat scroll left top;
  border: none;
  width: 60px;
  height: 20px;
}

#Form_NewsletterForm .Actions input:hover{
  background:transparent url(../images/submit_a.gif) no-repeat scroll left top;
}

/*
* Security login form
*/

#MemberLoginForm_LogoutForm{
  padding-top: 30px;
  width: 160px;
  height: 100px;
}

#MemberLoginForm_LogoutForm button{
  width: 65px;
  height: 20px;
  border: none;
  margin: 0px;
  background:transparent url(../images/btn_logout.gif) no-repeat scroll left top;
}

#MemberLoginForm_LogoutForm button:hover{
  background:transparent url(../images/btn_logout_a.gif) no-repeat scroll left top;
}