/*http://meyerweb.com/eric/tools/css/reset/  v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
 /* FIN RESET */
 
/* ELEMENTS DE BASE */ 

body{background:#fff; font-family:Verdana, sans-serif; font-size:12px; color:#4F4F4F;}
 
form{ padding:5px 10px;} 
 
a{	color:#3684AF; text-decoration:none;}
a:hover{	color:#90b466; text-decoration:underline;}
a:visited{	color:#54b1d3; }

h1{	font-weight:normal; font-size:18px; background:#F0F0F0; padding:5px 10px; border-bottom:1px solid #DADADA;}

p{	line-height:20px; padding:5px 0;}

div#dialog_content{	position:relative;}
p#editable_comment_buttons{	text-align:right;	}
a#editable_comment_ja{	position:absolute; left:0; bottom:12px; font-size:80%; text-decoration:underline}
a#editable_comment_ja:hover{ text-decoration:none;	}
p#dialog_loader{	text-align:center;	display:none;	}
textarea#dialog_comment{	width:95%}
input.button{	cursor:pointer;	}