body {
	margin: 0;
	padding: 10px;
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size: 12px;
}

span.checkbox {
	width: 19px;
	height: 26px;
	padding: 0 0 0 0;
	background: url(../imagens/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../imagens/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 10px/21px arial,sans-serif;
	background: url(../imagens/select.gif) no-repeat;
	overflow: hidden;
}
.textfield {
	border: 1px solid #000;
}

.form_titulo {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.form_subtitulo {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999;
}.text_obrigatorio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
.botao_submit_vermelho_xs {
	background-image: url(btn_red_small.gif);
}

.button_red_small {
    border: none;
    background: url('red_small.gif') no-repeat top left;
    padding: 2px 8px;
}
.button_grey_big {
    border: none;
    background: url('grey_big.gif') no-repeat top left;
    padding: 2px 8px;
}
.button_red_big {
    border: none;
    background: url('red_big.gif') no-repeat top left;
    padding: 2px 8px;
}
.btn {
	float: left;
	clear: both;
	background: url(btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_red { background-color: red; }
.btn_gray { background-color: gray; }
.clear {
	clear: both;
}