/******************************/
/* CSS DOCUMENT               */
/* http://samantha-bailly.com */
/*    --------------------    */
/*     GUESTBOOK SECTION      */
/******************************/

div.book_pages {
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
}

div.book_write {
	font-size: 11px;
	text-align:center;
}

div.book_write_tools {
	background-color: #CCCCCC;
	width: 182px;
	height: 22px;
	text-align: center;
	padding: 2px;
}

div.book_write_tools img {
	cursor: pointer;
	border: 1px solid #000000;
}

span.book_titre {
	color: #92708a;
}

table {
	width: 600px;
	font-size: 12px;
}

table.form_image {
	width: 88px;
	margin: 8px;
}

td.form_image {
	text-align:center;
	vertical-align: middle;
	width: 22px;
}

td.form_image img {
	cursor: pointer;
	border: 0px;
}

img {
	border: 0px;
}

div.article img {
	float: none;
}

input {
	background-color: #92708a;
	color:#FFFFFF;
	border: none;
}

textarea {
	width: 100%;
	height: 150px;
	background-color: #92708a;
	color:#FFFFFF;
	border: none;
}
