input {
	font-family:Arial, sans-serif;
	font-size:12px;
}

/*Text inputs*/
#newsletter_textinput{
	width:134px;
	height:17px;
	background:url(images/newsletter_input.gif) no-repeat left top;
	border:none;
	font-size:12px;
	color:#333;

}
/*Button*/
.sortear_submit, .submit{
	width:62px;
	font-weight:bold;
	background:#f7942b;
	border:1px solid #000;
	height:25px;
	font-size:12px;
	cursor: pointer;
	color:#fff;
}
.sortear_submit:hover{
	color:#000;
}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
#addcalendario{
font-family: Trebuchet MS, Tahoma;
color: #D50303;
text-align: left;
margin: 20px 15px 20px 5px;
background: #fff;
padding: 10px;
border: 3px solid #F7942B;
}
#addcalendario h2{
font-size: 18px;
}
#addcalendario form input, #body_small{
border: 1px solid #F7942B;
}
