@charset "utf-8";
#wrap_cap{
	border:solid #CCCCCC 1px;
	/*width:203px;*/
	-webkit-border-radius: 10px;
	float:left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:11px;
	margin-left:9px;
	color: #888888;
	display:inline-block;
	/*margin-left:80px;*/
	
}

img#refresh{
	float:left;
	margin-top:20px;
	margin-left:15px;
	cursor:pointer;
	width: 38px;
	display:inline-block;
}

.form-control-capcha {
	display: inline-block;	
	height: 43px;
	padding: 8px;
	background-color: rgba(255, 255, 255, 1);
	background-image: none;
	border: none;
	border-radius: 8px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin-bottom: 10px;
	margin-left: 11px;
}
.form-control-capcha:focus {
	border-color: #ddd;
	outline: 0 none;
}
.form-control-capcha::-moz-placeholder {
 color: #888888;
 opacity: 1;
}
.form-control-capcha:-ms-input-placeholder {
 color: #888888;
}
.form-control::-webkit-input-placeholder {
 color: #888888;
}

.textselectlab {
 color: #888888;
 padding-left: 10px;
 border-radius: 8px;
 text-indent: 10px;
}


.textfile {
 height: inherit;
}


