.width-30 {
    position: relative;
    float: left;
   	width: 33%;
}

.formatLink{	
	text-decoration:underline;
}

#fieldWarning, #fieldWarning2 {
	font-size: 14px;
    color: red;
    margin-bottom: 15px;
}

#has-error .cs-field-checkbox label:after, #has-error .cs-field-checkbox label:before {
    /* border: 1px solid #a94442 !important; */
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}