.myselect{
    font-size: 16px;
	height: auto;
	padding: 16px;
	color: #34495e;
	background: #f5f5f5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background .25s linear, color .25s linear;
	-moz-transition: background .25s linear, color .25s linear;
	-o-transition: background .25s linear, color .25s linear;
	transition: background .25s linear, color .25s linear;
}

.captcha_image{
    /* width: 100%; */
    max-width: 200px;
}