html, body { height:100%; }
body { margin:0; background-color: #FFFFFF; }


.project_link {
	margin-bottom: 10px;
	position: relative;
	overflow: auto;
	display:block;
	text-decoration: none;

}
.project_link .link {
	display:block;
	left:0;
	bottom: 0;
	color: #888888;
	width: 100px;
	background-color: #f5f5f5;
}
.project_link .id_shadow {
	font-size: 30px;
	font-family: Verdana;
	font-weight: bold;
	opacity: .5;
	color: #000000;
	left:2px;
	top:2px;
	position: absolute;
}
.project_link .id {
	font-size: 30px;
	font-family: Verdana;
	font-weight: bold;
	color: #FFFFFF;
	left:0;
	top:0;
	position: absolute;
}
#callback_info{
	display: block; 
	text-align:center; 
	color: red; 
	font-size: 20px; 
	font-weight: bold;
}
#params_text1 #params_text2{
	font-size:18px;
}
.add_table{
	 margin-left: 60px; 
	 border:0px;
}
#params_bar{
	position: relative;
}
#params_bar .source_info{
	position: absolute;
	top: 105px;
	left: 360px;
	font-size: 11px;
	color: red;
	border: 1px solid red;
	-moz-border-radius: 5px;
	padding: 5px;
}
.add_table td{
	padding: 7px 3px;
}
#flashHolder{
	margin: 15px auto 30px auto;
	width: 580px; 
	height: 40px;
	display: none;
}

#flash_buttons{
	margin: 20px;
	display: none;
	text-align: center;
}
