#wrapper input::-webkit-input-placeholder,#wrapper textarea::-webkit-textarea-placeholder{
    color: #888888;
}
::-moz-placeholder{
    color: #888888;
}/* Firefox 19+ */
::-moz-placeholder{
    color: #888888;
}/* Firefox 18- */
#wrapper input::-ms-input-placeholder,#wrapper textarea::-webkit-textarea-placeholder{
    color: #888888;
}

#wrapper{
	text-align: left;
}

.rows_select:first-child{
	display: block;
	width: 100%;
}

.rows_select{
	display: inline-block;
	width: 33%;
	margin-bottom: 20px;
}

.rows_select input{
	width: 80%;
	padding: 8px;
}

.for_block{
	margin-right: 10%;
}

.last_block{
	display: block;
}

.rows_select:first-child{
	text-align: center;
}

.rows_select_for_but{
	text-align: right;
	text-align: right;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
    margin-top: 14px;
    float: right;
}

label[for="operation"]{
	color: #888888;
	font-weight: bold;
}

.rows_select_for_but button{
	 border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #4bae4f;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    outline: none;
    padding: 10.5px 30px 10.5px 30px;
    text-shadow: none;
    box-shadow: none;
    text-align: center;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    vertical-align: top;
    margin-right: 15px;
}

.rows_select_for_but button:hover{
	background: #7acb5a;
}

#operation,option{
	color:#888888;
}

#for_capcha{
	display: inline-block;
}

#select_cause{
    padding-bottom: 75px;
}

#datepicker{
    position: relative;
    top:-60px;
}