@charset "utf-8";
/* jQuery */
.ui-tabs { }
.ui-tabs .ui-tabs-nav { position: relative; }
.ui-tabs .ui-tabs-nav li { border: none !important; display: block; float: left; font-size: 0.65em; line-height: 27px; position: relative; padding: 0 10px !important; width: 80px; }
.ui-tabs .ui-tabs-nav li a { text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { background: transparent url(../images/contrast/tab-active.png) no-repeat left top !important; font-weight: bold; }
.ui-tabs .ui-tabs-nav li.ui-state-default { background: transparent url(../images/contrast/tab-inactive.png) no-repeat left top; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { -moz-border-radius-topright: 5px; -webkit-border-radius-topright: 5px; background: url(../images/contrast/tab-panel-bg.png) repeat-x left top; padding: 10px; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-sortable-placeholder {
	-moz-border-radius: 5px;
	-webkit--border-radius: 5px;
	background: none !important;
	border: 1px dashed #ddd;
	visibility: visible !important;
}

a.ui-state-active {
	font-weight: bold;
}

.ui-dialog { background: #fff; border: 1px solid #c9c9c9; position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { position: relative;  }
.ui-dialog .ui-dialog-title { float: left; font-size: 0.85em; font-weight: bold; margin: 5px; color: #a29a82; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 0; width: 19px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; text-indent: -9999px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; background: none; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; float: right }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-dialog iframe { color: #a29a82; font-size: 0.75em; padding: 0 0 0 15px; }

.ui-icon { width: 16px; height: 16px; background-image: url(../images/modal/ui-icons_222222_256x240.png)/*{iconsContent}*/; }

.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }

.ui-icon.item, .ui-icon.item-selected {
	display: block;
	float: left;
	height: 9px;
	margin: 1px 10px 0 0;
	width: 9px;
}

.ui-icon.item {
	background: transparent url(../images/plus.png) no-repeat left top;
}

.ui-icon.item-selected {
	background: transparent url(../images/minus.png) no-repeat left top;
}

.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; }

.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ none/*{bgImgUrlOverlay}*/ 0/*{bgOverlayXPos}*/ 0/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; position: absolute; top: 0; }
.ui-widget-shadow { margin: -4px/*{offsetTopShadow}*/ 0 0 -4px/*{offsetLeftShadow}*/; padding: 4px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ none/*{bgImgUrlShadow}*/ 0/*{bgShadowXPos}*/ 0/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .35;filter:Alpha(Opacity=35)/*{opacityShadow}*/; -moz-border-radius: 4px/*{cornerRadiusShadow}*/; -webkit-border-radius: 4px/*{cornerRadiusShadow}*/; }

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* CSS Document */
:root {
	overflow-y: scroll;
}

body {
	background: #000 url(../images/contrast/bg.png) repeat-x left top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body#modal-content {
	background-image: none;
}

strong {
	font-weight: bold;
}

img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}

img.alignright {
	float: left;
	margin: 5px 0 10px 20px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#master {
	background: transparent url(../images/contrast/header-bg.png) no-repeat left top;
	margin: 0 auto;
	width: 1000px;
}

#header {
	background: transparent url(../images/random/random.php) no-repeat right top;
	height: 125px;
}

#logotype {
	width: 500px;
}

#logotype p {
	color: #a29a82;
	font-size: 0.7em;
	margin: 5px 20px 0;
}

#sitemap {
	width: 430px;
}

#sitemap form {
	background: transparent url(../images/sitemap-bg.png) no-repeat left top;
	margin: 110px 15px 0;
	padding: 10px;
}

#oneclick {
	background: #000;
	border: 1px solid #333;
	color: #676767;
	font-size: 0.6em;
	padding: 1px;
	width: 262px;
}

#oneclick option {
	padding: 1px;
	width: 100%;
}

#oneclick option.l0, #oneclick option.l1, #oneclick option.l2 {
	font-weight: bold;
}

#oneclick option.l0-item, #oneclick option.l1 {
	padding: 0 0 0 10px;
}

