.form {
	display: block;
	clear: both;
	margin: 0 auto;
	}	
.col {
	width: 260px;
	float: left;
	}
.form #input,
.form #file,
.form .select,
.form .disabled,
.form #comment,
.form #commentBig {
	background: #fff;
	padding: 3px;
	width: 130px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: arial;
	color: #000;
	border: 1px solid #d0ccc9;
	}
.form label{
	color: #53463e;
	margin-right: 15px;
	padding-top: 2px;
	padding-left: 0px;
	display: inline;
	float: left;
	width: 90px;
	clear: both;
	display:block;
	text-align:right;
	font-weight: normal;
	height: 16px;
	}
*html .form label {
	width: 80px
	}
.form #file {
	border: 0px solid #aaa;
	float: left;
	width: auto;
	}
.form .cp {
	width: 50px !important;
	margin-right: 4px;
	}
.form .ville {
	width: 112px !important;
	}
#comment {
	height: 60px !important;
	width: 390px !important;
	}
#commentBig {
	height: 150px !important;
	width: 400px !important;
	}
#chmpoblg {
	margin-top: 15px;
	text-align: center;
	font-size: 11px;
	font-style: italic;
	color: #333;
	}
.form .select,
.form .disabled {
	padding: 2px;
	font-size: 12px;
	margin-bottom: 5px;
	}
.form .disabled {
	color: #ccc;
	}
.small {
	font-size: 11px;
	font-style: italic;
	}
	

.loading {
	background: url("../../global/media/admin/ajax-loader.gif") no-repeat;
	background-position: 50% 50%;
	height: 100px;
	}
#message {
	width: 400px;
	margin: 50px auto;
	text-align: center;
	font-size: 14px;
	}
#errors {
	display: none;
	width: 400px;
	margin: 0 auto 10px auto;
	text-align: center;
	font-size: 11px;
	padding: 0 0 5px 0;
	}
#errors li {
	list-style-type: none;
	display: inline;
	padding: 3px 5px;
	color: #666;
	}
	
.bouton {
	background: url("../../templates/media/btn_envoyer.gif") no-repeat;
	display: block;
	width: 129px;
	height: 54px;
	margin: 10px auto;
	clear: both;
	text-align: center;
	cursor: pointer;
	}