
#newssubscribe,
#newsletterform #name,
#newsletterform #email {
  width: 253px;
  vertical-align: top;
}

.subscribe label {
  display: block;
  min-width: 50px;
}

.subscribe input[type="text"] {
  height: 35px;
  width: 90%;
  margin-bottom: 10px;
  padding: 2px 10px;
  border-radius: 5px;
  border: 1px solid #B48229;
  color: #216092;
  background-color: #f1f1f1;
}

.subscribe input[type="text"]:focus {
  background-color: #fff;
}

.subscribe label {
  color: #216092;
}

.mailinglist input {
	margin: 4px 7px;
	vertical-align: top;
}

.subscribe h3 {
  margin-bottom: 15px !important;
  font-size: 16px !important;
  font-weight: bolder !important;
  text-transform: uppercase !important;
  color: #216092 !important;
}

button[type="submit"] {
    background-color: #f1f1f1;
    border: 1px solid #B48229;
    border-radius: 5px;
    color: #216092;
    height: 35px;
    margin-bottom: 10px;
    padding: 2px 10px;
}

button[type="submit"]:hover {
  background: none repeat scroll 0 0 #B48229;
  color:#fff;
}


/*--------------info warning box-------------------*/
.box .box {
  margin: 0;
  padding: 0;
}

.box {
  border-radius: 5px;
  display: none;
  margin: 20px 0;
  padding: 15px 7px 15px 15px;
}

.box a.close {
  border: 0 none;
  float: right;
  font-size: 22px;
  text-decoration: none;
}

.box.boxsuccess {
  background-color: #89ed8d;
  color: #2e532f;
}

.box.boxsuccess a {
  color: #1f3820;
  font-weight: bold;
}

.box ul {
  margin: 0;
  padding-left: 20px;
  padding-bottom: 10px;
}

.box.boxerror,.box.boxerror-news  {
  background-color: #ffc6c4;
  color: #a91b1b;
}

.box.boxerror a ,.box.boxerror-news a{
  color: #801414;
  font-weight: bold;
}

.submitbtndisabled {
  padding-right:30px !important;
  background: url("/projects/crestproject/sites/all/modules/vliz/vliznewsletter/images/loading.gif") no-repeat scroll right 5px center;
}

#currentsubscriptions,
#possiblesubscriptions {
  border-radius: 7px;
  margin: 14px 0;
  padding: 14px;
  background-color: #f1f1f1;
  line-height:25px;
}

#currentsubscriptions ul,
#possiblesubscriptions ul{
  padding:7px;
  margin:0px;
}

#currentsubscriptions .curritems li {
	background: #fff;
	margin-bottom: 5px;
	padding: 7px;
}

#newsletterform input,
#newsletterform .subscribebtn {
  display:inline-block;
}

.subscribebtn {
  clear:both;
}

#newsletterform #address {
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: -99;
}
