div#static-contents-wrapper {
	margin: 20px 30px;
}

div#static-contents-wrapper div.section {
	border: 2px solid #efefef;
	border-top: none;
	border-left: none;
	padding: 10px;
	margin: 15px 0;
	background: transparent url(../images/section_bg.png) repeat-x center top;
}

div#static-contents-wrapper div.section h4 {
	border-left: 5px solid #184399;
	padding-left: 5px;
}

div#static-contents-wrapper div.section p {
	text-indent: 1em;
	line-height: 1.4;
	margin: 10px 0;
}

div#static-contents-wrapper div.section p.center_image {
	margin-top: 0.5em;
	text-align: center;
}
div#static-contents-wrapper div.section p.code {
	text-indent: 0em;
	margin-left: 4em;
	margin-bottom: 3em;
	padding-right: 10px;
	padding-left: 0.5em;
	border-left: 3px solid #eee;
}

div#static-contents-wrapper div.section p.code textarea {
	font-family: Arial, Sans;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	border: solid 1px #85b1de;
	width: 45em;
	height: 4.5em;
	background-color: #EDF2F7;
	overflow:hidden;
}

div#static-contents-wrapper div.section li {
	margin: 4px 0;
	line-height: 1.3;
}

div#static-contents-wrapper div.section ol {
	margin: 10px;
}

div#static-contents-wrapper div.section ol li {
	border-left: 3px solid #ccc;
	padding-left: 5px;
}

div#static-contents-wrapper div.section ol li li {
	border: none;
}

div#static-contents-wrapper div.section ol li h5 {
	color: #184399;
	font-weight: bold;
}

div#search-flow {
	text-align: center;
}

div#search-flow span {
	background: white;
	border: 1px solid #ccc;
	padding: 3px;
}

div#static-contents-wrapper div.section div.screen {
	margin: 10px 0;
	text-align: center;
}

div#static-contents-wrapper div.section div.screen img {
	border: 1px solid #ccc;
}

div#static-contents-wrapper div.section p.example {
	border: 1px solid #ccc;
	padding: 4px;
	background: white;
	margin: 10px;
}

div#static-contents-wrapper strong {
	color: #cb1f1b;
	font-weight: bold;
}

div#static-contents-wrapper div.section p.notes {
	margin: 10px 15px;
	padding: 4px;
	line-height: 1.3;
	text-indent: 0;
	border: 1px dotted #ccc;
}

div#static-contents-wrapper div.section dl {
	margin: 20px;
}

div#static-contents-wrapper div.section dt {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	color: #333;
	line-height: 1.5;
}

div#static-contents-wrapper div.section dd {
	margin: 5px 10px 10px;
	line-height: 1.3;
}

div#static-contents-wrapper div.section ul {
	list-style: disc;
	list-style-position: inside;
	margin: 20px;
}


div#static-contents-wrapper div#reference.section address {
	margin:10px 0 10px 20px;
}
