html
{
	border-width: 0px; margin: 0px; width: 100%; height: 100%;
	min-width: 100%;
	background: -webkit-gradient(linear, left center, right center, from(#c0c0c0), to(#fff));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(left, #c0c0c0, #fff);
	/* for Opera */
	background-image: -o-linear-gradient(left, rgb(192,192,192),rgb(255,255,255));
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#c0c0c0, endColorStr=#FFFFFFFF, GradientType=1);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c0c0c0, endColorstr=#FFFFFFFF, GradientType=1)";
	font-family: Verdana, sans-serif;
}
body
{
	border-width: 0px; margin: 0px; width: 100%;
}
a
{
	text-decoration: none;
	color: #000;
}
a:hover
{
	color: #000;
}
a:visited
{
	color: #000;
}
label
{  
	float: left;
	width: 6em;
	margin-right: 15px;
} 
h1, h3
{
	text-align: center;
}
th
{
	margin: 0px auto;
	padding: 6px;

	background: -webkit-gradient(linear, right center, left center, from(#c0c0c0), to(#fff));
	background: -moz-linear-gradient(right, #c0c0c0, #fff);
	background-image: -o-linear-gradient(right, rgb(192,192,192),rgb(255,255,255));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFFFF, endColorStr=#c0c0c0, GradientType=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#c0c0c0, GradientType=1)";

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; 
	border: 2px solid #000;
}
td
{
	margin: 0px auto;
	padding: 2px;
	cellpadding: 0px;
	cellspacing: 0px;
	border: 1px solid #000;
}
/*////*/
/* ID */
/*////*/
#wrapper
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;

	background: -webkit-gradient(linear, right center, left center, from(#c0c0c0), to(#fff));
	background: -moz-linear-gradient(right, #c0c0c0, #fff);
	background-image: -o-linear-gradient(right, rgb(192,192,192),rgb(255,255,255));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFFFF, endColorStr=#c0c0c0, GradientType=1);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF, endColorstr=#c0c0c0, GradientType=1)";

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; 
	border: 2px solid #000;
}
#bottom_space
{
	min-height: 50px;
}
#header > h1
{
	font-size: 300%;
	text-align: center;
}
#content
{
	width: 95%;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
#footer
{
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
}
#backgroundPopup
{
	display:none;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact
{
	display:none;
	position:fixed;
	width:700px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupContact h1
{
	text-align: left;
	color: #6FA5FE;
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px dotted #D3D3D3;
	padding-bottom: 2px;
	margin-bottom: 20px;
}
#popupContactClose
{
	-webkit-border-radius: 10px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 10px; /* FF1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	border: 2px solid #000;
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 6px;
	padding: 4px;
	padding-top: 0px;
	position: absolute;
	background: #f00;
	color:#000;
	font-weight: 700;
	display: block;
}
#life_content
{
	-webkit-border-radius: 10px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	-moz-border-radius: 10px; /* FF1-3.6 */
	border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	border: 2px solid #000;
	background: #fff;
	width: 753px;
	height: 753px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}
#life_footer
{
	text-align: center;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
#button
{
	width: 115px;
	margin: 0 auto;
}
/*///////*/
/* CLASS */
/*///////*/
.submit_btn
{
	float: auto;
}
.clear
{
	clear: both;
}
.mybutton
{
	height: 3em; width:7em
}
.stat_timings
{
	min-width: 100px;
	text-align: center;
}
.stat_names
{
	min-width: 190px;
	padding-right: 20px;
}
.stat_head
{
	cursor: pointer;
	cursor: hand;
	margin-bottom: 10px;
}