/* CSS Document */


/* Compact the form layout */
label {
    display: inline;
    font-weight: bold;
}

label.radioCheck, label.checkboxCheck {
    display: inline;
    font-weight: normal;
}


/*
legend {
    display: inline;
}
*/

/* from events.css */
span.mandatory {
    color: #dc2d27;
    font-weight: 800;
}

.valid {
	color: #000;	
	
}


/* Add back the original bulletpoint gif */
/*
ul.bulletpoints li {
    background: transparent url("/images/icons/bullet-red.gif") no-repeat scroll 1px 6px;
    list-style: outside none none;
    padding-left: 10px;
}
*/

/* from the marketing forms.css */
/*
form fieldset label {
    padding-right: 1em;
    width: 14em;
}
form fieldset label {
    float: left;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 1em 0 0;
    width: 11em;
}

form fieldset div.field {
    border: 0 solid blue;
    width: 500px;
}
form fieldset div.field {
    float: left;
    font-weight: normal;
    margin: 0 1em 0 0;
    width: auto;
}

*/

