html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
    font-family: verdana,arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
}

#header {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#logo {
	background: url(../img/logo_orbita.png) no-repeat center;
	width: 80px;
	height: 50px;
	float: left;
}

.clear {
	clear: both;
}

.code {
	font-family: courier;
	font-size: 12px;
	font-weight: bold;
}
#orbita_logo_name {
	font-weight: 600;
	font-size: 2em;
}

#orbita_logo_desc {
	font-weight: 600;
	font-size: 0.85em;
	margin: -4px 0px 0px 1px;
}

span.tbd {
	color: #808080;
}

span.current {
	color: #CC3333;
	font-weight: bolder;
}

span.done {
	color: #000000;
}

#step {
	text-align: center;
}

span.clickable {
	cursor: pointer;
}

#content {
	width: 680px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFDD;
	border: 1px solid #555555;
	padding: 10px;
	position: relative;
	margin-top: 20px;
	padding-bottom: 50px;
}

#buttons {
	border-top: 1px dotted #808080;
	padding-top: 10px;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	text-align: center;
	position: absolute;
	bottom: 10px;
}

#status_message {
	border: 1px dotted gray;
	width: 647px;
	margin-bottom: 15px;
	padding-left: 30px;
	padding-top: 4px;
	min-height: 22px;
	height: auto;
	font-weight: bolder;

}

#status_message.confirm {
	background: #CCEECC url(../img/message_confirm.png) no-repeat 2px top;
}

#status_message.info {
	background: #CCCCEE url(../img/message_info.png) no-repeat 2px top;
}

#status_message.warn {
	background: #EEEECC url(../img/message_warn.png) no-repeat 2px top;
}

#status_message.error {
	background: #EECCCC url(../img/message_error.png) no-repeat 2px top;
}