#oneclick option.l1-item, #oneclick option.l2 {
	padding: 0 0 0 20px;
}

#oneclick option.l2-item {
	padding: 0 0 0 30px;
}

#sidebar {
	width: 210px;
}

#menu {
	background: transparent url(../images/contrast/menu-bottom-bg.jpg) no-repeat left bottom;
	color: #a29a82;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 33px;
}

#menu a {
	color: #8a836f;
	display: block;
}

a.sub-head, a.sub-sub-head {
	background: url(../images/arrow.png) no-repeat right 5px;
	padding: 0 15px 0 0;
}

#menu h1 {
	background: transparent url(../images/contrast/menu-top-bg.jpg) no-repeat left top;
	color: #a29a82;
	font-size: 1.25em;
	line-height: 37px;
	padding: 0 20px;
}

#menu ul {
	border-left: 1px solid #272727;
	border-right: 1px solid #272727;
	padding: 15px 15px 0;
}

#menu ul li {
	padding: 7px 0;
}

#menu ul li ul {
	background: none;
	border: none;
	font-size: 85%;
	margin: 5px 0 0;
	padding: 0;
}

#menu ul li ul li {
	background: none;
	border-top: 1px dashed #ccc;
	font-weight: normal;
	line-height: 16px;
	padding: 7px 0 7px 10px;
}

#menu ul li ul li:first-child {
	border: none;
}

#menu ul li ul li ul {
	background: none;
	border: none;
	font-size: 100%;
	margin: 5px;
	padding: 5px 0;
}

#rss {
	background: transparent url(../images/rss-bg.png) no-repeat center top;
	margin: 0 20px 15px;
}

#rss h2 {
	color: #797979;
	font-size: 0.75em;
	font-weight: bold;
	padding: 13px 80px 20px 15px;
	text-align: right;
}

#rss h2 a {
	color: #797979;
	text-decoration: none;
}

#rss p {
	color: #666;
	font-size: 0.7em;
	text-align: center;
}

#rss p a {
	color: #666;
}

.call {
	color: #8a836f;
	margin: 10px 9px;
}

#main {
	width: 775px;
}

#main-top {
	background: transparent url(../images/main-top-bg.png) no-repeat center top;
	padding: 10px;
}

#main-top-intern {
	background: transparent url(../images/main-top-intern-bg.png) no-repeat center bottom;
	height: 58px;
	padding: 10px 20px;
}

#breadcrumb {
	clear: both;
	color: #a29a82;
	display: block;
	font-size: 0.7em;
	padding: 0 0 25px;
}

#breadcrumb a {
	color: #a29a82;
}

#breadcrumb p {
	float: left;
}

#breadcrumb ul {
	float: left;
	margin: 0 5px;
}

#breadcrumb ul li {
	background: url(../images/breadcrumb-bg.png) no-repeat right 5px;
	display: inline;
	padding: 0 12px 0 2px;
}

#breadcrumb ul li.active{
	background: none;
}

#breadcrumb ul li strong {
	color: #797979;
}

#title {
	padding: 10px 0;
	width: 543px
}

#title h1 {
	background: transparent url(../images/title-bg.png) no-repeat left 1px;
	color: #a29a82;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 0 12px;
}

#main-top-content {
	height: 36px;
}

#search {
	background: url(../images/magnifying.png) no-repeat left 50%;
	padding: 7px 0 7px 30px;
	width: 395px;
}

#search a {
	color: #a29a82;
}

#search form {
	float: left;
}

#search form input {
	background: #000;
	border: 1px solid #333;
	font-size: 0.7em;
	color: #676767;
	margin: 0 2px;
	padding: 2px;
	width: 165px;
}

#search form input.submit {
	background: transparent url(../images/search-bg.png) repeat-x left top;
	border: none;
	color: #fff;
	font-size: 0.7em;
	padding: 2px 10px;
	text-transform: uppercase;
	width: auto;
}

