#wrapper {
	height: 1200px;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	font-family: sans-serif;
	line-height: 18px;
	height: 20px;
	background-color: #566D56;
	color: #FFF;
	font-size: 13px;
	text-align: center;
}
#steps {
	margin-top: 10px;
	height: 43px;
	background-image: url(back_nav.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 15px;
	margin-left: 15px;
}
#steps ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#steps ul li {
	height: 43px;
	width: 30px;
	display: block;
	text-decoration: none;
	float: left;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	font-size: 18px;
	font-family: Calibri;
	line-height: 30px;
	background-image: url(back_nav.png);
	background-position: top;
	background-repeat: no-repeat;
}
#steps ul a  {
	text-decoration: none;
	display: block;
	height: 43px;
	width: 30px;
}
#steps ul li.current {
	background-image: url(scroller.png);
	background-repeat: no-repeat;
}
#steps ul a:hover {
	background-image: url(scroller.png);
	background-repeat: no-repeat;
}




#container  {
	margin: 10px;
	height: 650px;
	border: 2px solid #566D56;
	padding: 10px;
	font-family: Calibri;
	font-size: 13px;
	color: #566D56;
}
#next {
	height: 20px;
	text-align: right;
}
* {
	font-size: 13px;
	font-family: Calibri;
}

#heading {
	font-family: Calibri;
	font-size: 13px;
	color: #232C23;
	font-weight: bold;
}
.content_wrapper {
	height: 120px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B9D1BB;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-top: 5px;
}
.small_text {
	margin-left: 100px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.content_wrapper a {
	text-decoration: none;
	display: block;
	float: right;
	height: 15px;
	color: #000;
	background-color: #B9D1BB;
	width: 40px;
	text-align: center;
	margin-left: 5px;
}
.small_text p {
	font-size: 12px;
	height: 65px;
	overflow: hidden;
}
.title_h5  {
	font-size: 12px;
	background-color: #699;
	color: #FFF;
	display: block;
	padding-left: 5px;
}
.content_wrapper img {
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-color: #B9D1BB;
	border-left-color: #B9D1BB;
	border-right-color: #B9D1BB;
	display: block;
	height: 118px;
}
#userView {
	margin: 10px;
	overflow: auto;
	height: 400px;
}
#removeable {
	margin: 10px;
	overflow: auto;
}
#wrapper #container #userView form table tr td a {
	display: block;
	background-color: #699;
	text-decoration: none;
	color: #FFF;
}
#loginbox_container {
	position: absolute;
	visibility: hidden;
	top: 0px;
	overflow: hidden;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}

#login {
	background-image: url(login.png);
	background-repeat: no-repeat;
	height: 199px;
	width: 391px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15%;
}

#close {
	height: 20px;
	padding-top: 7px;
	padding-right: 8px;
}

