/*************************************************************************************************************
* LIENS
*************************************************************************************************************/
a {
	text-decoration: none;
	color: #93b255;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
}
a:hover{
	text-decoration: underline;
}

.chat_table {
	color: #4B4B4D;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

p {
	color: #4B4B4D;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
} 

#chat_SaveQuestion_table {
	font-weight: bold;
}

.chat_cell_msg, .chat_cell_error_msg {
	text-align: left;
	padding-bottom: 10px;
}

.chat_cell_error_msg {
	color: #ff0000;
}

.chat_label {
	float: left;
	display: inline-table;
	margin-right: 15px;
	font-weight: bold;
}

.chat_input, .chat_input_textarea {
	display: inline-table;
	float: right;
}

.chat_field, .chat_textarea_field, .chat_field_text {
	width: 305px;
	color: #999999;
	border: 1px solid #999999;
}

.chat_textarea_field {
	height: 60px;
}

fieldset {
	border: 1px solid #777777;
	_border: 1.1px solid #777777;
}

select {
	border: 1px solid #999999;
}

legend {
	color: #4B4B4D;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.chat_cell_button, .chat_cell {
	text-align: left;
	padding-bottom: 10px;
	vertical-align: top;
}

.chat_button {
	background-color: #93b255;
	border: 0 none;
	color: #ffffff;
	width: 110px;
}

.chat_qauthor, .chat_question {
	color: #4B4B4D;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.chat_aauthor {
	color: #4B4B4D;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.chat_answer {
	color: #4B4B4D;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 12px;
}