#search p {
	background: url(../images/bullet.png) no-repeat left 50%;
	float: left;
	font-size: 0.65em;
	margin: 0 0 0 5px;
	padding: 4px 5px;
}

#customize a {
	color: #999;
	text-decoration: none;
}

#customize p {
	background: url(../images/custom.png) no-repeat left 50%;
	font-size: 0.75em;
	margin: 0 0 0 25px;
	padding: 11px 0 11px 20px;
}

#customize ul {
	float: left;
	padding: 9px 11px;
}

#customize ul li {
	display: inline;
}

#customize.intern {
	width: 140px;
}

#customization {
	border-bottom: 1px dotted #ccc;
	color: #a29a82;
	height: 80px;
	padding: 15px 0;
	text-align: center:
}

#customization a {
	 color: #8a836f;
}

#customization ul li {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #111;
	display: block;
	float: left;
	font-size: 0.75em;
	line-height: 1.5em;
	margin: 5px;
	padding: 5px 10px;
	width: 215px;
}

#main-content {
	clear: both;
}

#content-left, #content-right {
	width: 386px;
}

.module {
	background: #000 url(../images/contrast/module-bottom-bg.png) no-repeat left bottom;
	color: #a29a82;
	display: block;
	margin: 15px 15px 30px;
	padding: 0 0 7px;
	width: 359px;
}

.module .title {
	background: transparent url(../images/contrast/module-top-bg.png) no-repeat left top;
	font-size: 0.9em;
	font-weight: bold;
	height: 29px;
	padding: 12px 12px 0;
}

.module .title h1 {
	background: transparent url(../images/title-bg.png) no-repeat left 1px;
	cursor: move;
	float: left;
	padding: 0 0 0 15px;
	width: 285px;
}

.module .title .close {
	float: right;
	padding: 5px;
}

.module .text {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 0 15px 5px;
}

.module .text a {
	color: #a29a82;
}

.module .text form {
	padding: 0 10px;
}

.module .text form input {
	background: #000;
	border: 1px solid #333;
	color: #999;
	font-size: 0.75em;
	margin: 10px 0 0;
	padding: 4px;
	width: 120px;
}

.module .text form input.submit {
	background: transparent url(../images/contrast/nav-bg.png) repeat-x left top;
	border: none;
	display: block;
	float: right;
	font-size: 0.7em;
	margin: 20px 0 0;
	padding: 2px 10px;
	text-transform: uppercase;
	width: auto;
}

.module .text form input#jurisprudencia, .module .text form input#acompanhamento {
	width: 282px;
}

.module .text form input#oab {
	width: 56px;
}

.module .text form p {
	font-size: 0.65em;
	line-height: 12px;
	margin: 20px 0 0;
	width: 200px;
}

.module .text form select {
	background: #000;
	border: 1px solid #333;
	color: #999;
	margin: 10px 6px 0 0;
	padding: 2px;
	width: 127px;
}

.module .text form select.estado {
	width: 50px;
}

.module .text form .or {
	color: #999;
	font-size: 0.75em;
}

.module .text h3 {
	font-size: 0.7em;
	line-height: 16px;
}

.module .text img {
	background: #000;
	border: 1px solid #333;
	margin: 0 0 5px;
	padding: 3px;
}

.module .text img.diario {
	background: #000;
	border: 1px solid #333;
	float: left;
	margin: 0 10px 5px 0;
	padding: 3px;
}

.module .text p {
	line-height: 16px;
}

.module .text p.call {
	font-size: 0.7em;
	font-weight: bold;
	height: auto;
	margin: 0 10px;
	padding: 10px 0;
}

.module .text p.red {
	font-size: 0.7em;
	font-weight: normal;
	margin: 10px 0 0;
}

.module .text p.red a {
	color: #9e1416;
}

.module .text ul li {
	border-bottom: 1px dashed #ccc;
	padding: 15px 0;
}

.module .text ul li p.date {
	background: transparent url(../images/date-bg.png) no-repeat;
	color: #595959;
	font-size: 0.7em;
	font-weight: bold;
	padding: 0 0 0 19px;
}

