body {
	background: #4b494a url('../art/xync_page_bg.jpg') repeat-x top left;
	font: normal 0.9em Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0;
	margin: 0;
	width:100%;
	/* ipod touch / iphone text resize */
	-webkit-text-size-adjust:none;
}

.header {
	font-family: arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	line-height: 24px;
	text-align: right;
	color: gray;
}

.screenshot {
	border: 1px solid #DB8606;
	margin: 2px;
	margin-right: 4px;
}

.form {
	width: 600px;
	background-color: #e8e3e3;
	border: 1px solid #DB8606;
}

ul
  {
  margin-left: 0;
  padding-left: 20px;
  }
li
  {
  margin: 0;
  padding-left: -4px;
  }

h1 {
	font-family: arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #DB8606;
}

table {
	padding: 6px;
	margin-top: 6px;
}

#splash {
	position:absolute;
	top: 88px;
	left: 50%;
	margin-left: -447px;
}

#content {
	position: absolute;
	font-size: 90%;
	top: 204px;
	left: 50%;
	margin-left: -447px;
	width: 660px; // 894
	color: #444444;
}

#col2 {
	position: absolute;
	border-left: 1px dotted #DB8606;
	padding-left: 12px;
	font-size: 0.9em;
	line-height: 15px;
	top: 33px;
	left: 50%;
	margin-left: 340px;
	width: 200px;
	color: #DB8606;
}

#support {
	position: relative;
	margin-left: 24px;
}

#forums {
	position: relative;
	margin-left: 30px;
}

#xync_overlay {
	position: absolute;
	background-color: #000;
	top: 0;
	left: 0;
	z-index: 75;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
	filter: alpha(opacity=67);
	opacity: 0.67;
	visibility: hidden;
}

#xync_popup {
	position: absolute;
	left: 50%;
	margin-left: -412px;
	width: 800px;
	top: 50%;
	margin-top: -320px;
	height: 560px;
	visibility: hidden;
	background-color: #f4f3f4;
	border: 1px solid #DB8606;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 10px;
	z-index: 98;
}

#xync_caption {
	position: absolute;
	left: 50%;
	margin-left: -300px;
	width: 600px;
	top: 50%;
	margin-top: 276px;
	height: 30px;
	visibility: hidden;
	z-index: 99;
	color: white;
	font-size: 133%;
}

#xync_page {
	position: absolute;
	width: 900px;
	height: 86%;
	left: 50%;
	margin-left: -461px;
	top: 4%;
	background: #fff url('../art/xync_corner_globe.gif') no-repeat bottom right;
	border: 1px solid #DB8606;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	opacity: 0.95;
	z-index: 20;
}
#xync_bleed {
	position: absolute;
	top: 50%;
	margin-top: -300px;
	left: -60px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 0;
}
#xync_stripe {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 24px;
	margin-top: -10px;
	background-color: #DB8606;
	z-index: 1;
}

#xync_header_right {
	position: absolute;
	font-style: italic;
	font-family: serif;
	font-size: 120%;
	top: 36px;
	left: 50%;
	width: 443px;
	z-index: 25;
}

#xync_footer_left {
	font: normal 1em Tahoma, Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 3px;
	left: 20px;
}
#xync_footer_right {
	font: normal 1em Tahoma, Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 3px;
	right: 20px;
}
.xync_smallprint {
	color: #DB8606;
	font-family: Tahoma; sans-serif;
	font-size: 80%;
	font-weight: normal;
}

a:link.col2link {
	text-decoration: none;
	color: #DB8606;
}

a:active.col2link {
	text-decoration: none;
	color: #DB8606;
}

a:visited.col2link {
	text-decoration: none;
	color: #DB8606;
}

a:hover.col2link {
	text-decoration: none;
	color: #333333;
}

a:link {
	text-decoration: none;
	color: #333333;
}

a:active {
	text-decoration: none;
	color: #333333;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #DB8606;
}