@charset "iso-8859-1";

*{
	margin: 0px auto;
}

body{
	background: #F7F7F7;
	font: 10pt Arial, Helvetica, serif-sans;
	color: #252525;
}

input[type="text"], input[type="password"], textarea, select{
	font: 10pt Arial, Helvetica, serif-sans;
	color: #252525;
	border: 1px solid #CCCCCC;
	padding: 4px;
	resize: none;
	-webkit-border-radius: 2px;
	-zhtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

textarea.txt-observacao{
	width: 600px;
	height: 50px;
}

input:focus, select:focus, textarea:focus{
	outline: none;
}

#blackout{
	background: url('../../imgs/fundo-blackout.png');
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10000;
	top: 0px;
	display: none;
}

/* BOTÃO PADRÃO */
input.botao-padrao{
	background: url('../../imgs/fundo-botao.png') repeat-x;
	border: 0px;
	padding: 0px 15px 0px 15px;
	height: 25px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}


input[readonly="readonly"]{
	background: #FCFCFC;
	color: #999999;
	text-align: center;
}

/* DESCRIÇÃO DAS PARCELAS */
.descricao{
	margin: 5px 5px -10px;
}