html {
	min-height: 100%;
}

body {
	background: url( '../images/bg.jpg' ) bottom repeat-x;
	min-height: 100%;
}

body, div, td {
	font-family: Verdana;
	font-size: 11px;
	color: #CCCCCC;
}

img {
	border: 0px;
}

a,
a:link,
a:hover,
a:active,
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#main {
	width: 694px;
	height: 320px;
	background: url( '../images/main.png' ) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -160px;
	margin-left: -347px;
}

#main_text {
	position: absolute;
	top: 32px; 
	left: 45px;
	width: 605px;
	text-align: justify;
}

#main_file {
	z-index: 1;
	position: absolute;
	top: 120px;
	left: 65px;
	width: 350px;
	border: none;
	background: #FFFFFF;
	font-size: 11px;
}

#main_file_hidden_field {
	z-index: 2;
	position: absolute;
	top: 115px;
	left: 55px;
	width: 480px;
	-moz-opacity: 0;
	opacity: 0;
	filter:alpha(opacity: 0);
	text-align: right;
}

#main_file_submit {
	position: absolute;
	top: 115px;
	left: 550px;
	width: 95px;
	height: 26px;
}

#main_buttons {
	position: absolute;
	top: 180px;
	left: 40px;
}

.main_file_a {
	text-align: center;
	color: #BBBBBB;
	font-style: italic;
}

.main_file_b {
	text-align: #left;
	color: #000000;
	font-style: normal;
}

.image {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 20px;
	padding: 10px;
	border: 3px solid #555555;
	background: url( '../images/bg_stripe.png' );
}

.content {
	color: #000;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 20px;
	padding: 10px;
	border: 3px solid #555555;
	background: url( '../images/bg_stripe.png' );
}

.bar_m {
	background: url( '../images/bar_m.png' ) repeat-x 0 0;
	margin-left: 34px;
	margin-right: 34px;
	padding-left: 10px;
	padding-top: 22px;
	height: 58px;
	color: #FFFFFF;
}

.bar_l {
	background: url( '../images/bar_l.png' ) no-repeat left;
	height: 58px;
}

.bar_r {
	background: url( '../images/bar_r.png' ) no-repeat right;
	height: 58px;
}

.bar_sub {
	background: url( '../images/logo_small.png' ) no-repeat;
	width: 185px;
	height: 13px;
	float: right;
}

.data {
	margin-left: auto; 
	margin-right: auto;
	width: 660px;
	border: 3px solid #555555;
	background: url( '../images/bg_stripe_light.png' );
}

.data_caption {
	font-weight: bold;
	color: #777777;
}

.data_value {
	color: #305381;
	font-style: italic;
	text-decoration: underline;
}

.popLayer {
	width: 260px;
	height: 16px;
	border: 2px solid #305381;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -130px;
	margin-top: -20px;
	padding: 5px;
	background: url( '../images/bg_stripe_light.png' );
	font-weight: bold;
	text-align: center;
	color: #305381;
}
