form {
	display:block;
}

form .formrow {
	display:block;
	clear:both;
	margin-bottom:5px;
}

form .formrow>label {
	display:inline-block;
	width:40%;
}

form .formrow .formfield {
	display:inline-block;
	vertical-align:top;
	width: 50%;
}

form .formrow .formfield label {
	display:block;
}

form .formrow .formfield label:first-child {
	margin-top:5px;
}

form .formrow .formfield label:last-child {
	margin-bottom:5px;
}

form .formrow .formfield label input {
	margin-right:3px;
}

form .datepicker-delete-input {
    background-image: url(../../../cms/assets/images/core/icon-delete.png);
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;
    width: 13px;
    height: 13px;
    display:block;
    padding-top: 20px;
}

input[name="important_email"] {
	display:none !important;
}

input[type="file"] {
	border: none;
	line-height: normal;
	padding-top: 5px;
	width: 100%;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	margin-left: 0px;
	position: relative;
}