/* popup css file */
h2{
	margin-bottom:13px;
}
#reponses input, td.radio input{
	border:0px;
}
#all{
	width:630px;
}
#header{
	width:630px;
}
#banner{
	background:url(../img/popup/banner.gif) no-repeat top right;
	width:630px;
	height:124px;
}

#top{
	background:url(../img/popup/top.gif) no-repeat top left;
}

#middle{
	background:url(../img/popup/middle.gif) repeat-y top left;
	width:630px;
	min-height:290px;
}
#footer	{
	width:630px;
	background:url(../img/popup/footer.gif) no-repeat top left;
}
/* */
#reponses{
	margin: 10px 20px;
}
#precedent{
	margin:2px 0px 2px 2px;
}
#valider{
	float:right;
	margin-left:2px;
}

/* .note */
div.note{
	background: url(../img/popup/note-middle.gif) repeat-y bottom left;
	width:581px;
	margin:0px auto;
}

div.note_top{
	background: url(../img/popup/note-top.gif) no-repeat top left;
}

div.note_bottom{
	background: url(../img/popup/note-bottom.gif) no-repeat bottom left;
	min-height:72px;
}

div.note_inner{
	padding: 8px 8px 8px 68px;
}

div.note_inner *{
	font-size:13px;
}

div.note_inner h2{
	margin-bottom:13px;
}

div.note_inner h3{
	margin-bottom:13px;
}

/* ticket*/
ul.ticket{
	list-style:none;
	font-weight:bold;
}
ul.ticket li{
	background:url(../img/popup/puce.gif) no-repeat top left;
	padding:4px 30px 15px 30px;
}

td.form_cell{
	text-align:right;
}

