
#poweredby {
	margin-top:50px;
	text-align:center;
}

.c5t_system {
    padding:10px;
    width:800px;
    margin-bottom:10px;
    border:1px solid #FF0000;
}

.c5t_debug {
    padding:10px;
    margin-bottom:10px;
    border:1px solid #0070C0;
}


.c5t_comment_form_background {
	padding:8px;
	width: 490px;
	margin-top:30px;
	border: 2px solid #2C5362;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(/images/diaphragm_transparent.png) no-repeat -25px -15px;
}

.c5t_comment_form_table {
	width:100%;
	padding:5px;
}

.c5t_comment_form_field input,
.c5t_comment_form_field select {
    width: 281px;
}

.c5t_comment_form_field textarea {
    width: 375px;
}


.c5t_comment_form_label {
	vertical-align:top;
	width: 245px;
	font-weight: bold;
}

.c5t_comment_list {
    margin-bottom:10px;
}



.c5t_comment_item_background {
	padding:8px;
	background-color:#F8F8F8;
	width:490px;
	margin-top:30px;
    margin-bottom:10px;
    border:1px solid #C0C0C0;
}

.c5t_comment_item {
    padding:5px;
}

.c5t_comment_item_details {
	font-size: 0.75em;
}

.c5t_comment_item_text {
    margin-top:10px;
    margin-bottom:10px;
}



.c5t_comment_form_submit input {
    margin-top:20px;
}

.c5t_headline {
	color: #00E1E4;
	margin: 0em 0px 0.7em;
	letter-spacing: -0.05em;
	font: bold 1.7em Geneva, Arial, Helvetica, sans-serif;
	clear: left;
}

.c5t_comment_item_title {
	margin:0 0 10px 0;
	letter-spacing: -0.05em;
	color: #99FFFF;
	font: normal 1.2em Geneva, Arial, Helvetica, sans-serif;
}


.c5t_error_message {
	color:#CC0000;
	font-weight: bold;
}

.c5t_error_message_item {
	padding-bottom:10px;
}



.c5t_installation_form {
	margin-bottom:30px;
}

.c5t_installation_form legend {
	font-weight:bold;
}

.c5t_installation_form_label {
	font-weight:bold;
	width:160px;
}

.c5t_frontend_pagination {
	margin:15px 0 15px 0;
}

.c5t_frontend_pagination a {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size: 0.75em;
	font-weight:bold;
	color: #99FFFF;
}

.c5t_frontend_pagination span {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size: 0.75em;
	font-weight:bold;
}

.c5t_frontend_pagination form {
	display:inline;
}
.c5t_frontend_pagination input {
	cursor:pointer;
	border:1px solid #cccccc;
	padding:2px 10px;
	text-decoration:none;
	font-size: 0.75em;
	font-weight:bold;
	color: #99FFFF;
}


.c5t_link_button {
	margin:15px 0 35px 0;
}

.c5t_link_button a {
	border:1px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size: 0.75em;
	font-weight:bold;
}

.c5t_link_button a:hover {
	border:0px solid #cccccc;
	padding:3px 10px;
	text-decoration:none;
	font-size: 0.75em;
	font-weight:bold;
	color:##00E1E4;
}
.comments {
	clear: left;
}
a[href ^="#Comments"] {
 background: url(/images/comment.png) no-repeat left top;
 padding-left: 20px;
}
a:hover[href ^="#Comments"] {
 background: #CC0000 url(/images/comment.png) no-repeat left top;
}
.comments > div:last-child {
	visibility: hidden;
}
