@charset "utf-8";
/* Resetando */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* Lembrar de definir o estilo do focus */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	overflow-x:hidden;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
#Holder {
	width: 532px;
	margin: 0 auto;
	position: relative;	
}
br {
	clear: both;	
}

.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}

.no_language {
	display:block;
	width:300px;
	padding:3px;
	/*background-color:#fff;*/
	font-weight:bold;
	clear:both;
	margin-bottom:10px;
}