.module .text ul li p.tag {
	font-size: 0.65em;
}

.module .text ul li h2 {
	font-size: 0.75em;
	font-weight: bold;
	line-height: 15px;
	margin: 7px 0 0;
}

.module .nav {
	height: 25px;
	margin: 5px 0 0;
}

.module .nav a {
	color: #a29a82;
	text-decoration: none;
}

.module .nav .left, .module .nav .right {
	background: transparent url(../images/contrast/nav-bg.png) repeat-x left top;
	font-size: 0.7em;
	line-height: 19px;
	margin: 5px 15px;
	padding: 0 10px;
	text-transform: uppercase;
}

#content-intern {
	color: #a29a82;
	margin: 10px 0 0 24px;
	width: 530px;
}

#content-intern a {
	color: #a29a82;
}

#content-intern-large {
	color: #a29a82;
	margin: 10px 0 0 24px;
	width: 755px;
}

#content-intern-large a {
	color: #a29a82;
}
#more {
	border-top: 1px dotted #333;
	height: 16px;
	margin: 10px 0 0;
	padding: 15px 0 0;
}
#more p {
	float: left;
	font-size: 0.7em;
	line-height: 16px;
	padding: 0 25px 0 21px;
}

#more p.print {
	background: url(../images/print.png) no-repeat left top;
}

#more p.email {
	background: url(../images/email.png) no-repeat left top;
}

#text {
	clear: both;
	
}

#text-modal {
	clear: both;
	color: #a29a82;
	padding: 5px 0;
}

#text img[align=left] {
	float: left;
}

#text img[align=right] {
	float: right;
}

#text .pdf, #text-modal .pdf {
	background: transparent url(../images/icon_pdf.gif) no-repeat left center;
	padding: 0 0 0 21px;
}

#text .doc, #text-modal .doc {
	background: transparent url(../images/icon_doc.gif) no-repeat left center;
	padding: 0 0 0 21px;
}

#text .xls, #text-modal .xls {
	background: transparent url(../images/icon_xls.gif) no-repeat left center;
	padding: 0 0 0 21px;
}

#text .html, #text-modal .html {
	background: transparent url(../images/icon_html.gif) no-repeat left center;
	padding: 0 0 0 21px;
}

#text form ul, #text-modal form ul {
	margin: 0 83px;
}

#text form ul li, #text-modal form ul li {
	display: block;
	list-style: none;
	margin: 0 0 10px;
}

#text form ul li input, #text form ul li textarea, #text-modalform ul li input, #text-modal form ul li textarea {
	background: #000;
	border: 1px solid #333;
	margin: 0 0 0 10px;
	padding: 3px;
	width: 200px;
}

#text form ul li input#send, #text-modal form ul li input#send {
	background: url(../images/search-bg.png) repeat-x left top;
	border: 0;
	color: #fff;
	display: block;
	float: right;
	height: 19px;
	padding: 0;
	text-transform: uppercase;
	width: 55px;
}

#text form ul li label, #text-modal form ul li label {
	display: block;
	float: left;
	text-align: right;
	width: 90px;
}

#text p, #text-modal p {
	font-size: 0.75em;
	line-height: 1.45em;
	padding: 0 0 10px;
}

#text ol, #text ul, #text-modal ol, #text-modal ul {
	margin: 0 0 10px 20px;
}

#text ol li, #text-modal ol li {
	font-size: 0.75em;
	line-height: 1.45em;
	list-style: decimal;
}

#text ul li, #text-modal ul li {
	font-size: 0.75em;
	line-height: 1.45em;
	list-style: disc;
}

#text ul.sub, #text-modal ul.sub {
	margin: 0 0 10px;
}

#text ul.sub li, #text-modal ul.sub li {
	list-style: none;
	padding: 5px 0;
}

#text ul.sub li a.ui-accordion-header, #text-modal ul.sub li a.ui-accordion-header {
	background: #f7f7f7 url(../images/ul-arrow.png) no-repeat 5px 8px;
	display: block;
	padding: 5px 18px;
}

