body
{
	text-align: left;
	background: none;
}

h1{
	font-size: 1.4em;
	margin-top: 0;
}

p.info{
	font-size: 13px;
}

.zfse_errorTopic{
	font-size: 14px;
}

.zfse_errorMessage{
	font-size: 12px;
}

.closeButton{
	position: absolute;
	right: 5px;
	top: 5px;
	background: url("../images/buttonBackground.gif") repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    height: 23px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}

#inapprForm textarea{
	width: 400px;
	height: 150px;
}

form th,
form td{
	vertical-align: top;
	padding-right: 5px;
	padding-top: 5px
}

form th{
	padding-right: 10px;
}

p i{
	font-size: 0.9em;
	color: #555;
}

table.details{
	font-size: 0.9em;
}

.toolbar{
	margin-top: 10px;
	border-top: 2px solid #ccc;
}

.toolbar div.button,
.toolbar div.separator{
	float: left;
	margin-top: 10px;
}

a.showComment{
	color: #333;
	text-decoration: none;
	background: url(../images/commentsIcon.gif) no-repeat left center;
	padding: 0 0 0 15px;
}

div.errorDisplay{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #ccc;
}

div.errorDisplay ul{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

div.errorDisplay ul li{
	display: block;
	margin: 0;
	padding: 0;
	color: #cc0000;
}

button.close,
input.close{
	position: absolute;
	top: 5px;
	right: 20px;
}

#registration,
.writeComment {
	margin: 20px 0 0 0;
	font-size: 0.75em;
	font-family: Arial;
}

.writeComment {
	background: url(../images/writeCommentBackground.gif) no-repeat;
	padding: 0 0 15px 35px;
}

table.fieldset{
	color: #333;
	font-family: Arial;
}

.writeComment h4{
	color: #000;
	font-weight: normal;
	font-size: 12px;
	display: inline;
}

.writeComment h4 strong{
	color: #666600;
	text-transform: uppercase;
}

.table.fieldset textarea{
	width: 350px;
	height: 150px;
}

#blog_commentFormWrapper textarea{
	width: 430px;
	height: 300px;
    font-family: arial;
    font-size: 12px;
}

.blog_submit label{
	display: none;
}

.writeComment textarea{
    width: 430px;
    height: 260px;
    font-family: arial;
    font-size: 12px;
}
