#buttons_orcamento {
	float: left;
	width: 300px;
	margin: 10px 0;
}

#form_block {
    background-color: #000000;
    display: none;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    z-index: 7000;
}

#form_orcamento {
	display: none;
	width: 900px;
	position: fixed;
	z-index: 9999;
	background: #FFF;
	padding: 10px;
	border-radius: 5px;
}

#form_orcamento .left-cont {
	width: 500px;
	float: left;
}

#form_orcamento .left-cont .message-orcamento {
	background: #DDD;
	padding: 5px;
	border-radius: 5px;
	width: 475px;
}

#form_orcamento .left-cont .table-orcamento {
	width: 475px;
}

#form_orcamento .left-cont .table-orcamento tbody tr th {
	font-weight: bold;
	font-size: 14px;
}

#form_orcamento .left-cont .table-orcamento tbody tr td {
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
}

#form_orcamento .left-cont .table-orcamento tbody tr td .qty {
	float: left;
	width: 20px;
	height: 20px;
	text-align: center;
}

#form_orcamento .left-cont .table-orcamento tbody tr td .excluir-orcamento {
	width: 25px;
	height: 25px;
	background: url('excluir.png') no-repeat;
	cursor: pointer;
}

#form_orcamento .right-cont {
	width: 400px;
	float: right;
}

#form_orcamento .right-cont h3 {
	text-align: left;
	font-size: 14px;
}

#form_orcamento .right-cont label {
	width: 400px;
	float: left;
	text-align: left;
	padding: 5px 0;
}

#form_orcamento .right-cont label span em {
	color: #FF0000 !important;
}

#form_orcamento .right-cont label span {
	font-weight: bold;
}

#form_orcamento .right-cont label input {
	float: left;
	width: 395px;
	height: 25px;
}

#form_orcamento .right-cont label textarea {
	float: left;
	width: 395px;
	height: 100px;
}

#form_orcamento .right-cont button {
	float: left;
	margin-top: 10px;
}

#form_orcamento .required-fields {
	float: right;
	margin-top: 10px;
}

#close_orcamento {
    background: url('fechar.png') no-repeat;
    cursor: pointer;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: -50px;
    position: relative;
    text-align: right;
    z-index: 9999;
}