#text ul.sub li ul, #text-modal ul.sub li ul {
	margin: 0;
	padding: 0;
}

#text ul.sub li ul li, #text-modal ul.sub li ul li {
	background: #fff;
	margin: 0;
	padding: 5px 18px 0;
}

#text table, #text-modal table {
	font-size: 95%;
	margin: 5px 0;
	width: 100%;
}

#text table tbody tr td, #text-modal table tbody tr td {
	border-top: 1px dotted #333;
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 5px 10px;
}

#text table tbody tr.odd, #text-modal table tbody tr.odd {
	background: #1f1f1f;
}

#nav {
	border-top: 1px dotted #333;
	font-size: 0.7em;
	margin: 20px 0 0;
	padding: 30px 0;
}

#nav a {
	color: #9e1416;
	padding: 0 20px 0 0;
}

#sidebar-intern {
	margin: 10px 0 0;
	width: 220px;
}

#sidebar-intern .search {
	margin: 0 27px 20px;
}

#sidebar-intern .search a {
	color: #a29a82;
}

#sidebar-intern .search form input#busca {
	background: #000;
	border: 1px solid #333;
	color: #676767;
	font-size: 0.7em;
	margin: 0 2px 5px;
	padding: 2px;
	width: 158px;
}

#sidebar-intern .search form input.submit {
	background: transparent url(../images/search-bg.png) repeat-x scroll left top;
	color: #fff;
	float: right;
	font-size: 0.7em;
	padding: 2px 5px;
	text-transform: uppercase;
	width: auto;
}

#sidebar-intern .search p {
	background:transparent url(../images/bullet.png) no-repeat scroll left 50%;
	float: left;
	font-size: 0.65em;
	margin: 0 0 0 5px;
	padding: 4px 5px;
}

#intern-menu {
	background: transparent url(../images/intern-menu-bg.png) repeat-y 10px top;
	color: #a29a82;
	font-size: 0.7em;
	margin: 15px 26px 25px;
	padding: 0 10px;
}

#intern-menu a {
	color: #a29a82;
	display: block;
}

#intern-menu p {
	background: transparent url(../images/contrast/intern-menu-top-bg.png) no-repeat left top;
	height: 40px;
	line-height: 15px;
	padding: 7px 18px 0;
}

#intern-menu ul {
	background: transparent url(../images/contrast/intern-menu-bottom-bg.png) no-repeat left bottom;
	padding: 0 20px 35px;
}

#intern-menu ul li {
	border-bottom: 1px dotted #333;
	padding: 8px 0;
}

#footer {
	background: url(../images/contrast/footer-bg.png) repeat-x left top;
	padding: 19px 0 0;
}

#footer-content {
	color: #a29a82;
	margin: 0 auto;
	width: 1000px;
}

#accessibility {
	color: #a29a82;
	font-size: 0.7em;
	margin: 55px 10px 0;
	width: 425px;
}

#accessibility p {
	background: url(../images/accessibility.png) no-repeat left top;
	line-height: 21px;
	padding: 0 0 0 23px;
}

#accessibility a {
	color: #9e1416;
}

#copyright {
	text-align: right;
	width: 555px;
}

#footer-menu {
	background: url(../images/contrast/brasao-rs-footer.png) no-repeat right top;
	font-size: 0.8em;
	margin: 0 0 10px;
	padding: 60px 115px 0 10px;
	width: 440px;
}

#footer-menu ul li {
	border-right: 1px solid #333;
	display: inline;
	font-weight: bold;
}

#footer-menu ul li.last {
	border-right: none;
}

#footer-menu ul li a {
	color: #a29a82;
	padding: 5px 10px;
	text-decoration: none;
}

#info {
	border-top: 1px dotted #333;
	font-size: 0.85em;
	margin: 10px 0 0;
	padding: 10px 0 0;
}

#info p {
	line-height: 16px;
}
