/* CSS Document for neu_registration_form*/
/* (c) dzsol 2008 */
.title {
width:534px;
background-color:#fff;
font-size:12px;
color:#FFFFFF;
padding-left:17px;
padding-top:4px;
padding-bottom:3px;
border-bottom:3px solid #0072bc;
background:url(/blue_header.png) bottom left no-repeat;
display:block;
}
/* div {
margin-bottom:20px;
} */
div.register_g_container {
position:relative;
width:550px;
height:auto;
margin-top:20px
}

.btn_valider {
/* position:fixed; */

background:url(/btn_bg.png) repeat-x;
border:1px solid #545454;
color:#FFFFFF;
font-size:10px;
float:right;
margin-top:8px;
}

.btn_modifier {
/* position:fixed; */

background:url(/btn_bg_orange.png) repeat-x;
border:1px solid #545454;
color:#FFFFFF;
font-size:10px;
float:right;
margin-top:8px;
}

.msg {
font-family:"Trebuchet MS", sans-serif;
font-weight:bold;
font-size:11px;
color:#000000;
background-color:#fad163;
padding-left:8px;
/* padding-right:8px; */
padding-top:4px;
padding-bottom:4px;
margin-bottom:18px;
}
.info {
font-family:"Trebuchet MS", sans-serif;
font-size:12px;
color:707070;
}
h4 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
u {
color:ec008c;
text-decoration:none;
}

select {
font-family:"Trebuchet MS", sans-serif;
color:707070;
font-size:12px;
}

.textbox {
font-family:"Trebuchet MS", sans-serif;
color:707070;
font-size:12px;
}

div#infos {
font-family:"Trebuchet MS", sans-serif;
color:#333333;
font-size:12px;
position:relative;
text-align:justify;
}


input, textarea, select {
margin-bottom: 5px;
border:1px solid #7f9db9;
}


label{
float: left;
width: 120px;
padding-left:10px;
/* font-weight: bold; */
}