.validator {
    color: #a90000;
    font-size: 14px;
    font-weight: bold;
}

#aspnetForm {
	margin: 0;
	padding: 0;
}

#__VIEWSTATE, #__EVENTVALIDATION, #__EVENTTARGET, #__EVENTARGUMENT {
	margin: 0;
	padding: 0;
	width: 10px;
	display: none;
}

/*#aspnetForm input[type="checkbox"],
#aspnetForm input[type="radio"],*/
.eventform input[type="checkbox"],
.eventform input[type="radio"] {
    margin: 3px 0.5ex;
}

/* Custom and aspenet Form */
.customform .formfield,
.eventform .formfield
/*,#aspnetForm .formfield*/ {
    margin-bottom: 1em;
}

.customform .formfield:last-child,
.eventform .formfield:last-child/*,
#aspnetForm .formfield:last-child*/ {
    margin-bottom: 0;
}

.customform abbr[title],
.customform abbr,
abbr.req,
abbr[title].req { 
    border-bottom: none; 
    text-decoration: none;
}

.customform input[type="submit"],
.customform input[type="button"], 
.customform input[type="reset"],
/*#aspnetForm input[type="submit"],
#aspnetForm input[type="button"], 
#aspnetForm input[type="reset"]*/
.eventform input[type="submit"],
.eventform input[type="button"], 
.eventform input[type="reset"] {
    background: #666;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #666;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.customform input[type="submit"]:hover,
.customform input[type="button"]:hover,
.customform input[type="reset"]:hover,
/*#aspnetForm input[type="submit"]:hover,
#aspnetForm input[type="button"]:hover,
#aspnetForm input[type="reset"]:hover*/
.eventform input[type="submit"]:hover,
.eventform input[type="button"]:hover,
.eventform input[type="reset"]:hover {
    background: #fff;
    color: #666;
}

/*EMANAGER FORM*/

.formFieldContainer {
    padding: 2px 0px;
    clear: both;
}

.formAddress {
    clear: both;
}

.formAddress label {
    font-weight: bold;
    width: 100px;
    text-align: right;
    margin: 8px 10px 0px 0px;
    display: block;
    padding: 0px 5px 0px 10px;
}

.formAddress input {
    float: left;
    display: inline;
    width: 300px;
    text-align: left;
    margin: 5px 5px 5px 0px;
    float: left;
    display: block;
    padding: 5px 5px 0px 10px;
}
.formAddress select {
    float: left;
    display: inline;
    width: 220px;
    text-align: left;
    margin: 3px 50px 0px 0px;
    float: left;
    display: block;
    padding: 5px 5px 0px 10px;
}

#submitbutton
{
    clear: both;
    display: block;
}

#submitbutton a {
	margin: 0 0 10px;
	padding: 3px 7px;
	border: 1px solid #999;
	display: inline-block;
}

.FieldContainerVert {
    width: 100%;
}

.FieldContainerVert label {
    font-weight: bold;
    font-size: 1em;
    width: 200px;
    text-align: right;
    vertical-align: top;
    margin: 3px 10px 10px 0px;
    float: left;
    clear: both;
    padding: 1px 5px 5px 10px;
}

.FieldContainerHori {
    width: 100%;
}

.FieldContainerHori label
{
    font-weight: bold;
    font-size: 1em;
    text-align: left;
    vertical-align: top;
    display: block;
    padding: 1px 5px 5px 0px;
}

.FieldContainerHori .formFieldContainer:after {
    content: "";
    display: block;
    clear: both;
}

.inputText {
    width: 300px;
}

.formRadio label {
    font-weight: normal;
    text-align: left;
    display: inline;
    float: none;
}

.formRadio input {
    display: inline;
    float: none;
    margin: 0 5px 0 0;
}

.formFieldError {
    display: block;
    color: #a90000;
}

.formfieldheader {
 	margin: 0;
	padding: 0;
}

.formheader {
    display: block;
}

/* Safari reCaptcha fix */
.g-recaptcha {
    /* 3x3 9-cell reCaptcha */
    display: inline-block;
    transition: auto !important;
}
.g-recaptcha-bubble-arrow + div:not([class]) {
    /* 4x4 16-cell reCaptcha */
    transform: translate3d(0,0,0) !important;
}
