@CHARSET "ISO-8859-1";

label {
	font-size:12px;
	display: block;
}

input,select,textarea{
	margin:5px 0px 5px 0px;
	border:1px solid gray;
	color:#990000;
}

#btnEnviar{
	margin-right: 10px;
	display:block;
	text-decoration:none;
	line-height: 25px;
	width:100px;
	height:25px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-image: url(../images/divpoplink.jpg);
	border: 1px solid #ccc;
	cursor:pointer;
}

#btnEnviar:hover{
	background-image: url(../images/divpoplink_hover.jpg);
}

form.cmxform { width: 50em; }
em.error {
  background:url("images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}
em.success {
  background:url("images/checked.gif") no-repeat 0px 0px;
  padding-left: 16px;
}

form.cmxform label.error {
	margin-left: auto;
	width: 250px;
}
em.error { color: black; }

#warning{
	display: none;
	position: absolute;
	background-color: green;
}
#warning2 {
	background-color:blue;
	color: red;
	background-color: #fff;
	border: 1px solid red;
	min-height: 50px; min-width: 100%;
	margin-bottom: 35px;
}

#cpfExiste{
	font-size: 12px;
	font-stretch: condensed;
	line-height: 30px;
}

.obs{
	font-size: 12px;
	font-stretch: condensed;
	line-height: 10px;
	color: #a33000;
}
