@charset "utf-8";
/* CSS Document */


.ui-dform-submit {
	margin-top:20px;
}

.ui-dform-label {
	display: inline-block;  
    font-weight:normal;
    font-size:20px; 
    margin-right:20px; 
    margin-top:20px; 
}

.ui-dform-text {
	
}

.ui-dform-password {
	border:1px solid #ccc;
	border-radius:5px;
	background:#fff;
	padding:5px 10px;
	color:#555;
	font-size:16px;
}

.ui-dform-textarea {
	display:block;
	border:1px solid #ccc;
	padding:5px;
}

.ui-dform-file {
	padding:10px;
	border:1px solid #ccc;
	border-radius:8px;
}

.ui-dform-text.form-control.error {
	background:#a61f1f;
	color:#fff;
}

.ui-dform-email.form-control.error {
	background:#a61f1f;
	color:#fff;
}

.ui-dform-select.error {
	background:#a61f1f;
}

.ui-dform-text.form-control-custom.error {
	background:#a61f1f;
	color:#fff;
}

.ui-dform-email.form-control-custom.error {
	background:#a61f1f;
	color:#fff;
}

.ui-dform-select-custom.error {
	background:#a61f1f;
    color:#fff;
}

.ui-dform-select {
	clear:both;
	border:1px solid #ccc;
	border-radius:5px;
	background:#fff;
	padding:5px 10px;
	color:#555;
	font-size:16px;
}

label.error {
	float:left;
	color:#ff0000;
	display:none;
}

.ui-dform-password {
	border:1px solid #ccc;
	padding:5px;
}

.ui-dform-p {
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}

.input300 {
	width:300px;
}

.input600 {
	width:600px;
	width:100%;
}

.textarea {
	width:400px;
	height:150px;
}

.text300 {
	border:1px solid #ccc;
	border-radius:5px;
	background:#fff;
	padding:5px 10px;
	width:300px;
	color:#666;
	font-size:16px;
}

.textarea300 {
	border:1px solid #ccc;
	border-radius:5px;
	background:#fff;
	padding:5px 10px;
	width:300px;
	height:150px;
	color:#666;
	font-size:16px;
}

.select300 {
	border:1px solid #ccc;
	border-radius:5px;
	background:#fff;
	padding:5px 10px;
	width:320px;
	color:#666;
	font-size:16px;
}


.ui-dform-label {float:left;display:inline;}

.form-control-small {
	width:70%;
	float:right;
	margin-right:10px;
	margin-bottom:10px;
}


.ui-dform-checkbox {
	float:left;
}

label[for=inquiry_privacy] {
    font-size:14px;
    margin-top: -8px;
}


.ui-dform-radio {
	clear:both;
	float:left;
}

.ui-dform-container.radios input {
	float:left;
	width:20px;
}

.ui-dform-container.radios label {
	float:left;
	width:20px;
}

.ui-dform-radio.custom {
	
}

.ui-dform-radiobuttons label.ui-dform-label {width:250px;font-weight:normal;}

.mce-tinymce.mce-container.mce-panel {
	clear:both;
}


.button-privacy {cursor:pointer;}
.inquiry-privacy {}
.privacy-box label {width:300px;margin-left:10px;}

/*Quickform*/
.button-privacy {}
.privacy-box input {float:left;}
.privacy-box label {float:right;}
.button-privacy {cursor:pointer;}
.quickform {background:#e5e5e5;color:#555;}


#quickInquiry-response {margin-top:20px;}

label .error{display:none;}

.form-control {
	background:#fff;
}

.registerForm{
    display: none;
}



