@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	font-size: 14px;
	color:#141414;
}

.wrapper, #inform {
	width:750px;
	margin:0 auto;
}

#inform table {
	margin-bottom: 15px;
}

#headerbar {
	height:80px;
}

#logo {
	float: left;
	padding-top: 8px;
}

#photo {
	float: right;
}

#titlebar {
	margin-top: 20px;
}

#titlebar h1 {
	font-size: 2em;
}

h2 {
	color: #433B36;
	font-size: 1.6em;
	font-weight: lighter;
	margin-bottom: 1em;
}

h3 {
	color: #433B36;
	font-size: 1.3em;
	font-weight: lighter;
}

.intro {
	font-size: 1.2em;
	font-weight: lighter;
}

#stages {
	margin-top: 20px;
	height: 25px;
}

#stages ol {
	height: 25px;
	list-style-position: inside;
	margin-left: 0 !important;
}

#stages ol li {
	line-height: 25px;
	font-size: 1.1em;
	float: left;
	padding-right: 15px;
	color: #666;
}

#stages a {
	text-decoration: underline;
}

.current_stage {
	font-weight: bold;
	color: #645951;
}

#content {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}

.tdlabel {
	text-align: left;
	padding-right: 6px;
	vertical-align: middle;
	
}

.tdreq {
	font-weight: bold;
}

.tdinput {
	text-align: left;
	vertical-align: middle;
}

.tdinput input, .tdinput select {
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}

#gonext {
	background: #00cc00;
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 90px;
	line-height: 40px;
	float: right;
	border: 1px solid #fff;
	cursor: pointer;
}

#prevnext {
	padding-top: 25px;
}

#goprev {
	background: #00cc00;
	color: #fff;
	font-size: 22px;
	text-align: center;
	width: 90px;
	line-height: 40px;
	float: left;
	border: 1px solid #fff;
	cursor: pointer;
}
.error {
	border: 1px solid #a01c39;
	padding: 10px;
}

.finish a {
	display: block;
	font-size: 20px;
	text-align: center;
	background: #00cc00;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	width: 370px;
	line-height: 30px;
	margin: 0 auto;
}

form table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

form table td {
	padding-right: 20px;
}

form table table {
	margin-right: 10px;
}

form table table td {
	border-bottom: 1px dotted #ccc;
}

.r_img {
	float: right;
	border: 6px solid #ccc;
	margin-left: 10px;
	margin-bottom: 10px;
}

