/********************************************************************
 * J'ai besoin d'aide
 *******************************************************************/
div#view.jbda div#panels {
	padding-top:20px;
}
div#view.jbda div#panels div.panel textarea,
div#view.jbda div#panels div.panel select {
	position: relative;
	top:55px;
	left:45px;
	width:235px;
	height:60px;
	padding:0;
	margin:0;
	overflow:auto;
	border:solid 0px transparent;
	background:transparent;
	font-family:Tahoma,Arial,Helvetica;
	font-size:1em;
}
div#view.jbda div#panels div.panel input.submit {
	position:relative;
	border:none;
	width:101px;
	height:36px;
	background:url(images/btn_search.png);
}
/** J'ai une question **/
div#view.jbda div#panels div.h1 {
	background:url(images/jbda/b_h1.gif) no-repeat;
}
div#view.jbda div#panels div.h1 input.submit {
	top:90px;
	left:190px;
}
/** J'ai besoin d'aide **/
div#view.jbda div#panels div.h2 {
	background:url(images/jbda/b_h2.gif) no-repeat;
	margin:0 20px 0 20px;
}
div#view.jbda div#panels div.h2 input.submit {
	top:100px;
	left:190px;
}
div#view.jbda div#panels div.h2 textarea {
	height:70px;
}
/** Je cherche de l'aide a domicile **/
div#view.jbda div#panels div.h3 {
	background:url(images/jbda/b_h3.gif) no-repeat;
}
div#view.jbda div#panels div.h3 input.submit {
	top:110px;
	left:190px;
}
div#view.jbda div#panels div.h3 input.text {
	width:75px;
	border:solid 1px #ccc;
}
div#view.jbda div#panels div.h1 label,
div#view.jbda div#panels div.h3 label {
	position:relative;
	float:right;
	top:75px;
	right:15px;
	font-size:0.9em;
}
div#view.jbda div.list a.tips {
	display:block;
	text-align:center;
	margin:0 0 20px 0;
}
/********************************************************************
 * Recherche
 *******************************************************************/
div#view.jbda div#panels div.panel_search {
	background:url(images/jbda/b_advanced_search.png);
	height:221px;
	width:976px;
}

div#view.jbda div#panels div.panel_search div.s_question {
	width:310px;
	height:150px;
}
div#view.jbda div#panels div.panel_search div.s_question textarea {
	position:relative;
	top:70px;
	left:45px;
	width:230px;
	height:65px;
	background:transparent;
	font-family:inherit;
	font-size:inherit;
	border:none;
}
div#view.jbda div#panels div.panel_search div.s_category {
	width:255px;
	height:150px;
}
div#view.jbda div#panels div.panel_search div.s_category select {
	position:relative;
	top:72px;
	left:35px;
	width:185px;
	height:65px;
	font-family:inherit;
	font-size:inherit;
	border:none;
	background:transparent;
}
div#view.jbda div#panels div.panel_search div.s_level {
	width:200px;
	height:60px;
	padding:70px 20px 20px 25px;
}
div#view.jbda div#panels div.panel_search div.s_price {
	width:120px;
	height:60px;
	padding:70px 20px 20px 20px;
}
div#view.jbda div#panels div.panel_search div.s_price input.text {
	width:40px;
	height:12px;
}
div#view.jbda div#panels div.panel_search div.s_price div.rightcol {
	margin-bottom:5px;
}
div#view.jbda div#panels div.panel_search input.submit {
	margin-top:20px;
	float:right;
	width:101px;
	height:36px;
	background:url(images/btn_search.png);
	border:none;
}
/** Question payante **/
div#view.jbda div.bubble div.denied input.submit {
	background:url(images/btn_pay_now.png);
	width:143px;
	height:39px;
	border:none;
	margin-top:20px;
}
/********************************************************************
 * Domicile
 *******************************************************************/
div#view div.bubble div.infos {
	border-top:solid 1px #dcdedd;
	border-bottom:solid 1px #dcdedd;
	margin:5px 0 5px 0;
	padding:5px 0 5px 0;
}
div#view div.bubble span.title {
	font-style:italic;
}
div#view div.bubble div.infos div.col {
	float:left;
	background:top right url(images/jbda/b_infos.png) repeat-y;
	font-size:0.9em;
	padding:2px 10px 2px 10px;
	text-align:center;
}
div#view div.bubble div.infos div.col.last {
	background:none;
	padding:2px 0px 2px 5px;
}
