/*
| YAHOO UI CSS RESET
*/

body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*
| OUTROS RESETS
*/

*{
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:11px;
}

body{
	color:#333;
}

*{
	outline:none;
}

strong, b{
	font-weight:bold;
	font-size:inherit;
	font-family:inherit;
	color:inherit;
}

p{
	padding-top:5px;
	padding-bottom:5px;
}

.cadeado_restrito{
	width: 12px;
	height: 14px;
	display:block;
	position: relative;
	float: left;

	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 20px; 
	}
	
.cadeado_restrito_interno{
	width: 12px;
	height: 14px;
	background-image: url(../images/cadeado.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	float: left;
	margin-top: 2px;
	margin-right: 10px;
}
