@charset "utf-8";
/**********************************************************************
 _____   _____   _   __   _   _____        _          __  _____   _____  
|  _  \ /  _  \ | | |  \ | | |_   _|      | |        / / | ____| |  _  \ 
| |_| | | | | | | | |   \| |   | |        | |  __   / /  | |__   | |_| | 
|  ___/ | | | | | | | |\   |   | |        | | /  | / /   |  __|  |  _  { 
| |     | |_| | | | | | \  |   | |        | |/   |/ /    | |___  | |_| | 
|_|     \_____/ |_| |_|  \_|   |_|        |___/|___/     |_____| |_____/ 
/***********************************************************************
Copyright 2010 POINT WEB
type : screen
categorie : validation form
Auteur : 
site :
/*******************************************************/
fieldset{ border:1px solid #33ccff; display:block; padding:10px}
fieldset{padding:10px; font-size:12px }
fieldset div{ margin: 5px 0 8px 0;}
fieldset div label{width:110px; display:block; float:left;}
fieldset legend{ color:#265a6f; padding:0 5px}
fieldset input{ height:13px; border:1px solid #333; font-size:11px; width:160px}
fieldset input:focus{ background: #eee}
fieldset textarea:focus{ background: #eee}
fieldset textarea{ border:1px solid #333; height:138px; width:350px; font-family:Arial, Helvetica, sans-serif; font-size:12px}
.cmxform fieldset p.error label { color: #ff9c00; }
div.blockError{ padding:10px; margin-bottom:15px}
div.blockError h4{ font-size:12px; color:#333}
div.blockError ol li { list-style-type: none; margin-left: 40px; color:#e45a0d; font-size:12px}
div.blockError li{ cursor:pointer; }
div.blockError { display: none; }
.blockError label.error {	display: inline; }
form.cmxform label.error { display: block;	margin-left: 1em; width: auto; }
#contact-form form.cmxform input.error, #contact-form form.cmxform textarea.error{ border:1px dashed #FF0000; }