
	/* CSS Document */

	.field {
		width:175px;
		font-size:1em;
	}

	.section .ln span {
		display:inline;
		float:left;
		width:75px;
		background-color:#fff;
		padding:0 5px 0 5px;
		color:#30312b;
	}

	.section .ln span.star {
		width:auto;
		color:#CD0136
	}

	.interlocutor {
		width:407px;	/* 419 - 12 */
		padding:10px 0 5px 12px;
		height:33px;
		background-color:#f8f7f3;
		background-image:url(/library/img/environment/bg_interlocutor.gif);
		background-repeat:repeat-x
	}
	* html .interlocutor {
		height:18px;	/* 48 - (25+5) */
	}

	.interlocutor select {
		width:400px
	}

	.buttons {
		padding:0;
	}
	.section {
		background-image:url(../../img/elements/cl_dotted.gif);
		background-position:0 bottom;
		background-repeat:repeat-x;
	}

	.formContainer {
		padding:0 0 0 0;
		background-image:url(../../img/elements/cl_dotted.gif);
		background-position:0 bottom;
		background-repeat:repeat-x;
		margin:0 0 10px 0;
	}

	.formContainer .col1 {
		float:left;
		width:420px;
		/*background-image:url(../../img/elements/cl_dotted.gif);*/
		background-repeat:repeat-y;
		background-position:right 0
	}

	.formContainer .col2 {
		float:left;
		width:135px;	/* 140 - (5) */
		padding:0 0 0 5px;
	}

	.formContainer .col2 img {
		border:1px solid #e3e3e3;
		padding:5px 3px 15px 3px;
	}

	.formContainer .col2 .name {
		color:#000;
		font-weight:normal
	}
	.formContainer .col2 .function {
		color:#228327;
	}


	#cp {width:75px;}
	#adress {width:285px;}
	#mes {width:405px; height:160px}



