BODY {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../img/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}

FORM {
	margin: 0px;
	padding: 0px;
}

H1 {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 14px;
	color: #335377;
	text-decoration: normal;
}

H2 {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #E77633;
}

H3 {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #E77633;
}

H4 {
	font-family: Arial;
	font-size: 32px;
	font-weight: bold;
	color: #E77633;
	font-style: italic;
}

I {
	font-weight: bold;
	color: #E77633;
}

TABLE {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}

SELECT {
	font-family: Arial;
}

DIV.main_menu {
	float: right;
	margin-top: 40px;
	padding: 5px;
}

INPUT.price {
	border: 1px solid #555555;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 50px;
	height: 20px;
	padding-left: 2px;
	padding-right: 2px;
}

INPUT.price_ {
	border: 0px;
	height: 17px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding-right: 12px;
	background-color: #E6E6E6;
}

INPUT.next {
	width: 250px;
	height: 60px;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	border: 0px;
	background-image: url(../img/next_step1.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #E77633;
	cursor: pointer;
}

INPUT.nextButton {
	padding: 0px;
	margin: 0px;
	height: 22px;
	width: 120px;
	border: 0px;
	background-image: url(../img/nextButton.gif);
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
}

INPUT.previousButton {
	padding: 0px;
	margin: 0px;
	height: 22px;
	width: 120px;
	border: 0px;
	background-image: url(../img/previousButton.gif);
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
}

INPUT.next_ {
	width: 250px;
	height: 60px;
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	border: 0px;
	background-image: url(../img/next_step.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #E77633;
	cursor: pointer;
}

INPUT.total {
	font-weight: bold;
	background-color: #E6E6E6;
	border: 0px;
	width: 60px;
	text-align: right;
}

INPUT.ok {
	border: 1px solid #000000;
	height: 40px;
	width: 100px;
	font-weight: bold;
	background-color: #FFFFFF;
}

INPUT.natura_capital {
	border: 0px;
	font-family: Arial;
	font-size: 18px;
	width: 100px;
	background: transparent;
}

INPUT.insurance {
	width: 50px;
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 12px;
	background: transparent;
}

SELECT.step2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
}

DIV.info {
	position: absolute;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

DIV.infotext {
	position: absolute;
	width: 100%;
	text-align: center;
}

DIV.infotext_ {
	border: 1px solid #000000;
	margin-top: 20px;
	width: 800px;
	font-size: 12px;
	line-height: 1.5;
	text-align: justify;
	padding: 20px;
	background-color: #F7F7F7;
}

DIV.header {
	padding: 0px;
	margin: 0px;
	margin: 10px;
	margin-left: 20px;
	margin-right: 20px;
	height: 100px;
	background-image: url(../img/logo.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	background-color: #202020;
	text-align: right;
	padding-right: 20px;
}

DIV.title {
	float: right;
}

DIV.content_holder {
	clear: both;
	background-color: #E6E6E6;
	border: 1px dashed #555555;
	margin: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

#bottom {
	background-color: #FFFFEC;
}

DIV.content {
	padding: 20px;
}

*html DIV.content {
	width: 100%;
}

DIV.list_people {
/*
	height: 150px;
	overflow: auto;
*/
	margin-top: 5px;
}

INPUT.people, SELECT.people {
	font-family: Arial;
	font-size: 11px;
	border: 1px solid #000000;
}

INPUT.new_button {
	width: 400px;
	height: 50px;
	font-weight: bold;
	border: 2px solid #333333;
	margin-bottom: 5px;
}