﻿

.step
{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}
.step_completed
{
	color:Black;
}
.step_not_completed
{
	color:Silver;
}
.step_title
{
	font-size:25px;
	font-weight:bold;
	padding-bottom:5px;
}
.form_name
{
	font-weight:bold;
	text-align:right;
	width:100px;
	vertical-align:top;
}
.form_value
{
	text-align:left;
	vertical-align:top;
}
.form_button
{
	text-align:center;
	padding:4px;
}
.input_text
{
	border:solid 1px Silver;
	width:80%;
}
.input_button
{
	border:solid 1px Silver;
	background-color:#C9E2DC;
}
select
{
	border:solid 1px Silver;
}
