
.default_form {
    width: 500px;
    margin-left:100px;
}

.default_form .lblForm
{
    width: 140px;
    float: left;
    color: #839DAC;
    text-align: left !important;
}
.default_form .champObligatoire
{
    font-weight: bold;
}

.default_form .field
{
    padding: 10px 0;
}

.default_form textarea
{
    width: 300px;
    border:1px solid #839DAC;
}
.field input
{
    width: 300px;
    border:1px solid #839DAC;
}

.default_form .button
{
	/*background-color: #839DAC;*/
        background:url(../../images/frontend/form_button.jpg) no-repeat top left;
        font-family: Verdana, Helvetica, sans-serif;
        width:100px;
        height:21px;
        text-align:center;
        padding-bottom:3px;
        font-size:12px;
        font-weight:bold;
	color: white;
        border:none;
	cursor: pointer;
}

.default_form .actions
{
    padding-left:200px;
}

.default_form .submit
{
	/*background-color: #839DAC;*/
        background:url(../../images/frontend/form_button.jpg) no-repeat top left;
        font-family: Verdana, Helvetica, sans-serif;
        width:100px;
        height:21px;
        text-align:center;
        padding-bottom:3px;
        font-size:12px;
        font-weight:bold;
	color: white;
        border:none;
	cursor: pointer;
}

.button_submit_form, .button_cancel_form {
	/*background-color: #839DAC;*/
        background:url(../../images/frontend/form_button.jpg) no-repeat top left;
        font-family: Verdana, Helvetica, sans-serif;
        width:100px;
        height:21px;
        text-align:center;
        padding-bottom:3px;
        font-size:12px;
        font-weight:bold;
	color: white;
        border:none;
	cursor: pointer;
}
