
* {
	margin: 0;
	padding: 0;
}

html, body {
	font: 11px/15px "Lucida Grande", Sans-Serif;
	color: #4e4e4e;
	height: 100%;
	background: #fff url('../images/PageBG.png') center center repeat-y;
}

/* Header START */

div#HeaderContainer {
	background: url('../images/HeaderBG.png') repeat-x;
}

div#Header {
	background: url('../images/PHeaderWide.png') center top no-repeat;
	text-align: center;
	height: 190px;
	font: bold 10px "Lucida Grande", Sans-Serif;
}

div#Header ul {
	margin: 0 auto;
	width: 581px;
	height: 15px;
	list-style-type: none;
	padding-top: 163px;
}

div#Header ul li {
	float: left;
}

div#Header ul li a {
	color: #6a6a6a;
	text-decoration: none;
}

div#Header ul li a:hover {
	color: #373737;
	text-decoration: none;
}

div#Header ul li a.on {
	color: #6a6a6a;
	text-decoration: underline;
}

div#Header ul li.divider {
	margin-left: 7px;
	margin-right: 7px;
}

/* Header END */

/* Generic START */

div#Content {
	width: 598px;
	margin: 0 auto;
	padding-top: 5px;
}

div.Center {
	width: inherit;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.ImageLeft {
	float: left;
	clear: both;
	margin-right: 5px;
}

.ImageRight {
	float: right;
	margin-left: 5px;
	clear: both;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 5px 0 15px;
	padding: 0;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 15px;
	padding: 0;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	margin: 5px 0 15px;
	padding: 0;
}

h4 {
	margin: 1px 0 15px;
	padding: 0;
	font-size: 12px;
}
h5 {
	font-weight: bold;
	font-size: 13px;
	margin: 3px 0 15px;
	padding: 0;
	font-style: italic;
}
h6 {
	font-size: 13px;
	margin: 3px 0 15px;
	padding: 0;
	font-style: italic;
	font-variant: small-caps;
}
p {
	font-size: 10px;
	padding: 0;
}

img {
	border-style: none;
	text-decoration: none;
}

img:hover {
	border-style: none;
	text-decoration: none;
}

a {
	color: #1475b9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.Download {
	font-size: 16px;
	font-weight: bold;
}

.line {
	width: 598px;
	height: 1px;
	background: url('../images/Line.png')  repeat-x;
}

.code {
	font-family: Courier, mono;
}

.indent {
	padding-left: 25px;
}

.note {
	font-size: 9px;
}

.warning {
	background-color: #fff4c9;
	color: #836343;
	font-weight: bold;
	border: 1px solid #acabab;
	text-align: center;
	width: 400px;
	margin: 8px auto;
	padding: 10px 5px;
}

.screenshotcenter {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	font-size: 10px;
}

.screenshotcenter img {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.warning .title {
	padding: 0;
	margin: 1px 0;
	font-size: 13px;
	font-weight: bold;
}

.clear {
	clear: both;
}

.nostyle:hover {
	text-decoration: none;
}

.leftmargin {
	padding: 0px 0px 0px 15px;
}

.tripleleftmargin {
	padding: 0px 0px 0px 45px;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* Generic END */

/* Footer START */

div#Footer {
	width: 578px;
	text-align: center;
	background: url(../images/Line.png) center top repeat-x;
	padding: 10px;
	margin-top: 10px;
}

/* Footer END */
/* table layout */
div.reg_box {
	width: 450px; 
	background-color: white;
	border: 1px dotted #333; 
	padding: 5px;
	margin: 0px auto
}
div.reg_box div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
  } 
 
