﻿#BadgeAuthenticationForm div.Authenticate 
{
    border:1px solid #e1a399;
    background-color:#eae8e1; 
    padding:10px;
    text-align:center;
}

#BadgeAuthenticationForm div.Authenticate div.label
{
    width:120px;
    display:block;
    float:left;
    text-align:left;
    margin-left:80px;
}

#BadgeAuthenticationForm div.Authenticate input
{
    border: 1px solid #b2b2b2;
    color:#777777;
    font-size:11px;
    height:15px;
    margin-bottom:3px;
    width:170px;
}

#BadgeAuthenticationForm div.Authenticate input.submit
{
    color:White;
	text-decoration:none;
	padding:3px 10px 7px 10px;
	display:inline-block;
	text-align:center;
	background: url("../../image/public/charte/buttonCreer.gif") no-repeat scroll 0 0 transparent;
	background-repeat: no-repeat;
	background-position: center top;
	width:130px;
	text-align:center;
	height:22px;
	border:0px;
}

#BadgeAuthenticationForm div.error
{
    margin: 10px 0px 0px 0px;
    color:Red;
}

#BadgeAuthenticationForm div.info
{
    margin-top:10px;
}
