/** Module Web Callback **/

.createUserForm{
	float : left;
	padding : 10px;
	border : 2px solid #0760A4;
	background : #E0EAFE;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	border-radius : 3px;
	display : none;
}

.formContainer{
	float : left;
	margin-bottom : 5px;
	padding : 5px;
	border : 2px solid #000000;
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	color : #0760A4;
	background-color : #FFFFFF;
}

.rowFormAlign{
	float : left;
	margin-top : 5px;
	height : 50px;
}

.rowFormAlign label{
	float : left;
	width : 250px;
	margin-left : 10px;
	text-align : center;
}

.rowFormAlign input[type=text], .rowForm input[type=password]{
	float : left;
	width : 250px;
	margin-left : 10px;
}

.rowFormAlign input[type=checkbox]{
	float : left;
	width : 100px;
	margin-left : 10px;
}

.rowFormDefaut{
	float:left;
	-webkit-border-radius : 3px;
	-moz-border-radius : 3px;
	border:2px solid #AAAAAA;
	padding-bottom:10px;
	padding-top:10px;
	width:100%;
	margin-bottom : 10px;
}

.alertInfos{
	float : right;
	display : none;
	-webkit-border-radius : 3px;
	-moz-border-radius : 3px;
	padding : 5px;
	margin-right : 5px;
}

.alertInfos.erreur{
	border : 2px solid #FF4C49;
}

.alertInfos.ok{
	border : 2px solid #91C13C;
}

.alertInfos .icon{
	float : left;
	width : 20px;
	height : 20px;
	background : transparent url(../images/icons.png) no-repeat top left;
}

.alertInfos.erreur .icon{
	background-position : -42px 0px;
}

.alertInfos.ok .icon{
	background-position : -84px 0px;
}

.alertInfos .body{
	float : left;
	margin-left : 3px;
	margin-top : 3px;
}

.createUserResponse{
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	background-color : #E0EAFE;
	border : 2px solid #0760A4;
	float : left;
}

.createUserResponse .close{
	float : right;
	height : 12px;
	width : 12px;
	background : url(../images/icons.png) no-repeat  -126px 0px transparent;
	cursor : pointer;
	margin-top : 2px;
}

.createUserResponse .close:hover{
	background-position : -139px 0;
}

.createUserResponse .header{
	float : left;
	background-color : #0760A4;
	color : #FFFFFF;
	text-align : center;
	height : 20px;
	width : 100%;
}

.createUserResponse ul{
	float : left;
	list-style : none;
	margin : 0;
	padding : 5px;
}

.createUserResponse ul li{
	float : left;
	margin-bottom : 10px;
}