
#c2 #coeur form label,
#c2 #coeur form p,
#c2 #coeur form .form_right,
#c2 #coeur .submit {
    display:        block;
    float:          left;
}
#c2 #coeur form label {
	text-align:		left;
	padding-right:	5px;
	margin:			3px 0 0 8px;
}
#c2 #coeur form select.form_right,
#c2 #coeur form input.form_right,
#c2 #coeur form textarea.form_right {
    padding:        1px;
    color:          inherit;
    background-color:   #EBEBEB;
    width:          45%;
}
#c2 #coeur form input.form_right,
#c2 #coeur form select.form_right,
#c2 #coeur form textarea.form_right,
#c2 #coeur form input.submit {
    font-size:      1em;
    border:         solid 1px #989898;
	margin:			2px 0;
}
#c2 #coeur form div.error,
#c2 #coeur form input.error,
#c2 #coeur form select.error,
#c2 #coeur form textarea.error {
    border:         solid 2px red;
}