/**** SET DEFAULTS ****/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
html, body {
    background: #FFFFFF;
}
select, input, textarea, body, a {
	color: #000000;
	font: 12px "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
a {
	display: block;
	text-decoration: none;
}
.left {
	position: absolute;
	left: 0px;

}
.right {
	position: absolute;
	right: 0px;

}
/**** CONTENT ****/
h1, h2 {
	display: block;
	padding: 0 5px;
}
h1 {
	background: #000000 url(images/header.gif) repeat-x center;
	color : #FFFFFF; 
	text-shadow: 0px 0px 5px #000000;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
}
h2 {
	background: #FFFFFF url(images/header2.gif) repeat-x center;
	color: #000000;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-bottom: 1px solid #777777;
	color : #FFFFFF; 
	text-shadow: 0px 0px 5px #000000;
}


div#header{
	position: fixed;
	top: 0px;
	z-index: 100;
	width: 100%;
}

div#back {
	position: absolute;
	top: 5px;
	left: 0px;
	background: url(images/back_left.gif) no-repeat left center;
	padding: 0 0 0 12px;
	margin-left: 5px;
}
div#back a {
	background: url(images/back_bg.gif) no-repeat right center;
	height: 30px;
	line-height: 30px;
	padding: 0 7px 0 0px;
	font-weight: bold;
}

div#page {
	margin-top: 40px;
}

div#page a {
	position: relative;
	display: block;
	height: 50px;
	line-height: 50px;
	background: url(images/arrow.gif) no-repeat center right;
	border-bottom: 1px solid #AAAAAA;
	font-size: 16px;
	padding: 0 5px;
}
div#page div.double a {
	height: 50px;
	line-height: 25px;
	font-size: 14px;
}
div#page div.double a .left {
	padding-left: 5px;
}
div#page div.double a .left div {
	overflow: hidden;
	height: 25px;
}
div#page div.double a .left div span {
	float: left;
	width: 80px;
}
div#page div.double a .right {
	line-height: 50px;
	font-size: 16px;
	text-align: right;
	padding-right: 30px;
	background: #FFFFFF url(images/arrow.gif) no-repeat center right;
}

div#progress {
	border: 1px solid #CCCCCC;
	padding: 2px;
	position: relative;
	margin: 10px;
}
div#progress div.progress {
	width: 10%;
	background: url(images/progress.png) left center;
	height: 20px;
}
div#progress div.state {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	line-height: 24px;
	text-align: center;
}
