body {
	margin: 0;
	font: normal 70%/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

p {
	
}

h1,h2,h3,h4,p,form {
	margin: 0 0 8px;
}

h5,h6 {
	margin: 0 0 4px;
}

ul,ol {
	margin-top: 0;
	margin-bottom: 8px;
}

h1,h2,h3,h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 175%;
}

h2 {
	font-size: 175%;
	line-height: 1.4em;
}

h2 small {
	font-size: 90%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h4 {
	font-size: 90%;
	font-weight: bold;
}

small {
	font-size: 76%;
}

code {
	font-size: 100%;
}

input.textbox {
	font: normal 100% "Andale Mono", "Courier New", Courier, monospace;
}

textarea {
	font: normal 100% "Andale Mono", "Courier New", Courier, monospace;
}

table,tr,th,td {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border: none;
}

a:link,a:visited {
	text-decoration: none;
	color: #c91;
}

a:hover,a:active {
	text-decoration: underline;
	color: #b80;
}

body {
	background: #fff url(../img/back_tile.gif) repeat scroll 50% 0;
	text-align: center;
	margin: 0;
}

#wrapper-shadow {
	margin: 0 auto;
	text-align: center;
	width: 760px;
	background: url(../img/shadow.png) repeat-y;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 700px;
	padding: 0 0 60px;
	background: #fff;
}

#wrapper.alt {
	background: #f4f4f4;
}

#header-wrapper {
	background: #fff;
	padding: 20px 0 0;
}

#header {
	width: 700px;
	height: 176px;
	position: relative;
}

#header #logo {
	width: 134px;
	height: 140px;
	position: absolute;
	left: 38px;
	top: 25px;
}

#header h1 {
	width: 489px;
	height: 39px;
	position: absolute;
	left: 183px;
	top: 82px;
	text-indent: 0em;
}

.content {
	padding: 20px 30px 10px 80px;
	background: #fff;
}

.content.alt {
	padding: 10px 30px 10px 80px;
	background: #f4f4f4;
}

.content table td, .content-alt table td {
	padding: 3px;
}

.hr hr {
	display: none;
}

.hr {
	height: 7px;
	background: url(../img/hr.gif) repeat-x;
	clear: both;
	margin: 5px 0;
}

.h2 {
	height: 39px;
	background: url(../img/h2_bg.gif) repeat-x;
	margin-bottom: 15px;
}

.h2 h2 {
	margin: 0;
}

.screen {
	width: 197px; height: 157px;
	float: right;
	margin: 10px 0 10px;
	position: relative;
}

.screen img {
	position: absolute;
	/* left: 13px; top: 14px; */
	left: 25px; top: 27px;
}

.screen .overlay {
	width: 197px; height: 157px;
	position: absolute;
	left: 0; top: 0;
	background: url(../img/screen_bg.gif) no-repeat;
}

ul li {
	margin-bottom: 5px;
}

h3 {
	margin: 8px 0;	
}

h4 {
	margin-bottom: 0;
}

/* Form */

label.heading {
	display: block;
	margin: 10px 0 0;
	font-weight: bold;
	font-size: 90%;
}

select.monospaced {
	font-family: Andale Mono,Monaco,Courier New,Courier;
}

p.note {
	font-size: 80%;
	line-height: 1.2em;
	color: #999;
	margin: 0 0 2px;
}