body {
	font-family: tahoma, geneva, verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	background-color: #c2cbcc;
	}
img {
	border: 0;
	}
/* styles for IE 5 Mac */
#wrapper {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
	}

/* following rules are invisible to IE 5 \*/
#wrapper {
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -240px;
	text-align: center;
	min-width: 720px;
	}
/* end IE 5 hack */
h1 {
	font-size: 13pt;
	color: #fff;
	}
a {
	color: #00f;
	text-decoration: none;
	}
a:hover {
	color: #f00;
	}
div.main {
	width: 680px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #fff;
	}
div.logo {
	width: 200px;
	height: 360px;
	float: left;
	background: #6c7586 url(/images/e-ads.png);
	}
div.status {
	margin-bottom: 12px;
	margin-left: -32px;
	padding: 4px;
	color: #fff;
	}
div.content {
	height: 358px;
	border: 1px solid #ccc;
	margin-left: 204px;
	text-align:left;
	padding-left: 32px;
	}
div.copy {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	}
div.copy a {
	color: #666;
	text-decoration: none;
	}
div.copy a:hover {
	color: #fff;
	}
div.file {
	padding: 2px 0 2px 0;
	}


/* generic
****************************************************************/
pre {
	font-family: monaco, 'lucida console', 'courier new', monospace;
	font-size: 8pt;
	}
code {
	font-family: monaco, 'lucida console', 'courier new', monospace;
	background: #f0f0f0;
	border-bottom: 1px dotted #000;
	}
div.notes {
	width: 400px;
	height: 128px;
	border: 1px solid #ccc;
	background: #f8f8f8;
	padding: 8px;
	overflow: auto;
	}
ol li {
	margin-bottom: 12px;
	}

/* responses */
.error {
	background-color: #c00;
	}
.okay {
	background-color: #063;
	}
.waiting {
	background-color: #999;
	}

/* inputs */
input, textarea {
	border-width: 1px;
	font-family: tahoma, geneva, verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	}
textarea {
	width: 400px;
	height: 128px;
	background-color: #f8f8f8;
	}
