.modal-dialog .modal-content{
	background-color: #F6F7F6;
	width: 650px;
}
.modal-dialog .modal-content .modal-header{
	border: none;
}
.modal-dialog .modal-content .modal-header h4{
	text-transform: none;
	font-weight: normal;
	font-size: 24px;
}
.modal-dialog .modal-content img{
	width: 130px;
	height: auto;
	border: solid 1px #C6C6C7;
	float: left;
}
.modal-body table{
	display: inline-block;
	width: 73%;
	margin: -15px 0 0 30px;
}
.modal-body table td{
	font-size: 14px;
	padding-top: 8px;
}
.modal-body table td:first-child{
	font-weight: bold;
	text-align: right;
}
.modal-body table td:last-child{
	padding-left: 40px;
	text-transform: none;
	font-weight: normal;
}
.modal-body table td.choice_color{
	padding-left: 30px;
}
.modal-body table td.choice_color label:hover{
	box-shadow: none;
	margin-top: 6px;
	margin-right: 0;
	width: 80px;
	height: 25px;
	cursor: default;
}
.modal-dialog .modal-content td.check-style label{
	padding: 4px 55px 0px 32px;
}

.comment_phone{
	padding: 0 50px;
}
.comment_phone .input_phone{
	background: #fff;
	padding: 10px;
	border: solid 1px #CBC9C9;
}
.comment_phone .input_phone p{
	margin-top: 0;
	text-align: center;
	font-size: 16px;
}
.comment_phone textarea{
	width: 100%;
	border: solid 1px #CBC9C9;
}
.comment_phone .input_phone input{
	border: none;
	background: transparent;
	width: 100%;
	text-align: center;
}
.comment_phone p{
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
	margin-bottom: 5px;
}
.modal-content .blue{
	margin-bottom: 0;
}
.modal-content .blue, .modal-content .pink_btn{
	margin-top: 20px;
	width: 190px;
}
/*.modal-content .blue{
	margin-right: 0;
}*/
.modal-content .pink_btn{
	float: right;
}
.modal-content .blue a, .modal-content .pink_btn a{
	font-weight: bold;
}

/*Footer*/
.modal-content .modal-footer {
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
}
.modal-content .modal-footer{
	border: none;
}
.modal-content .modal-footer hr {
	margin: 10px 0;
    border-color: #D1D1D1;
}


/*EndFooter*/
 .modal-backdrop {
  background-color: #F6F7F6 !important;
}
.modal-backdrop.in {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
}


#bookComment{
    padding: 10px;
    font-weight: normal;
}
#bookComment::-webkit-input-placeholder {text-align: center; font-weight: normal; font-style: italic; font-size: 14px;}
#bookComment::-moz-placeholder          {text-align: center; font-weight: normal; font-style: italic; font-size: 14px;}/* Firefox 19+ */
#bookComment:-moz-placeholder           {text-align: center; font-weight: normal; font-style: italic; font-size: 14px;}/* Firefox 18- */
#bookComment:-ms-input-placeholder      {text-align: center; font-weight: normal; font-style: italic; font-size: 14px;}

.form-control::-webkit-input-placeholder {font-style: italic; font-size: 14px;}
.form-control::-moz-placeholder {font-style: italic; font-size: 14px;}
.form-control:-moz-placeholderr {font-style: italic; font-size: 14px;}
.form-control:-ms-input-placeholder  {font-style: italic; font-size: 14px;}