#say_me {
	background-image: url(/pics/box.png);
	background-repeat: repeat;
	background-position: left top;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 9998;
	display: none;
}
#say_form {
	background-color: #FFF;
    width: 280px;
    margin-top: -160px;
    margin-left: -140px;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 50%;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-radius: 5px;
    display: none;
}
#say_top {
	font-weight: bold;
	text-transform: none;
    text-align: center;
    padding: 15px 0;
    color: #333333;
    font-size: 22px;
}
.say_close {
	color: #f85d08;
	display: block;
	position: absolute;
    font-size: 23px;
    top: 5px;
    right: 15px;
	font-weight: bold;
	cursor: pointer;
}

.say_rel {
	cursor: pointer;
	}

.say_close:hover {
    color: #333333;
}

#data input, #data textarea{
    height: 54px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: 400;
    background: whitesmoke;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0 5px 0;
    box-shadow: none;
    border: none;
    color: #333333;
}

#data textarea {
	resize:none;
    padding-top: 11px;
    height: 80px;
}

/*#data input:focus, #data textarea:focus {
  color: #000!important;
	border: 1px solid #368DAA!important;
	box-shadow: 0px 0px 7px #46ABCC inset!important;
}*/

#enter_bt {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #109eda;
    height: 52px;
    margin: 10px auto 5px auto;
    width: 140px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#enter_bt:hover {
	background: #f85d08;
	}