/* base
----------------------------------------------- */

small, .small {
font-size: 0.9em;
}

/* overrides
----------------------------------------------- */

.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}

img.divider {
margin: 2em 0;
text-align: center;
}

ul
{
	list-style: disc;
	margin-left: 1em;
}

ol
{
	list-style: decimal;
	margin-left: 1em;
}
dt
{
	font-weight: bold;
}
h1
{
	font-size: 150%;
	font-weight: bold;
}
h2
{
	font-size: 130%;
	font-weight: bold;
}
h3
{
	font-size: 115%;
	font-weight: bold;
}
h4
{
	font-size: 105%;
	font-weight: bold;
}
h5
{
	font-size: 100%;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6,p
{
	margin-top: 0.5em;
	margin-bottom: 0;
}

/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}