.loginBox {
	background-color: #FFFFFF;
	color 		: #000000;
	font-size	: 10px;
}
.loginBox .title{
	color 		: #005879;
	font-size	: 10px;
	font-weight	: bold;
}
.loginBox .bold{
	color 		: #000000;
	font-size	: 10px;
	font-weight	: bold;
}
.loginBox .boldError, errorText{
	color 		: #FF0000;
}
.loginBox a{
	text-decoration:underline;
	color 		: #000000;
	font-size	: 10px;
}
.loginBox input{
	border		: 1px solid #868686;
	width		: 170px;
	height		: 16px;
	font-size	: 9px;
}
.loginBox .errorInput {
	background-color:#FF9C9C;
}
.imgBorder {
	border		: 1px solid #B9B9B9;
}
.plvCommande{
	height			: 20px;
	width			: 105px;
	text-decoration : none;
	font-weight		: bold;
	background-color: #005879;
	color			: #FFFFFF;
	font-size		: 14px;
	cursor			: pointer;
}
.plvTitle {
	text-decoration	: underline;
	font-size		: 10px;
	font-weight		: bold;
	height			: 17px;
	padding-top		: 3px;
}
.validateBttn {
	color			: #005879;
	font-size		: 14px;
	font-weight		: bold;
	background-color: #FFFFFF;
	width			: 105px;
	height			: 19px;
	cursor			: pointer;
}
.errorMsg {
	color			: #FF0000;
	font-size		: 12px;
	font-weight		: bold;
	background-color: #99CBDF;
	width			: 430px;
	height			: 23px;
}
.smallBoldText {
	font-size		: 10px;
	color			: #FFFFFF;
	font-weight		: bold;
}
.plvTitleBar {
	color 			: #FEE71F;
	font-weight		: bold;
	font-size		: 14px;
	text-decoration	: none;
}
