/* LUCKY DAY - inscription */

body
{
    margin: 0px 0px 0px 0px;
    padding: 0px;
    /*background-image: saison */
    background-position: -21px -3px;
    background-repeat: no-repeat;
    font-family: Serif;
}

body.empty
{
    /*background-image: saison */
}

input
{
    border: none;
}

#email
{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 129px;
	height: 15px;
	background: #fff;
    font-size: 8pt;
}
#BTN-SEND
{
	position: absolute;
	top: 2px;
	left: 141px;
	width: 22px;
	height: 22px;
}
#BTN-SEND
{
    /*background-image: saison */
    background-repeat: no-repeat;
    cursor: hand;
}
#BTN-SENDING
{
	display: none;
	position: absolute;
	top: 4px;
	left: 143px;
	width: 16px;
	height: 16px;
}


p.ok
{
    font-size: 12pt;
    color: Red;
}

p.erreur
{
    font-size: 12pt;
    color: red;
    font-weight: bold;
}

