.cssform * {
	margin:0;
	padding:0;
}
.cssform {
	width:500px;
	position:relative;
	margin:0 auto;
	padding:4px;
}
.cssform #pict {
	top:50px;
	right:10px;
	z-index:0;
	width:128px;
	height:128px;
	position:absolute;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/contact/mail.png', sizingMethod='crop');
}
.cssform #pict[id] {
	background-image:url(/images/contact/mail.png);
}
.cssform fieldset {
	margin:8px 0;
	padding:4px 4px 25px;
}
.cssform legend {
	font-weight:700;
	font-size:20px;
	margin:8px;
	padding:0 8px;
}
.cssform .par {
	text-align:center;
	margin-bottom:20px;
}
.cssform .par * {
	border:none;
}
.cssform form fieldset div {
	margin:4px 0;
}
.cssform label {
	font-weight:700;
	float:left;
	position:relative;
	text-align:right;
	padding-right:24px;
	width:120px;
}
.cssform label .warning {
	position:absolute;
	color:red;
	margin-left:3px;
	font-weight:400;
}
.cssform #infosOblig {
	text-align:right;
}
.cssform #infosOblig .warning {
	color:red;
	margin-left:-7px;
	font-weight:400;
}
.cssform input, .cssform textarea {
	color:#000;
	border:1px solid #000;
}
.cssform input:focus, .cssform textarea:focus {
	background-color:#eee;
	outline:1px solid #ccc;
	border-color:#ccc;
}
.cssform textarea {
	width:300px;
	height:160px;
}
.cssform .secu {
	margin-top:15px;
}
.cssform input.formbutton {
	cursor:pointer;
	border:1px outset #999;
	color:#333;
	font-weight:700;
	background:#FFF;
	margin-bottom:8px;
	font-size:1em;
	height:20px;
	width:100px;
}
.textareaRequiredMsg, .textareaMinCharsMsg, .textareaMaxCharsMsg, .textareaValidMsg, .textareaRequiredMsg, .textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg, .textfieldValidMsg {
	display:none;
}
.textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg, .textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .textfieldMinValueState .textfieldMinValueMsg, .textfieldMaxValueState .textfieldMaxValueMsg, .textfieldMinCharsState .textfieldMinCharsMsg, .textfieldMaxCharsState .textfieldMaxCharsMsg {
	display:block;
	font-size:90%;
	line-height:16px;
	color:#fff;
	text-align:center;
	font-weight:700;
	background:#900 url(/images/contact/error.gif) no-repeat center right;
	border:red solid 1px;
	margin:5px 0;
}
.textareaValidState textarea, textarea.textareaValidState, .textfieldValidState input, input.textfieldValidState {
	border:2px solid #0c0;
}
textarea.textareaRequiredState, .textareaRequiredState textarea, textarea.textareaMinCharsState, .textareaMinCharsState textarea, textarea.textareaMaxCharsState, .textareaMaxCharsState textarea, input.textfieldRequiredState, .textfieldRequiredState input, input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, input.textfieldMinValueState, .textfieldMinValueState input, input.textfieldMaxValueState, .textfieldMaxValueState input, input.textfieldMinCharsState, .textfieldMinCharsState input, input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	border:2px solid #c00;
}
.textfieldRequiredState .formLabel, .textfieldInvalidFormatState .formLabel, .textfieldMinValueState .formLabel, .textfieldMaxValueState .formLabel, .textfieldMinCharsState .formLabel, .textfieldMaxCharsState .formLabel {
	color:#C33;
}
.validMsg {
	display:none;
}
.textfieldValidState .validMsg {
	display:inline;
}
.textareaFlashState textarea, textarea.textareaFlashState .textfieldFlashText input, input.textfieldFlashText {
	color:red !important;
}
