﻿.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
}
.hr_line{height: 1px;margin: 5px;background-color: #e5e5e5;}
.dialog_scroll {margin-top:20px;
}
.dialog_scroll .dialog_inquiry {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
	width: 100%;
    
	z-index: 112;
    min-height: 280px;
    border-radius: 3px;
    background-color: #fff;
}
.dialog_btn_close{position:absolute;top:11px;right:12px;z-index:10;width:26px;height:26px;text-indent:-9999px;
background:url(/lib/Inquiry/icon_close_12x12_02.png) center no-repeat;-webkit-transition:-webkit-transform .6s;transition:-webkit-transform .6s;transition:transform .6s;transition:transform .6s, -webkit-transform .6s;}
.dialog_btn_close:hover{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
.dialog_title {
    height: 38px;
    border-radius: 3px 3px 0 0;
    background-color: #0c8ce6;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.dialog_inquiry .dialog_content {
    overflow-y: auto;
	position: relative;
	padding: 5px;
}
.dialog_inquiry .input_box {
    /*margin-left: 100px;*/
    margin-right: 5px;
	margin-bottom: 2px;
	position: relative;
}
.dialog_inquiry .input_box .llbl {
    left: -80px;
    width: 70px;
	    padding: 0;
    line-height: 38px;
	position: absolute;
    top: 0;
	    text-align: right;
    white-space: nowrap;
	font-size: 14px;
    color: #7b7b7b;
}
.dialog_inquiry .input_box span {float:none;}

.dialog_content .form_list .small{width:calc(100% - 68px) !important;float:left;}
.dialog_content label{min-width:68px;text-align:right;}

.dialog_content .form_list input[type="text"], .dialog_content .form_list input[type="password"], .dialog_content .form_list input[type="email"], .dialog_content .form_list input[type="search"], .dialog_content .form_list select, .dialog_content .form_list textarea {
    height: 38px;
    padding: 5px 10px;
	box-sizing: border-box;
    width: 100%;
	border: 1px solid #ececec;
    border-radius: 2px;
    background-color: #fff;
    font-size: 12px;
    color: #444;
	    -webkit-transition: border .3s;
    transition: border .3s;
}

.dialog_footer {
    padding: 5px 0;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}

.dialog_footer .quotebtn {
    display: inline-block;
    width: 168px;
    height: 36px;
    float:right;
    margin: 0 10px;
    border: 1px solid #0c8ce6;
    border-radius: 3px;
    background-color: #0c8ce6;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    vertical-align: top;
}
.dialog_footer .empty {
    border-color: #ddd;
    background-color: #fff;
    color: #333;
}


