.btn {
	padding: 2px 8px;
}

.caption {
	margin-bottom:15px;
	
	padding:8px;
	background-color:#fff;
	border:solid 1px #ccc;
	border-radius:10px;
	box-shadow: 3px 3px #999;
	
	text-align:center;
	font-size:16px;
}

[type=file] {
	font-size:11px;
}
[type=file]+span {
	color:#F06;
	font-size:10px !important;
}

input {color:#000;}
input::-webkit-input-placeholder{	color:#eee;	}
input:-ms-input-placeholder		{	color:#eee;	}
input::-moz-placeholder			{	color:#eee;	}

.condition-clear {
	text-align:right;
}

hr.guide {
    margin-bottom: 15px;
    margin-top: 5px;
}

.form-control[readonly] {
	cursor: inherit;
    background-color: inherit;
    opacity: inherit;
    box-shadow: none;
}
.form-control-text {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 2;
	
	border:none;
	background-color:inherit;
}

.avail	{ color: #0092ef;}
.yet	{ color: #999999;}
.doing	{ color: #5BA150;}
.fail	{ color: #F30;}
