/* @group Process */

#process {
	overflow: auto;
	width: 946px;
	height: 100px;
	margin-top: 36px;
	margin-right: -6px;
	background: url(../img/process_background.png) no-repeat right top;
}

#process li {
	display: block;
	float: left;
	width: 148px;
	height: 60px;
	padding: 20px;
	margin-left: 0px;
	list-style: none;
	background: url(../img/process_divider.png) no-repeat right;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}

#process li.last {
	background: none;
}

#process li.current {
	color: #818386;
}

#process span.chosen {
	display: inline-block;
	margin-top: 10px;
	font-size: 20px;
	font-weight: normal;
}

#process span.small {
	font-size: 14px;
}

/* @end */

/* @group Form */

#form {
	overflow: auto;
	margin-top: 18px;
	width: 900px;
	padding: 20px 26px 20px 20px;
	margin-right: -6px;
	background: url(../img/box_wide.png) no-repeat right top;
}

h1 {
	margin-top: 0px;
}

input.submit {
	width: 140px;
	float: right;
	background: url(/img/button_blue_wide.png);
	margin-top: 0px;
	margin-left: 20px;
}


fieldset {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

fieldset#contents {
	padding-bottom: 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #e1e0e1;
}

fieldset.measures label {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
}

fieldset.measures label.error {
	display: none;
	float: none;
	width: auto;
	text-align: left;
	color: #e55b66;
	padding-left: 20px;
	padding-right: 0px;
}

fieldset.measures input {
	margin-top: 10px;
	background-color: #e2e4e4;
}

fieldset.measures div#receipt {
	width: 300px;
	float: right;
	padding: 20px;
	margin-top: 10px;
	border: 2px solid #e1e0e1;
	background: white;
}

fieldset.measures img {
	float: right;
	margin-right: 20px;
}

a.button {
	float: left;
}

#info h2 {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #0c2664;
}

#info ul + h2,
#info p + h2 {
	margin-top: 28px;
	margin-bottom: 8px;
}

#profiles {
	display: block;
	float: left;
	width: 100%;
}

#profiles li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	text-align: center;
}

#profiles li a,
#profiles li label,
#profiles li input {
	display: inline-block;
}

#profiles li a {
	padding: 2px;
	height: 90px;
}

#profiles.insets li a {
	height: 120px;
}

#profiles li label {
	padding-bottom: 5px;
}

#alternatives li {
	display: block;
	float: left;
	clear: both;
	list-style: none;
	margin-top: 10px;
	margin-left: 0px;
}

#alternatives input {
	margin-right: 10px;
	height: auto;
}

.big {
	float: right;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 14px;
}

/* @end */

/* @group Profile */

#facebox td.body {
	width: auto;
}
#profile img {
	float: left;
	clear: none;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#profile p {
	clear: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
}
td {
	border: none;
}

/* @end */