.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -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;
}
.form-control,
.form-control:hover{
	border: 1px solid #ccc !important;
}
.pull-left {
    float: left !important;
}
.btn-success {
    color: #fff;
    border-color: #4cae4c;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}
textarea.form-control {
    height: auto;
}
.text-center{
	text-align: center;
}
.text-center-01{
	text-align: center;
	margin-bottom: 25px;
}
.text-center-02{
	text-align: center;
	margin-top: 25px;
	
}
.form-control {
    border-radius: 0px;
}

textarea.form-control {
    height: 132px;
}
.btn{
	border-radius: 0;
	padding: 8px 26px;
}
.bs-custom-11031{
	text-decoration: none;
	font-size: 16px;
}
.bs-custom-11032{
	margin-bottom: 0;
	margin-top: 0;
}
.bs-custom-005 {
    padding-top: 35px;
    padding-left: 15px;
	padding-right: 15px;
}

input {
    border: 1px solid #ccc !important;
	color: #555;
    margin-bottom: .5em;
    width: 50%;
    height: 34px;
}

label {
    text-align: left;
}
.form-group {
    margin-bottom: 35px;
	}
	.form-control {
    margin-bottom: 10px;
    box-shadow: 0px 3px #888888;
	}
	.error{
		float: right;
	}
	.color-01{
		color: #f00;
	}
	input[type=checkbox] {
		width: auto;
		height: auto;
	}
