.feedbackform {
	width:auto;
	margin: auto;
	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:Arial, Helvetica, sans-serif; color:#666; font-size: 12px;}
:-moz-placeholder {font-family:Arial, Helvetica, sans-serif; color:#666; font-size: 12px;}
::-moz-placeholder {font-family:Arial, Helvetica, sans-serif; color:#666; font-size: 12px;}
:-ms-input-placeholder {font-family:Arial, Helvetica, sans-serif; color:#666; font-size: 12px;}

/****************************************************************/
.add_style{
	border: 2px solid #CCC;
	border-radius:5px;
	padding: 10px;
	margin:5px 0px;
	outline:none;
	box-sizing : border-box;
	width: 100%;
	}
/****************************************************************/
flex{
	display: -webkit-flex; /* Safari */
  display: flex;
	}
flex .margin_right{
	margin-right:10px;
	}	
@media only screen and (max-width: 540px) {
flex{
  display: block;
	}
flex .margin_right{
	margin-right:0px;
	}	
}
/****************************************************************/
.feedbackform input[type=submit]{
	color: #FFF;
	background-color:#036;
	cursor:pointer;
}
/****************************************************************/
#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;
}
