
form.formular {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	padding: 5px 5px 0px 0px;
	border: none;
	margin-bottom: 5px;
	/*width:278px;
	height:175px;*/
	/*background: url('../img/bg-compt.png') no-repeat;*/
}

.formular fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #B5B8C8;
	
}

.formular legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	width: 200px;
	color: #555;
	padding: 5px;
	/*margin-left:55px;*/
	border: none;
	font-size: 11px;
	background:url("../img/bg_input.png") no-repeat scroll 12px 4px transparent;
	
}
.formular .pass-input{
	border:none;
	height: 15px;
    width: 175px;
}
.formular .mail-input{
	border:none;
	height: 15px;
    width: 205px;
}
.formular textarea {
	width: 250px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}
.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	background: none;
	color:#055c8a;
	font-weight:bold;
	text-transform: uppercase;
	border: none;
	padding: 4px;
	margin-left: -45px;
	/*margin-top: 20px;
	float: right;*/
	text-decoration: none;
	cursor:pointer;
	/*width:45px;
	height:53px;
	margin: 5px 5px 5px 0px !important;*/
}
.formular .table td {
height:10px;


}

ul.plinfo {
color:#fff;
/*margin-left:7px*/
}
ul.plinfo li{
/*background: url('../img/puce.gif') no-repeat left center;*/
list-style-type:none;
float:left;
display:block;
padding-left:10px
}

ul.plinfo li a{
text-decoration:underline;
color:#757574;
/*font-style:italic;*/
}
table.pslogintbl {
	padding-top: 10px;
	padding-left: 5px;
}
table.pslogintbl td{
padding:0px;

}
.plinfo {
	width: 230px;
}
.loginhead{
/*color:#000;
margin-top:5px;
text-transform:uppercase;
font-weight:bold;
margin-left:30px;*/
background: url('../img/bg_login.png') no-repeat ;
width:244px;
height:59px;
text-indent:-9999px;
/*padding-left:23px;
font-family:Arial,Helvetica,Sans-Serif;
font-size:1.2em;
line-height:1.3em;
*/
}


.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: 555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

.logouthead{
margin-top:20px;
}

.infologin{
margin-top:30px;
}