input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #a94442;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.theteams .parsley-errors-list {
		left: 113px;
    top: 0px;
    width: 200px;
}
.parsley-errors-list {

background-color: #f2dede;
	z-index: 200;
  margin: 2px 0 3px 0;
  padding: 8px;
  list-style-type: none;
  display:none;
  color: #a94442;
  -moz-opacity: 1;
  text-align: right;
  -webkit-opacity: 1;
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in-;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  display: block;
}

/* .parsley-errors-list:after, .parsley-errors-list:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.parsley-errors-list:after {
	border-color: rgba(250, 250, 250, 0);
	border-bottom-color: #fafafa;
	border-width: 8px;
	margin-left: -8px;
}
.parsley-errors-list:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #a94442;
	border-width: 10px;
	margin-left: -10px;
}
*/
.theteams .parsley-errors-list:after, .theteams .parsley-errors-list:before {
	right: 100%;
	top: 50%;
	bottom: auto;
	left: auto;	
}

.theteams .parsley-errors-list:after {
	border-color: rgba(250, 250, 250, 0);
	border-right-color: #fafafa;
	border-width: 8px;
	margin-top: -8px;
}
.theteams .parsley-errors-list:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #a94442;
	border-width: 10px;
	margin-top: -10px;
}