form {
	margin: 0px 20px 5px;
}
form img{
	margin-bottom: 10px;
	margin-top: 10px;
}
form h2 {
	font-size: 1.9em;
	margin-bottom: 20px;
	margin-top: 10px;
}
.designed {
	clear: both;
}
.designed label {
	display: block;
	width: 100px;
	padding: 5px 7px;
	padding-top: 6px;
	color: #444;
	background: url(/images/login/bg-label.png);
	border: 1px solid #999;
	border-right: 0;
	float:left;
	font-weight: bold;
	font-size: .9em;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

input#post_login,
input#post_password,
input#post_email{
	display: block;
	width: 332px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #999;
	float:left;
	margin-left: -5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

form a {
font-weight: bold;
}
form fieldset.buttons {
margin-top: 30px;
margin-bottom: 10px;
}
form fieldset.buttons a#submit{
width: 70px;
float:left;
display: block;
}
form .informations {
font-size: .85em;
float:left;
width: 330px;
margin-left: 25px;
}
form .informations strong{
font-weight: bold;
}
#error,
#notice {
margin: 20px;
padding: 10px 10px 10px 45px;
color: #600;
background: #FFDFDF url(/images/login/icons/error-trans.png) no-repeat 10px 50%;
}

#notice {
	color: #2C6F14;
	background: #C3EFB3 url(/images/login/icons/ok-trans.png) no-repeat 10px 50%;
}

p.info {
margin-bottom: 20px;
padding: 10px 10px 10px 45px;
color: #333;
background: #DEDEDE url(/images/login/icons-v/24/unknown.png) no-repeat 10px 50%;
}

.login-infos {
background-color: #FFFBE1;
color: #333;
padding: 10px;
padding-top: 20px;
padding-bottom: 20px;
}
.login-infos h3{
font-size: 1.1em !important;
font-weight: bold;
width: 60%;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;;
}
.login-infos strong{
font-weight: bold;
}
.login-infos p{
font-size: 1em;
margin-right: auto;
margin-left: auto;
width: 60%;
}
.login-infos a{
color: #F18A00;
background: #FFF4AF;
}
#temp-password-expl {
background: #fffbe1;
padding: 5px;
margin-top: -5px;
}
