body {
	margin:0 0 42px 0;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana;
	color:#333;
}
a {
	color:#011570;
}
a:hover {
	color:#c80008;
}
#noscript {
	background-color:#c80008;
	color:#fff;
	font:bold 16px/32px arial,helvetica;
	text-align:center;
}
#info-header {
	width:998px;
	margin:auto;
	margin-top:18px;
	position:relative;
	margin-bottom:18px;
}
#info-header > a {
	position:absolute;
	top:0;
	right:0;
	text-decoration:none;
	color:#333;
	font-size:14px;
	display:block;
	float:right;
	background-color:#e6e6e6;
	padding:5px 8px;
}
#info-header > a:hover {
	color:#fff;
	background-color:#c80008;
	border:solid 1px #c80008;
}
#info-header > p {
	margin:0;
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
}
#info-header > h1 {
	color:#555;
	font-size:14px;
	margin:0;
	color:#0080b5;
	font-family:DINWebMedium, Helvetica, Arial, sans-serif;
	letter-spacing:0.2em;
}
#content {
	width:998px;
	margin:12px auto;
	position:relative;
}
#left-section,
#right-section {
	width:690px;
	line-height:1.3em;
}
#left-section > p,
#left-section ol,
#left-section ul,
div.formbox,
div.formbox > h3 {
	font-size:14px;
}
#left-section > h2 {
	font-family:DINWebMedium, Helvetica, Arial, sans-serif;
	letter-spacing:0.2em;
	font-size:15px;
	margin:0;
	color:#0080b5;
	text-transform:uppercase;
}
#left-section > p > strong {
	color:#c80008;
}
#flowchart {
	border:dotted 1px #bbb;
	width:688px;
	height:220px;
}
#right-section {
	width:300px;
	position:absolute;
	top:0;
	right:0;
}
div.formbox {
	background-color:#e6e6e6;
	overflow:hidden;
}
div.formbox > p,
div.formbox > div {
	display:block;
	margin:10px;
}
div.formbox > h3 {
	background-color:#ccc;
	text-align:center;
	margin:4px 4px 10px 4px;
	padding:4px;
}
div.formbox > p > input.input-text {
	border:solid 1px #777;
	font-size:15px;
	width:188px;
	height:24px;
	color:#555;
	text-indent:6px;
}
div.formbox > p > label {
	display:block;
	float:left;
	width:82px;
	line-height:28px;
}
div.formbox button {
	height:28px;
	padding:0 14px;
	font-weight:bold;
}
#apply > p > input.input-text {
	width:290px;
}
#apply-status {
	display:none;
}
span.error {
	color:#c80008;
	font-weight:bold;
}
span.ok {
	color:green;
	font-weight:bold;
}
#login-status,
#password-reminder-status {
	background-color:#e6e6e6;
	border:solid 1px #e6e6e6;
	font-size:13px;
	line-height:16px;
}
#login-status > div,
#password-reminder-status > div {
	margin:6px;
}
.right-boxes {
	margin-bottom:10px;
}
#password-reminder-status > div > a {
	display:block;
	text-align:center;
}
#password-reminder-status #password-reminder-link {
	font:12px arial,helvetica;
}
#reminder {
	display:none;
}
#partner-links > p > a {
	display:block;
	margin:auto;
	width:200px;
	background-color:#aaa;
	text-decoration:none;
	text-align:center;
	color:#fff;
	font-weight:bold;
	line-height:26px;
	box-shadow: 0 0 5px #aaa;
    -webkit-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
}
#partner-links > p > a:hover {
	background-color:#c80008;
}
#examples > ul {
	margin:0 10px 8px 10px;
	padding:0;
	list-style:none;
}
#examples > ul > li {
	font-size:13px;
	margin:2px 0;
}