/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Form Styling
 */
 
 
/** CAIXA NEWSLETTER***/

#Form_subscribeNewsletterForm_email{

	padding: 5px;
	margin:50px 0 0 22px;
	.margin:35px 0 0 22px;
	border: 1px solid #A7A7A7;
	color: #8c8a8b;
	background-color:#E6E4E5;
	font-family: Arial;
	font-size: 14px;
	font-weight: 100;
	width: 170px;
	float:left;

}

#Form_subscribeNewsletterForm .Actions{
	float:left;
}


#Form_subscribeNewsletterForm input.action  { 
	width: 15px;
	height:20px;
	border:0px;
	background:url(../../../themes/acabana/images/cabana_04.jpg);
	float:left;
	margin:54px 0 0 10px;
	.margin:64px 0 0 10px;
}

#Form_subscribeNewsletterForm fieldset{ 
	float:left;
}

/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
	font-size: 11px;
	color: #000000;
	
}

/* ACTION BUTTONS
---------------------------------------- */

input.action {
	padding: 2px;
	font-size:14px;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
	float:left;
}


/**   FORM */

	

#MemberLoginForm_LostPasswordForm{
width:800px;
margin:20px;
float: left;
	
}

#MemberLoginForm_LostPasswordForm label{
	width: 150px;
	float: left;
	
}



/* INPUT BOXS
---------------------------------------- */

#MemberLoginForm_LostPasswordForm_Email {
	float:left;
}


input.text, textarea, select {
	
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 14px;
	
	
		
}

.action nolabel{
	float:left;
	width:200px;
	background:url(../../../themes/acabana/images/cabana_04.jpg);
}

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;
	font-weight:bold;
	font-size: 14px;
	font-family: arial,Verdana, Tahoma, sans-serif;
}

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;
}
