.tefafInquiry {
    overflow-y:auto;
    top: 50%;
}

.tefafInquiry .modal-body{
	padding: 0 !important;
}
.tefafInquiry .modal-dialog {
    width: 425px;
	margin-top: 30px;
}
.tefafInquiry .modal-content {
    height: auto;
    position: relative;
    padding: 0;
}
.tefafInquiry .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../img/close03.png) no-repeat center center;
    background-size: 13px 13px;
    text-indent: -9999px;
    opacity: 1;
    z-index: 15;
}
.tefafInquiry .btn01 {
    font: 12px/14px "HelveticaNeue75Bd", Helvetica, Arial, sans-serif;
}
.tefafInquiry #spinner div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}
.tefafInquiry .btn01:hover {text-decoration: none;}
.confirmation {
    display: table;
    width: 100%;
	height: 620px;
}
.confirmation .holder {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.confirmation h2 {
    margin: 0 0 15px;
    font: 20px/22px "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.confirmation h3 {
    margin: 0 0 10px;
    font: 14px/16px "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.confirmation .copy {
    position: absolute;
    bottom: 95px;
    left: 0;
    width: 100%; 
    text-align: center;
}
.confirmation .copy input[type="checkbox"] {display: none;}
.confirmation .copy label {
    font-weight: normal;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
    font: 12px/14px "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.confirmation .copy label:before {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 10px -2px 0;
    background: url(../img/checkbox-empty.png) no-repeat;
    content: " ";
} 

.inquiry {
    padding: 0 40px;
	height: 100%;
	/*height: 620px;*/
}
.inquiry h2 {
    font: 20px/22px "HelveticaNeue", Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 35px 0 30px;
}
.inquiryHeader {
    border: solid #f0f0f0;
    border-width: 2px 0;
}
.inquiryHeader .info {
    float: left;
    text-transform: uppercase;
    width: 80px;
    font: 12px/44px "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.inquiryHeader .text {
	margin: 0 10px 0 80px;
}
.inquiry .to {
    border-bottom: 1px solid #f0f0f0;
}

.inquiry .subject {
    border-top: 1px solid #f0f0f0;
}

.inquiry select {
    border: 0px;
    font: 13px "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin: 11px 0 0 -4px;
	letter-spacing: 1px;
}

.inquiry .artistBox {
    border-top: 1px solid #f0f0f0;
}

.inquiry .error, .mainMessage.error{
	color: red!important;
}

.inquiry .to h3 {
    margin: 0;
    font: 14px/44px "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.inquiry .artistName{
	border-top: 1px solid #f0f0f0;
}
.inquiry  input {
    border: 0;
    background: none;
    width: 100%;
    border-top: 1px dotted #e9e9e9;
    -webkit-appearance: none;
	-webkit-opacity: 1;
    border-radius: 0;
    margin: 0;
    padding: 13px 0;
    font: 14px "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.inquiry  input[disabled=disabled]{
	-webkit-opacity: 1;
	-webkit-text-fill-color:#000000
}
.inquiry .text input[type=text]:first-child, .inquiry .text .header input[type=text] {border: 0;}
.inquiry .messageBody {
   height: 280px;
   overflow: auto;
   padding: 23px 0 0 0;
   font: 14px/22px "HelveticaNeue", Helvetica, Arial, sans-serif;
   border-bottom: 2px solid #f0f0f0;
}

.inquiry.collapsed .messageBody {
   height: 407px;
}

.inquiry.collapsed .messageBody textarea {
   height: 339px;
}

.inquiry.collapsed .expandFields
{
	display: block;
}

.inquiry.collapsed .expandFields:hover
{
	cursor: pointer;
}

.inquiry.collapsed #AddresserName
{
	width: 240px;
}

.inquiry .messageBody p {
    margin: 0 0 10px;
}
.inquiry textarea, .inquiry input{
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
	overflow-x: hidden;	
	-webkit-overflow-scrolling: auto !important;
}

.inquiry #errorContainer{
	float: right;
	text-align: right;
	font: 11px/16px "HelveticaNeue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	line-height: inherit;
	width: 80%;
	word-wrap: break-word;
}

.inquiry .messageBody textarea{
	height: 210px;
	width: 100%;
	border: none;
	resize: none;
}

.inquiry .messageBody h3 {
    font: 14px/22px "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin: 0 0 30px;
}
.inquiry .messageBody .mainMessage {margin: 0 0 30px;}
.inquiry .bottomContainer {
    position: relative;
	width: 100%;
	margin: 15px 0 0;
}
.inquiry .imgBox {
    float: left;
	width: 20%;
}
.inquiry #sendButton {
    float: right;
    clear: both;
	padding: 20px 0 30px 30px;
}

.inquiry .error::-webkit-input-placeholder {color: red!important;}
.inquiry .error:-moz-placeholder {color: red!important;}
.inquiry .error::-moz-placeholder {color: red!important;}
.inquiry .error::-ms-input-placeholder {color: red!important;}

.inquiry .text .body input[type=text]:first-child {
    border-top: 1px dotted #e9e9e9;
}

#consign .btnBox {
    text-align: right;
    margin-top: 25px;
}

.collapsable .expandFields
{
	background: url(../img/arrow28.png) 10px no-repeat;
	height: 30px;
    width: 30px;
    position: absolute;
    z-index: 10;
    margin-left: 240px;
	margin-top: 7px;
	display: none;
}

.privacy-policy
{
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 40px;
}

.privacy-policy a:hover
{
	text-decoration: none;
}

