/*         CSS Document       */
/*          Boutton           */
.buttonSubmit { 
    background:           #fff;
    border:               none;
    color:                #009;
    font-size:             94%;
	font-style:         italic;
    font-weight:          bold;
    height:               17px;
    margin-right:          0px;
    padding:   0px 0px 2px 0px;
	text-align:           left;
}

