.error {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	background: #FF4636;
	border: 2px solid #FF0000;
}
.success {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	background: #46FF36;
	border: 2px solid #00CC00;
}

/*Home*/
.quote {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.counters {
	width: 260px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.counters .counter {
	float: left;
	width: 130px;
}
/*Chat*/

/*My Files*/
.file_poll_name {
	width: 730px;
	float: left;
	margin-top: 0px;
}
.file_type_area {
	position: absolute;
	width: 730px;
	text-align: right;
}
.file_type {
	font-weight: bold;
	text-decoration: underline;
}

/*Polls*/

/*Gallery*/
.images {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.images a:hover {
	z-index: 0;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/*Friend's Websites*/
.friend_name {
	width: 150px;
	float: left;
}
.friend_website {
	width: 200px;
	float: left;
}
.friend_info {
	font-style: italic;
	width: 380px;
	float: left;
}
/*Binary Dictionary*/
.binary_dictionary {
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #999999;
}
.binary_dictionary th {
	border-bottom: 1px solid #999999;
}
.binary {
	text-align: left;
	padding: 2px;
	padding-left: 5px;
	width: 83px;
}
.english {
	text-align: left;
	padding: 2px;
	width: 55px;
	border-right: 1px solid #999999;
}
/*Binary Translators*/

/*PHP*/
