/*module:	Gestion de commentaires des visiteurs du site
Copyright Jean-Paul GIAUSSERAND 2014
Site: http://www.giausserand.fr/index.php?perma=ziteplus
*/
#comment_box{ max-height:380px; max-width:400px; padding:10px; font-size:10px;}
#comment_boxtitle{ text-align:center; background-color:red; color:white; font-size:18px; font-weight:700; padding:1px; margin-bottom:1px;}
/**/
#comment_boxbackground{ display:none; position:fixed; height:100%; width:100%; top:0; left:0; background:black; z-index:98;	}
#comment_boxclose{ position:absolute; display:block;tabindex="2";right:-7px;top:-14px;}
#comment_box{ display:none; position:fixed; z-index:99;}
#comment_boxaction {width:100%;text-align:center;tabindex:1;}
/**/
.zp_table {display:table; width: 100%;}
.zp_tableTR {/*display:table-row*/;border-top:1px dashed;font-size:12px;padding-top:1px;padding-bottom:1px}
.zp_tableTD {display:table-cell;}
/**/
.comment_ h2 {font: normal 8px Georgia, "Times New Roman", Times, serif;}
.comment_ hr {margin-bottom:1px;}
.comment_info {min-width:50px;}
.comment_hdr {font-size:12px;color:#AC0000;}
.comment_body {font-size:12px;vertical-align: top}
.comment_form {}
.comment_user {font-weight:bold;}
.comment_ip {font-size:8px}
.comment_date {font-size:8px}
label {width:160px;vertical-align:top}
.zp_fleft {float:left;}
.zp_fright {float:right;}
.zp_fbnone {clear:both;}


