

#tb-wrapper a, #tb-wrapper a:visited {
	text-decoration: none;
	color: white;
	}
#tb-wrapper a:hover {
	text-decoration: underline;
	color: red;
	}
#tb-wrapper a:active {
	text-decoration: underline;
	color: yellow;
	}



.tb-submit{
	font-family: futura, optima, gill sans, helvetica;
	color: black;
	padding: 0;
	cursor: pointer;
	margin-top: 5px;
	margin-left: 0px;
	}
#tb-form-submit-line {
	font-size: 11px;
	text-align: center;
	margin-left: 0px;
	}





.tb-comment-text, .tb-comment-text-admin {
	overflow: auto;
	margin-top: 15px;
	font-family: georgia, serif;
	text-align: justify;
	}
.tb-author, .tb-author-admin  {
	color: white;
	font-family: futura, optima, gill sans, helvetica;
	text-align: left;
	font-weight: normal;
	}
.tb-author-loc, .tb-author-loc-admin  {
	float: left;
	text-align: left;
	font-family: futura, optima, gill sans, helvetica;
	color: white;
	}
.tb-date, .tb-id, .tb-date-admin, .tb-id-admin {
	float: right;
	text-align: left;
	font-family: georgia, serif;
	}





.tb-comment-legend {
	color: #fff;
	text-align: center;
	font-family: futura, optima, gill sans, helvetica;
	margin-top: 0px;
	}
.tb-closed-legend {
	color: #fff;
	text-align: center;
	font-family: futura, optima, gill sans, helvetica;
	margin-top: 0px;
	}
.tb-nocomments-legend {
	color: #fff;
	text-align: center;
	font-family: futura, optima, gill sans, helvetica;
	margin-top: 0px;
	}
.tb-leave-comment-legend {
	color: #fff;
	text-align: center;
	font-family: futura, optima, gill sans, helvetica;
	margin-bottom: 1em;
	font-size: 160%
	}




.tb-comment {
	margin-top: 2em;
	margin-left: 0px;
	}
.tb-reply {
	margin-top: 2em;
	text-align: left;
	}
.tb-reply-legend {
	color: white;
	font-family: futura;
	text-align: left;
	}



.tb-comment-footer {
	text-align: left;
	}
.tb-replyto-link, .tb-edit-link, .tb-delete-link, .tb-spam-link {
	display: inline;
	color: white;
	}
.tb-reply-submit {
	background: none;
	border: none;
	font-size: .85em;
	color: white;
	text-decoration: underline;
	margin: 5px 0 0 0;
	padding: 0;
	cursor: pointer;
	}


#tb-form-div a.help, #tb-form-div a.help:visited {
	font-family: georgia, serif;
	font-weight: bold;
	padding: 0 2px 0 2px;
	background: black;
	color: #fff;
	}
#tb-form-div .tb-field {
	margin-top: 5px;
	font-size: 1em;
	border: 1px solid white;
	padding: 0 2px 0 2px;
	width: 150px;
	font-family: georgia, serif;
	color: white;
	background: #333;
	} 
#tb_form, #tb-form-edit {
	font-size: .85em;
	padding: 5px 10px 5px 10px;
	background: black;
	border: double white;
	text-align: left;
	width: 100%;
	}
#tb-wrapper {
	font-family: futura, optima, gill sans, helvetica;
	width: 95%;
	margin-top: 1.5em;
	margin-left: 0px;
	margin-right: auto;
	}

.tb-required {
	color: white;
	font-size: 1.2em;
	}
#tb-form-div .field-reply {
	width: 30px;
	border: 1px solid #A099DF;
	padding: 0 2px 0 2px;
	font-size: 1em;
	background-color: #333;
	} 
#tb-form-div textarea {
	font-family: georgia, serif;
	color: white;
	border-color: white;
	margin-top: 5px;
	width: 100%;
	height: 10em;
	padding: 0 2px 0 2px;
	background-color: #333;
	}
#ed_toolbar input {
	font-family: futura, optima, gill sans, helvetica;
	font-size: 11px;
	color: black;
	padding: 0;
	margin-right: 2px;
	cursor: pointer;
	}