/* ------ general
-----------------------------------------------*/



.wrapper2 {
width: 100%;
float:left;
}
.blocks fieldset {
position:relative;
border:none;
background:transparent;
padding:5px 0;
}

.btn {
display: inline-block;
color: #fff;
text-decoration: none;
text-transform: uppercase;
background:#472222;
border:0;
cursor:pointer;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
padding:5px 10px;
}
.btn:hover{
background: #5C3838;
}

.text{
padding:6px 0px;
height:15px;
position:relative;
z-index:2;
text-indent:10px;
width:250px;
border:1px solid #777777;
background:#F2ECEC;
}
.textarea {
padding:5px 10px;
height:55px;
border:1px solid #777777;
background:#F2ECEC;
position:relative;
z-index:2;
width:230px;
}

.blocks label {
float:left;
width:70px;
font-size:12px;
margin-top:7px;
}

.blocks label.error,
.blocks label.ok {
position:absolute;
z-index:1;
top:-3px;
left:81px;
padding:10px 15px 20px 272px;
padding-bottom:17px \9;
/*reset label*/
width:auto;
text-align:left;
height:17px;
margin:0;
background-repeat:no-repeat;
background-position:250px 12px;
}

.blocks label.ok {
background-image:url(/lien_he/gfx/icook.gif);

color:#f8e8cd;
font-size:11px;
}

.blocks label.error {
background-image:url(/lien_he/gfx/icofail.gif);
color:#f8e8cd;
float:left;
font-size:13px;

}

.area label.ok,
.area label.error {
height:183px;
padding-left:396px;
background-position:377px 13px;
}

/* CSS3 */
.blocks label.error,
.blocks label.ok { 
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
font-size:12px;
behavior: url(/PIE.htc);
}