.ketchup-error-container {
  display: none;
  position: absolute;
  width: auto;
}

.ketchup-error-container ol {
  -moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 rgba(255, 0, 0, 0.6);
	color:#FFFFFF;
	font-size:12px;
	line-height:10px;
	list-style:none outside none;
	margin-bottom:0;
	padding:10px;
}

.ketchup-error-container span {
  display: block;
  width: 0; 
  height: 0; 
  border-left: 0 solid transparent; 
  border-right: 15px solid transparent;
  border-top: 10px solid red;
  border-top: 10px solid rgba(255, 0, 0, 0.6);
  border-bottom: 0;
  margin-left: 10px;
}

.accesso form{
	width: 155px;
}

.accesso form input{
	width: 150px;
}

.accesso form .button input{
	border:1px solid #999;
	float: right;
	width: 100px;
}

.accesso form p{
	padding-bottom: 5px;
	margin:0px;
}

#registrazione{
	text-align: left;
}

#registrazione form{
	width: 355px;
	margin:auto;
}

#registrazione form p{
	padding-bottom: 5px;
	margin:0px;
}

#registrazione form input{
	margin-bottom:10px;
	width: 350px;
}

#registrazione form .button{
	float:right;
}

#registrazione form .button input{
	border:1px solid #999;
	float: right;
	width: 130px;
}		

form {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 510px;
	padding-bottom: 20px;
}

form #privacy{
	width: auto;
	float:left;
}

form div {
	margin-bottom: 10px;
}

form label {
	display: block;
	font-size: 12px;
	color:#999999;
	margin-bottom: 5px;
}

form input {
	width: 307px;
	padding: 0px;
}

form textarea {
	padding: 5px;
}

form .submit {
	text-align: right;
	margin-bottom: 0;
}

form .submit input {
	width: 100px;
	border:1px solid #fff;
}

.ketchup-error-container-alt {
  margin: 10px;
  width: 510px;
  display: none;
}
.ketchup-error-container-alt li {
  background: #f04d5b;
  color: black;
  padding: 3px 10px 3px 10px;
  font-size: 11px;
  margin-bottom: 3px;
  boder-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}

