/* C_SPY_EnvoiAmi */

#C_SPY_EnvoiAmi
{
	position:absolute;
	width:640px;
/*	height:220px;*/
	background-color:#363636;
	border:#000 solid 3px;
	font-size:12px;
}

#C_SPY_EnvoiAmi .title-col
{
	height:40px;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
	color:#a1c628;
	padding-left:20px;
	text-align:left;
}

#C_SPY_EnvoiAmi td.text-col
{
	font-size:12px;
	width:120px;
	color:#FFF;
	text-align:right;
	padding-right:5px;
}

#C_SPY_EnvoiAmi td.text-col-2
{
	vertical-align:top;
	width:80px;
	color:#FFF;
	text-align:right;
	padding-right:5px;
}

#C_SPY_EnvoiAmi td.field-col
{
	/*width:170px;*/
	text-align:center;
	vertical-align:top;
}

#C_SPY_EnvoiAmi .button-col
{
	height:40px;
}

#C_SPY_EnvoiAmi input
{
	width:150px;
	height:14px;
	font-size:12px;
	font-weight:bold;
	
	margin-bottom:5px;
	color:#666;
	border:0px solid #a1c628;
	border-top-width:2px;
	border-left-width:2px;
}

#C_SPY_EnvoiAmi textarea
{
	width:200px;
	height:100px;

	font-size:12px;
	font-weight:bold;

	font-family:tahoma;	
	margin-bottom:5px;
	color:#666;
	border:0px solid #a1c628;
	border-top-width:2px;
	border-left-width:2px;
}