@CHARSET "UTF-8";

.formulariopub .error{
	color:#dd0000;
	font-size:11px;
	display:block;
	text-align:left;
	margin-top:10px;
}

.formulariopub{
	margin-bottom:15px;
}

.formulariopub dl{
	margin-bottom:10px;
	margin-left:-40px;
}

* html .formulariopub dl{
	margin-bottom:10px;
	margin-left:-10px;
}

.formulariopub dt{
	font-size:12px;
	margin-top:12px;
	margin-right:25px;
	float:left;
	width:100px;
	color:#58585a;
	text-align:right;
}


.formulariopub dd{
	margin-left:10px;
	margin-top:5px;
	float:left;
	text-align:right;
}

.formulariopub input{
	border:2px solid #64c2cc;
	background-color:#fff;
	color:#444;
	padding-top:5px;
	padding-left:2px;
	font-size:12px;
	font-weight:normal;
	height:18px;
}

*html .formulariopub input{
	border:2px solid #64c2cc;
	background-color:#fff;
	color:#444;
	padding-top:5px;
	padding-left:2px;
	font-size:12px;
	font-weight:normal;
	height:28px;
}

.formulariopub textarea{
	border:2px solid #64c2cc;
	background-color:#fff;
	color:#444;
	font-size:12px;
	font-weight:normal;
	padding:5px;
	font-family:"Lucida Sans Unicode",sans-serif;
	width:215px;
}

.formulariopub .boton{
	margin-left:75px;
	margin-top:5px;
	margin-bottom:20px;
	padding-top:0px;
	text-align:center;
	cursor:pointer;
	border:none;
	width:101px;
	height:33px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:url("../images/forms/botonenviarpub.gif") no-repeat;
}

#popup_ok, #popup_cancel{
	width:103px;
	margin-top:20px;
	height:37px;
	font-size:14px;
	font-weight:bold;
	color:#f28d17;
	border:none;
	background:url("../images/layout/boton_alert.gif") no-repeat;
	cursor:pointer;
	padding-bottom:5px;
}

.botonm{
	margin-top:15px;
	padding-top:0px;
	text-align:center;
	cursor:pointer;
	border:none;
	width:101px;
	height:33px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:url("../images/forms/botonenviarpub.gif") no-repeat;
}

.ajaxloader{
	margin-left:5px;
	margin-top:15px;
	display:none;
}
