﻿.ec_checkbox input[type="checkbox"]{
	position:relative;
	margin-left:0px;
}
.ec-creat-btn{
	margin-left:20px;
}
.ec-content-panel{
	padding:10px;
	margin-bottom: 10px;
}
.form-send {
    text-align: center;
}
.modal-body{
	text-align:center;
}
#main-content h3{
	font-size:18px;
}

.form-login{
	margin-top:200px;
	max-width: 380px;
}

.ui-tooltip{
	display:none;
}
.captcha_box{
	padding:0;
	margin-bottom: 20px;
}
.captcha_box .form-control{
	width:50%;
}
.captcha_box img{
	padding:0;
	cursor:pointer;
}

.previewBox{
	width:100px;
	height:100px;
	margin:0 10px 10px 0;
	overflow:hidden;
	display:inline-block;
}
.previewBox img{
	width:100px;
	height:100px;
}
.previewDel{
	width:100px;
	height:100px;
	background:#000;
	opacity:0;
	position:relative;
	top:-100px;
}
.previewDel:hover{
	opacity:0.5;
}
.previewDel i{
	font-size:30px;
	color:#fff;
	margin-left: 38px;
	margin-top: 32px;
}