.def_feedback .main_feed{
	color: #4b5b6b;
    font-family: raleway,sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
}

.def_feedback .added_text_feed{
	color: #4b5b6b;
    font-family: raleway,sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
}

.def_feedback{
	position:absolute;
	top:100px;
	z-index:99;
	width: 100%;
}

::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}/* Firefox 19+ */
:-moz-placeholder           {color:#000;}/* Firefox 18- */
:-ms-input-placeholder      {color:#000;}

.def_feedback input{
	color: inherit;
    font-family: raleway,sans-serif;
    font-weight: 400;
	min-height: 40px;
    padding: 16px 6px 6px;
    width: 280px;
	background: none repeat scroll 0 0 transparent;
    border: medium none;
}

.def_feedback .convert_inputs{
	display:table;
	margin:0px auto;
}

.def_feedback .span_input{
	background-color: transparent;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-family: raleway,sans-serif;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: -1px;
    margin-top: -1px;
    min-height: 18px;
	padding: 17px 6px 8px;
    width: 280px;
	background-color: rgba(255, 255, 255, 0.32);
}

.def_feedback .send_feedback{
	/*background: url("/media/img/u80-17.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
background-color: #29b765;
    border: 1px solid #fff;
    border-radius: 2px;
    color: white;
	cursor:pointer;
    display: table;
    font-family: Comic Sans MS;
    font-size: 21px;
    height: 41px;
    left: 234px;
    margin: 35px auto;
    min-height: 41px;
    padding: 10px 0;
    text-align: center;
    width: 137px;
}

.def_feedback .alertInput{
	border: 1px solid #d7244c !important;
	color: #d7244c !important;
}

.def_feedback .no_active_send{
	background-color: #ccc !important;
}

.def_feedback .send_feedback:hover{
	background-color:#29ABE2;
}

.def_feedback .span_input:hover{
	background-color: rgba(255, 255, 255, 1);
}

.def_feedback .span_input input:focus{
	background-color: rgba(255, 255, 255, 1);
}
