form {
	position: relative;
}

label input {
	vertical-align: middle;
	margin-right: 5px;
}

select > option {
	padding-right: 20px;
}

form fieldset {
	border: none;
	margin-bottom: 15px;
}

form .field {
	margin-top: 6px;
	*margin-top: 4px;
}

form .field label {
	width: 130px;
	padding-right: 3px;
	display: block;
	float: left;
	text-align: right;
	font-weight: bold;
	line-height: 20px;
	}
	
form .field label.internal {
	clear: none;
	display: inline;
	float: none;
	width: auto;
	margin-left: 6px;
}

form .field input, form .field textarea, form .field select {
	padding: 2px;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	}

form .submit {
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

.displayBox form .submit {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

form .submit:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

form .submit input.salvar {
	background: transparent url('../img/btn_salvar.gif') no-repeat scroll top left;
	border: none;
	width: 85px;
	height: 30px;
	text-indent: -9999em;
	overflow: hidden;
	float: right;
}

form .submit input.confirmar {
	float: right;
}

form .submit input.remover {
	background: transparent url('../img/btn_remover.gif') no-repeat scroll top left;
	border: none;
	width: 85px;
	height: 30px;
	text-indent: -9999em;
	overflow: hidden;
	float: right;
	margin-right: 15px;
}

form .submit input.enviar {
	background: transparent url('../img/btn_enviar2.gif') no-repeat scroll top left;
	border: none;
	width: 85px;
	height: 30px;
	text-indent: -9999em;
	overflow: hidden;
	float: right;
}

form .submit .cancelar, .confirm .cancelButton {
	float: left;
	background: transparent url('../img/btn_cancelar.gif') no-repeat scroll top left;
	border: none;
	width: 85px;
	height: 30px;
	text-indent: -9999em;
	overflow: hidden;
	margin-right: 5px;
}

.confirm .message {
	padding: 10px;
	padding-bottom: 20px;
}

.confirm .removerButton {
	float: right;
	background: transparent url('../img/btn_remover.gif') no-repeat scroll top left;
	border: none;
	width: 85px;
	height: 30px;
	text-indent: -9999em;
	overflow: hidden;
	margin-right: 5px;
}

.confirm .buttons {
	position: relative;
	bottom: 5px;
	margin: 0 5px;
}

form .field p.error {
	margin-bottom: 0 !important;
}

form input.error, form textarea.error {
	background-image: url('../img/icon_error.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom right;
	padding-right: 20px;
}

form input.cpf.error {
	width: 127px;
}

form select.error {
	background: #FFF url('../img/icon_error.gif') no-repeat scroll bottom left;
	padding-left: 20px;
}

form label input.error, form label textarea.error {
	width: auto;
}

.errorTip, .errorTip p {
	background-color: #da5f52 !important;
	padding:5px !important;
	color:#FFF !important;
	font-weight: bold !important;
	margin: 0 !important;
	height: auto !important;
	border: none !important;
}

.errorTip .seta {
	background: url('../img/seta.gif') no-repeat scroll top left;
	width: 12px;
	height: 7px;
	position: absolute;
	top: -7px;
	right: 6px;
}

.errorTip p {
	margin: 0 !important;
}


form input.buscar {
	width: 56px;
	background-color: #98BC03;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Tahoma,Verdana;
	font-size: 11px;
	font-weight: bold;
	border: 0;
	margin-top: 0 !important;
	margin-left: 5px;
	}

#UsuarioEnderecoNumero {
	width: 30px;
}

form .submit input {
	width: 98px;
	height: 34px;
	font-family: Tahoma, Verdana;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
	}

dl.form {
}

dl.form dt, dl.form dd {
	line-height: 17px;
	min-height: 17px;
	padding: 4px 0;
}

dl.form dt {
	clear: left;
	display: block;
	padding-right: 4px;
	float: left;
	padding-left: 4px;
	font-weight: bold;
}

dl.form dd {
	padding-right: 4px;
	padding-left: 4px;
}

dl.form dt.strip-0, dl.form dt.strip-0 + dd {
	background-color: #ececdc;
}

dl.form dt.strip-1, dl.form dt.strip-1 + dd {
	background-color: #f8f8e9;
}