
.image {    
    position:absolute;
    left:0;
    top:0;
}
.text {
    z-index:100;
    position:absolute;    
    color:white;
	text-shadow: 2px 2px #333333;
    font-size:12px;
    font-weight:bold;
    left:10px;
    top: 0px;
}
 
#trans {
	position:fixed;
	display: none;
	background-color: #333333;
	z-index: 3;
	height: 500%;
	width: 500%;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	overflow: hidden;
}

#description-p {
 	margin-top: 0px;
}

#description_tab {
	box-shadow: 10px 10px 5px #333333;
	position:fixed;	
	margin: 0px auto;
	left: 0;
	right: 0;
	display: none;
	z-index: 4;
	background-color: #FFFFFF;
	width: 60%;
	height: auto;
	border-radius: 20px;
	border-style: solid;
	padding: 25px;
	border-width: 1px;
	overflow-y: auto;
	overflow-x: hidden;
}
.panelHeader  {
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	color: #7B7B7B;
	text-align: left;
	clear: both;
	padding: .2em 0em 0em 0em;
}

.form_text  {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #7B7B7B;
	text-align: left;
	vertical-align: top;
}

.form_label  {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #7B7B7B;
	text-align: left;
	vertical-align: top;
	display: inline-block;
}

.radio_label  {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #7B7B7B;
	vertical-align: top;
	margin-right: 10px;
}
