table.content-step {
    width: 100%;
}

table.content-step td {
    padding:0 5px 5px 5px;
}


table.content-step input {
    width:80%;
}
.inputbox {width:150px;}
/*.digits {width:104px;}*/
.dialling_code {width:35px;}

table.content-step textarea {
    width:80.5%;
    min-height:80px;
}

#o-titre {
    display:none;
}

#o-stepper {
    position:relative;
    float:left;
    width:164px;
}

.steppers {
    float: left;
    background: url('../img-pack/interface/step-background-wait.png') no-repeat left top;
    color:#666;
    width:164px;
    padding:5px 10px 3px 3px;
    height:49px;
    cursor:pointer;
    font-size:10px;
    text-transform:uppercase;
    font-weight:bold;
}

.selstep {
    background: url('../img-pack/interface/step-background.png') no-repeat;
    color:#fff;
}

.Opcrir, .OpRadio, .OpcrirAutres {
    position:absolute;
    left:-2000px;
}

label.isCheckbox, label.Checkbox, label.radioBox {
    background:#efefef;
    border:#e9e9e9 solid 1px;
    color:#999;
    padding:5px;
    width:150px;
    display: block;
    cursor:pointer;
}

label.Checkbox, label.radioBox  {
    float:left;
    width:100px;
    margin-right:5px;
    text-align:center;
}

label.isChecked {
    background:#5f428d;
    border:#5c428d solid 1px;
    color:#fff;
    padding:5px;
    display: block;
    cursor:pointer;
}

label.isSelected {
    background:#5f428d;
    border:#5c428d solid 1px;
    color:#fff;
}

.error-form {
    color:#ff0000;
}

div#exec-buttons {
	position:absolute;
	top:0;
	left:65%;
}

div#exec-buttons a { 
	display:block;
	float:left;
	margin:0 0 0 5px;
}

#submit {
     background:url('../img-pack/form-submit.png') no-repeat top left;
     border:none;
     font-size: 10px;
     padding:10px;
     color:#fff;
     text-align: center;
     width:143px;
     height:67px;
     margin-right: 50px;
     cursor: pointer;
}
#submit.langfr-FR{
     background:url('../img-pack/form-submit.png') no-repeat top left;
}

#submit.langen-GB {
     background:url('../img-pack/form-submit-en.png') no-repeat top left;
}

.green {
    background:#00C13A;
}

.red {
    background: url('../img-pack/interface/step-background-error.png') no-repeat left top;
    color:#fff;
}

#cancel {
     background:url('../img-pack/form-cancel.png') no-repeat top left;
     border:none;
     font-size: 10px;
     padding:10px;
     color:#fff;
     text-align: center;
     width:143px;
     height:67px;
     cursor: pointer;
}

.en-submit {
	 background:url('../img-pack/form-submit-en.png') no-repeat top left !important;
}
.en-cancel {
	 background:url('../img-pack/form-cancel-en.png') no-repeat top left !important;
}

/* AMSELECT */
.asmContainer {
	/* container that surrounds entire asmSelect widget */
}

.asmSelect {
	/* the newly created regular 'select' */
	display: inline;
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #999;
}

.asmHighlight {
	/* the highlight span */
	padding: 0;
	margin: 0 0 0 1em;
}

.asmList {
	/* html list that contains selected items */
	margin: 0.25em 0 1em 0;
	position: relative;
	display: block;
	padding-left: 0;
	list-style: none;
}

.asmListItem {
	/* li item from the html list above */
	position: relative;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	width: 50%;
	margin: 0 0 -1px 0;
	line-height: 1em;
}

.asmListItem:hover {
	background-color: #e5e5e5;
}

.asmListItemLabel {
	/* this is a span that surrounds the text in the item, except for the remove link */
	padding: 5px;
	display: block;
}

.asmListSortable .asmListItemLabel {
	cursor: move;
}

.asmListItemRemove {
	/* the remove link in each list item */
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
}

#nav-steppter {
    position:relative;
    margin:20px 50px 10px 0;
    text-align: right;
    display:none;
}

#nav-steppter img {
    cursor:pointer;
}

#form-login {
	width:95%;
	padding:5px;
}

#form-login #login-titre {
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-align:center;
	margin:0 0 30px 0;
}

#form-login input[type=text], #form-login input[type=password] {
	width:190px;
	background: white;
        border-left: 1px solid rgb(193, 193, 193);
        border-top: 1px solid rgb(193, 193, 193);
        color: black;
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 1px;
        margin-right: 3px;
        margin-top: 1px;
}

input.login {
	color:fff;
	background: url(../img-pack/button-bg.png) top left repeat-x;
	font-weight:bold;
	font-size: 10px;
	font-family: arial, sans-serif;
	cursor:pointer;
	height:20px;
       order:#235298 solid 1px;
	color:#fff;
}

#form-login input.error {
	 border-left: 1px solid #990000;
         border-top: 1px solid #990000;
}

label.error {
	display:none;
}

