* {
    font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
}

body {
	background-color: #FFFFFF;
	margin: 50px;
}

h1 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	color: #9bd106;
}


div.title {
	background-color: #FCFFD3;
	padding: 10px;
	margin-bottom: 50px;
}

div.step_nb {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}

div.step_body {
	text-align: center;
}

table.step_table {
	margin-top: 20px;
	margin-bottom: 20px;
}

tr.step_table {
	vertical-align: top;
}

td.step_table {
	margin: 20px;
	padding: 10px;
	background-color: #EEEEEE;
	border-left: solid 10px white;
	border-right: solid 10px white;
}

td.step_table_select {
	margin: 20px;
	padding: 10px;
	background-color: #FCFFD3;
	border-left: solid 10px white;
	border-right: solid 10px white;
}

div.main_step_nb {
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}

div.main_step_body {
	text-align: justify;
}

table.main_step_table {
	margin-top: 20px;
}

tr.main_step_table {
	vertical-align: top;
}

td.main_step_table {
	margin: 50px;
	padding: 10px;
	background-color: #FCFFD3;
	border-left: solid 10px white;
	border-right: solid 10px white;
}

div.reserves {
	border-top: solid 1px black;
	font-size: 10px;
	text-align: center;
	margin-top: 50px;
}

div.start {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	margin: 20px;
}

table.dialog_table {
}

td.dialog_table_label {
	text-align: right;
	padding: 10px;
}

td.dialog_table_field {
	text-align: left;
	padding: 10px;
}

input.next_button {
	margin:0px;
	margin-left:auto;
	display:block;
}

img.example_img {
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

table.tool_tab {
}

tr.tool_tab {	
	vertical-align: top;
}

td.tool_tab {
	text-align: center;
	background: #fcffc1;
	padding:10px;
	border-left: solid 5px white;
	border-right: solid 5px white;
}

div.tool_tab_title {
	font-weight: bold;
	margin-bottom: 20px;
}

div.tool_tab_detail {
	font-size: 10px;
	margin-top:10px;
}

div.img_url {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

div.error_message { 
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: red;  
}

div.box { 
  border: solid 1px black;
  margin-bottom: 20px;
  padding:20px;
}

div.box_title { 
  font-weight: bold;
  font-size: 18px;
}

div.small_text { 
  font-size: 12px;
}