/* CSS Document */


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

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


/*
legend {
    display: inline;
}
*/

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

select, textarea {
	padding: 3px 3px 3px 8px;
	border: 1px solid #CCCCCC;
    color: #000000;
    padding: 2px;
}

/*Overriding the 2016-styles.css added in the template */
.valid{color:#000000}

/*hide unecessary elements for this form*/
/* .breadcrumbs, .sidebar-navigation, .contact-actions, .nav--secondary-container{ display: none} */



/* 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;
}

*/
