﻿@charset "utf-8";

.size_11 {
	font-size:11px !important;
}

#btn-send{
	display:block;
	width:165px;
	height:33px;
	border: none;
	
}

#close-frm,#btn-submit{
	border: none;
	background:#1896C6;
	border-radius:3px;
	color:#fff;	
}
.not-login,.no-message,.send-fail{
	background:#CE0031;
	border-radius:3px;
	color:#fff;	
	text-align:center;
	margin-top:10px;
}

.not-login a{
	color:#fff !important;
	text-decoration:underline !important;	
}
.contact-frm,.no-message,.message-sent,.send-fail{
	display:none;	
}
.message-sent{
	border-radius:3px;
	color:#fff;	
	text-align:center;
	margin-top:10px;
	background:#6ba231;	
}

.pinkbutton-search{
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
   
    
    
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
	
	    background: transparent url("../images/btn-orange2.gif") repeat-x scroll 0 0;
    border: 1px solid #BE3101;
    color: #FFF !important;
    text-decoration: none;
    border-radius: 4px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
    
}
#user_city option{
    	font-size: 12px;
}
.btn-group
{
	width:100% !important;	
}

.custom-form-control{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
}

.bluebutton {
    background: #60cef5 url('../images/degrade-blue.jpg') bottom repeat-x;
    color: #FFF;
    text-decoration: none;
    padding: 4px 6px;
    border: 1px #1b96c5 solid;
    cursor: pointer;
	border-radius: 3px;
}
.radio4 {
    width: 1.5em;
    height: 1.5em;
}
pre {
	font-size: inherit;
	color: inherit;
	border: initial;
	padding: initial;
	font-family: inherit;
	background: inherit;
	white-space: pre-wrap;
	word-break:normal !important;
}
h2.detail,h2.detail p{
	/*font-size: 44px;*/
    line-height: 44px;
    padding: 5px 0px 6px 10px;
    font-weight: normal;
    color: #d85fa9;
    margin: 0px;
    background-color: #ecd7e3;
}
h3.detail p,h3.detail{
	/*font-size: 26px !important;*/
    font-weight: normal;
    color: #d85fa9;
    background-color: #ecd7e3;
    line-height: 30px;
    padding: 3px;	
	/*overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;   */
}
h4.rad3 span{
	background: url("../images/degrade-redish.jpg") bottom repeat-x;
	border: 1px #c35353 solid;
    padding: 3px 8px;
	color: #b22222;
    margin-bottom: 5px;
    cursor: default;
	-webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
	font-size: 13px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
