@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-position: left top;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #707070;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	font-size: 14px;
}

p, h1, h2, h3, h4, ul, li {
	padding: 4px;
}

ul {
	margin-left: 15px;
}

acronym {
	cursor: help;
}

#container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 691px;
	color: white;
	border: none;
	text-align: left;
	background-image: url(images/right-shadow-repeat.jpg);
	background-repeat: repeat-y;
	background-position:  right;
}

#top {
	background-image: url(images/top.jpg);
	height: 28px;
	width: 691px;
	background-position: top left;
	background-repeat: no-repeat;
}

#content {
	float: left;
	background-color:white;
	color: black;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 630px;
	min-height: 584px;
	padding-left: 25px;
	padding-right: 25px;
}

#content h1 a {
	display: block;
	overflow: hidden;
	text-indent: -6000px;
	height: 175px;
	margin-left: -10px;
	margin-right: 0px;
	margin-bottom: 75px;
	width: 605px;
}

#right {
	background-image: url(images/right-shadow.jpg);
	height: 584px;
	width: 11px;
	background-position: top right;
	float: right;
}

#bottom {
	clear: both;
	background-image: url(images/bottom.jpg);
	width: 691px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #707070;
}

#steps {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
	border: 1px solid #999999;
}

.step {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #999999;
	font-weight: bold;
	clear: both;
	font-size: 125%;
}

.done {
	color: #014075;
}

.doing {
	color: #b32339;
}

.todo {
	color: #333333;
}

#final {
	text-align: center;
}

#final a, #final a:visited {
	color: white;
	text-decoration: none;
}

#final a:hover {
	color: #b32339;
	text-decoration: underline;
}

#intro p {
	text-align: justify;
}

div#signFormLeft {
    float: left;
    width: 60%;
    border: none;
    border-right: dotted 1px black;
}
div#signFormRight {
	float: right;
	width: 35%;
	border: none;
}
div#signatures {
	clear: both;
	border: none;
	border-top: dotted 1px black;
}

label {
	float: left;
	width: 8em;
}
label.wide {
	float: none;
	width: auto;
}

.fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://static.ak.facebook.com/images/share/facebook_share_icon.gif?0:26981) no-repeat top left; }