.edealForm {
	font-size: 1.1em;
}

.edealForm .edealForm-field .edealForm-label label {
    width: 100%;
    border: 1px solid transparent;
    padding: .67861429em 1em;
    padding-left: 0;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
}

.edealForm .edealForm-field-noinput .edealForm-label label {
	text-align: left;
    font-weight: normal;
}

.edealForm .edealForm-field-text .edealForm-input input {
}


.edealForm .edealForm-field-textarea .edealForm-input textarea {
	height: 8em;
}


.edealForm .edealForm-field-text .edealForm-input input,
.edealForm .edealForm-field-textarea .edealForm-input textarea,
.edealForm .edealForm-field-select .edealForm-input select,
.edealForm .edealForm-languageSelector .edealForm-languageSelector-select {
	width: 100%;
	border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571429rem;
    padding: .67861429em 1em;
    box-sizing: border-box;
}

.edealForm .edealForm-field-text .edealForm-input input,
.edealForm .edealForm-field-textarea .edealForm-input textarea,
.edealForm .edealForm-field-select .edealForm-input select{
	width: 100%;
	border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571429rem;
    padding: .67861429em 1em;
    box-sizing: border-box;
}
.edealForm .edealForm-field-attachment .edealForm-input a{
    width: 100%;
    float: left;
    margin-top: 9px;
    text-decoration: underline;
     cursor: pointer; 
}

.edealForm .edealForm-field-attachment .edealForm-input li {
    background: url(../icons/remove.png) no-repeat right center;
    width: 100%;
    float: left;
    cursor: pointer;
    height:16px;
}

.edealForm .edealForm-field-attachment .edealForm-input ul {
    width: 100%;
    
}
.edealForm .edealForm-field-text .edealForm-input input:focus,
.edealForm .edealForm-field-textarea .edealForm-input textarea:focus,
.edealForm .edealForm-field-select .edealForm-input select:focus {
	border-color: #85B7D9;
}


.edealForm .edealForm-field-radio .edealForm-input .edealForm-possiblevalue,
.edealForm .edealForm-field-checkbox .edealForm-input .edealForm-possiblevalue {
	position: relative;
    top: -0.2em;
}
.edealForm .edealForm-field-radio .edealForm-input input,
.edealForm .edealForm-field-checkbox .edealForm-input input {
	float: left;
    clear: right;
    margin-left: 0;
    margin-top: 1px;
}

.edealForm .edealForm-field-radio .edealForm-input label,
.edealForm .edealForm-field-checkbox .edealForm-input label {
    display: inline-block;
    width: 90%;
}

.edealForm .edealForm-languageSelector {
    background: url(../icons/world.png) no-repeat left center;
    padding-left: 2em;
    display: inline-block;
    line-height: 2em;
    padding-right: 1em;
}

.edealForm .edealForm-languageSelector .edealForm-languageSelector-link {
    text-decoration: underline;
    cursor: pointer;
}

.edealForm .edealForm-action .edealForm-button {
	border: 1px solid rgba(34,36,38,.15);
    border-radius: .28571429rem;
    padding: .67861429em 1em;
    display:inline-block;
    margin-left: 1em;
}

.edealForm .edealForm-action .edealForm-button.edealForm-save {
	background : #add649;
	border: 1px solid transparent;
}

.edealForm .edealForm-action .edealForm-button:hover {
	background : rgba(34,36,38,.15);
}


.edealForm .edealForm-information .edealForm-help {
	background: #f5f5f5;
}

.edealForm .edealForm-information .edealForm-success {
	background: #eeffc4;
	display:none;
}


.edealForm .edealForm-information .edealForm-errors {
	background: #ffe5e5;
	display:none;
}

.edealForm-captcha-validation-error .g-recaptcha > div {
	border: solid 1px #ffe5e5;
	padding: 3px;
	background: #ffe5e5;
}

.edealForm .dialog {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(203, 203, 203, 0.39);
}
.edealForm .lightbox_table {
    width:100%;
    height:100%;

}
.edealForm .contentDialog {
    width:300px;
    background: white;
    border:1px solid black;

}
.edealForm .lightbox_table_cell {
    vertical-align:middle;
}




