/* zuksa style overrides */
html body{
  background: #D0E4EB url(background-zuksa.jpg) repeat-x scroll 0 0;
}

html #header {
	background: white;
}
html .thumbnails .button-label{
	display: none;
}
/* -------------------- newsletter -------------------- */
html div.newsletter-form {
	display: block;
  margin-bottom: 20px;
  padding: 60px 0 5px 0;
  background: url(boletin.jpg) #D7E4D3 no-repeat;
  text-align: center;
}
html div.input-button {
	
}
html div.newsletter-form label {
  display: none;
}
html div.newsletter-form input.input-text {
  width:170px;
}
html div.newsletter-form .loading-indicator{
  float: none;
  margin: 0;
}
html div.newsletter-form .errorExplanation{
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
html div.newsletter-form .errorExplanation h2, div.newsletter-form .errorExplanation p{
  display:none;
}
html div.newsletter-form .errorExplanation ul{
  margin: 0px;
  padding: 0px;
}
html #sidebar div.newsletter-form-success{
	display: block;
  background: url(boletin.jpg) #D7E4D3 no-repeat;
  padding:60px 0 10px;
  text-align:center;
}
html #sidebar div.newsletter-form-success h1{
  color: #79B306;
  font-weight: bold;
  font-size:15px;
  margin:0;
  padding:0;
  width:auto;
}
html #sidebar div.newsletter-form-success p{
  font-size:13px;
  margin:0;
  padding:0;
  color: black;
}

html #sidebar div.newsletter-form input{
	width: 170px;
}
html #sidebar div.newsletter-form #submit_button, html #sidebar div.newsletter-form-success #submit_button{
  background:transparent url(http://www.zuksa.net/themes/minimaloide/images/master-1.png) no-repeat scroll 0 -377px;
  border: none;
  color:#FFF;
  cursor:pointer;
  width:81px;
  padding:4px 0;
  font-size: 100%;
}

#home_header div.image-viewport {
  background: white;
}

