/*
html {margin:0;padding:0;}

body {
	margin: 0;
	padding: 0;
	color: #363636;
	background-repeat: repeat-x;
	background-image: url(/grafica/zice/bg/pick_bg.jpg);
	border:none;
}
*/

/*alertMessage*/
#alertMessage {
	font-size:14px;
	font-weight:bold;
	padding:15px 25px 15px 45px;
	text-align:center;
	width:auto;
	z-index:100001;
	cursor:pointer;
/*	font-family:'Myriad Pro', Arial, Helvetica, sans-serif;*/
	background-color:#C2E3F0;
	color:#34667A;
/*	text-shadow:1px 1px 1px #C8EBFB;*/
	display:none;
	
	position:fixed;
	right: -20px;
	top: 50px;
	
	text-transform: uppercase;
	opacity:0.6;
	filter:alpha(opacity=0.6);
	background-image: url(/grafica/zice/info.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.alertMessage {
	font-size:16px;
	font-weight:bold;
	padding:15px 25px 15px 45px;
	width:auto;
	cursor:pointer;
	font-family:'Myriad Pro', Arial, Helvetica, sans-serif;
	background-color:#C2E3F0;
	color:#34667A;
/*	text-shadow:1px 1px 1px #C8EBFB;*/
	text-transform: uppercase;
	margin-bottom:15px;
	background-image: url(/grafica/zice/info.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
#alertMessage span, .alertMessage span {
	border-left: 1px #488eaa solid;
	border-right: 1px #efefef solid;
	margin-right:10px;
	padding:5px 0px;
}
#alertMessage.error, .alertMessage.error {
	background-color:#fc4a48;
	color:#5A0000;
/*	text-shadow:1px 1px 1px #E64040;*/
	background-image: url(/grafica/zice/error.png);
	border: 1px #a93a25 solid;
}
#alertMessage.error span, .alertMessage.error span {
	border-left: 1px #7a0202 solid;
	border-right: 1px #f08c8a solid;
	margin-right:10px;
	padding:5px 0px;
}
#alertMessage.success, .alertMessage.success {
	background-color:#9bc652;
	color:#324e03;
/*	text-shadow:1px 1px 1px #5c9201;*/
	background-image: url(/grafica/zice/checkmark2.png);
	border: 1px solid #69a44d;
}
.alertMessage.success span {
	border-left: 1px #688901 solid;
	border-right: 1px #d0e4a7 solid;
	margin-right:10px;
	padding:5px 0px;
}
#alertMessage.warning, .alertMessage.warning {
	background-color:#fcdb72;
	color:#987402;
/*	text-shadow:1px 1px 1px #e7b104;*/
	background-image: url(/grafica/zice/help.png);
}
#alertMessage.warning span, .alertMessage.warning span {
	border-left: 1px #987402 solid;
	border-right: 1px #fff0c2 solid;
	margin-right:10px;
	padding:5px 0px;
}

input[type=text].error, input[type=password].error {
	background-color: #f3d8d8;
	background-position: 5px 5px;
	padding-left: 5px;
	opacity=0.75;
	filter:alpha(opacity=0.75);
}
#imgLogout{
	border:none;
	width:16px;
	height:16px;
	background-image: url(/grafica/images/16x16/shut_down.png);
}
#imgLogout:hover{cursor:pointer;}