/********************************************************************/
/*	Feuille de style pour la page omabUcDemandeRappelEnLigne.ascx	*/
/********************************************************************/

body
{
	background-color:Transparent;
	PADDING: 0px;
	MARGIN: 0px;
	TEXT-ALIGN: center;
}

.UcDemandeRappelEnLigne_Container
{
	background-color:Transparent;
	text-align:left;
	width:227px;
	padding:4px;
	padding-top:10px;
	color:White;
	font-size:9pt;
	font-family:Verdana;
}

.UcDemandeRappelEnLigne_Line
{
	float:left;
	width:100%;
}

.UcDemandeRappelEnLigne_Message
{
	/*float:left;*/
	width:227px;
	height:20px;
	text-align:center;
	font-size:7pt;
	font-family:Verdana;
}
.UcDemandeRappelEnLigne_Label
{
	float:left;
	width:85px;
	text-align:right;
	padding:4px;
}

.UcDemandeRappelEnLigne_TextBox
{
	float:left;
	width:120px;
	padding:4px;
}

.UcDemandeRappelEnLigne_Erreur
{
	float:left;
	width:140px;
	height:20px;
	padding:2px;
	text-align:left;
	font-size:7pt;
	font-family:Verdana;
}

input.UcDemandeRappelEnLigne_TextBox
{
	width:120px;
	height:20px;
	border:0;
	padding:0px;
	font-size:9pt;
	font-family:Verdana;
}
select.UcDemandeRappelEnLigne_TextBox
{
	width:120px;
	height:20px;
	border:0;
	padding:0px;
	font-size:9pt;
	font-family:Verdana;
}
