.feedbackform {
	width:auto;
	margin: auto;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color:#666;
}
.feedbackform hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCC;
}
/****************************************************************/
::-webkit-input-placeholder {font-family:'Raleway', sans-serif; color:#666; font-size: 12px;}
:-moz-placeholder {font-family:'Raleway', sans-serif; color:#666; font-size: 12px;}
::-moz-placeholder {font-family:'Raleway', sans-serif; color:#666; font-size: 12px;}
:-ms-input-placeholder {font-family:'Raleway', sans-serif; color:#666; font-size: 12px;}

/****************************************************************/
.feedbackform input[type=text],
.feedbackform input[type=number],
.feedbackform input[type=tel],
.feedbackform input[type=email],
.feedbackform input[type=date],
.feedbackform input[type=file],
.feedbackform input[type=submit],
.feedbackform textarea,
.feedbackform select,
#captcha
{
	    border: 1px solid rgba(255,255,255,.4);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin: 3px 0px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* border-radius: 5px; */
    color: white;
	}
.feedbackform .margin_right{
	margin-right:5px !important;
	}
/****************************************************************/
.feedbackform flex{
	display: -webkit-flex; /* Safari */
  display: flex;
	}

@media only screen and (max-width: 540px) {
.feedbackform flex{
  display: block;
	}
.feedbackform .margin_right{
	margin-right:0px;
	}	
}
/****************************************************************/
.feedbackform input[type=submit]{
	color: #FFF;
	background-color: #32bfc0;
	cursor:pointer;
	border:none;

}

/****************************************************************/
.feedbackform #captcha{
	background-image: url(feedback/captcha.gif);
	background-size: cover;
	color:#000;
	text-align:center;
	/* disable select */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size:18px;

}

::placeholder {
  color: #CCC;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #CCC;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #CCC;
}