* {
    margin: 0;
    padding: 0;
}

html{
	background: #224466;
}

p {
    color: DarkGreen;
}
#wizard > li {
    border-top: 1px solid #CCCCCC;
}
#wizard > li:first-child {
    border-top: medium none !important;
}
body {    
    font-family: Helvetica;
}
#main {
    margin: 0px 15px 15px 15px;
    width: 700px;
    position: relative;
}

#logo {
    background-color: #FFFFFF;
    background-image: url("/images/lodestar/lodestar_banner.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    border-bottom: 5px solid #112233;
    height: 92px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#wizard {
    background: none repeat scroll 0 0 #EEFFEE;
    border: 7px solid #CCFFCC;
    list-style: none outside none;
    padding: 0;
}
#wizard > li {
    background: none repeat scroll 0 0 #F7F7F7;
    margin: 0;
    padding: 8px 15px;
}
#wizard > li.active {
    background: none repeat scroll 0 0 #EEFFEE;
    border-bottom: 1px solid #99FF99;
    border-top: 1px solid #99cc99;
    padding-bottom: 16px;
}
#wizard > li.active h2 {
    color: #000000;
    background: url("../images/icons/application_form_edit.png") no-repeat scroll right center transparent;
}
#wizard > li.done{
	background: #ddffdd;
	border-top: 1px solid #99cc99;
}
#wizard > li.done h2{
	background-image: url("../images/icons/tick.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: darkGreen;
}
	
h1 {
  	color: #F7F7F7;
    display: block;
    font-family: Trebuchet MS;
    margin: 100px auto 10px;
}
h2 {
    color: #BBBBBB;
    margin: 3px 0;
    background: url("../images/icons/star.png") no-repeat scroll right center transparent;
}
h3 {
    margin: 3px 0;    
}
h4 {
}

.poststep{
	display: none;	
}

form {
    background: none repeat scroll 0 0 #FAFFFA;
    border: 1px solid #CCFFCC;
    margin-left: 15px;
    margin-right: 30px;
    margin-top: 9px;
    padding: 8px 16px;
}
label {
    clear: left;
    display: block;
}
label span.help {
    color: #666666;
    display: block;
    font-size: 12px;
    margin: 3px;
}
input {
    border: 1px solid #669966;
    clear: left;
    color: #777777;
    display: inline-block;
    margin: 5px 5px 5px 15px;
}
input:focus {
    color: #000000;
    border: 2px solid lightBlue;
}
button {
    clear: left;
    display: inline-block;
    margin: 10px 5px 5px 0;
    text-indent: 4px;
}
.icon {
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 16px;
    width: 16px;
}
#confirmation_information {
    list-style: none outside none;
    margin-left: 15px;
    margin-top: 5px;
}
#confirmation_information > li {
}
.verify_icon {
    background-image: url("../images/icons/accept.png");
}
.create_icon {
    background-image: url("../images/icons/user_add.png");
}

div#username {
	margin: 2px 8px;
}

.search_icon {
    background-image: url("../images/icons/find.png");
}
#wizard > li > div {
    margin-left: 15px;
}
#verify_step > div {
    display: none;
}
#create_step > div {
    display: none;
}
#confirm_step > div {
    display: none;
}
#entity_name{	
	font-size: 24px;	
	padding: 8px 0;
	text-align: center;	
}

.error{
	background: none repeat scroll 0 0 #FFEEcc;
    padding: 4px;
    position: absolute;
    max-width: 500px;
    border: 1px solid #ffaa66;
    color: #664422;	
}