textarea, input, button{
	font-family: 'Open Sans', 'Segoe UI', Arial, Helvetica, sans-serif;
	background:#ffffff;
	font-weight: 400;
}

.inputbox{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	width:100%;
	padding: 0px 15px;
	border:1px solid #e7e6e6;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	color:#999999;
	font-size:14px;
}
textarea.inputbox{
	padding: 15px;
	min-height:95px;
	resize: vertical;
}
.btn{
	display:inline-block;
	min-width:155px;
	height:46px;
	line-height:46px;
	background:#039e1c;
	font-size:14px;
	color:#ffffff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	cursor:pointer;
}
.btn:hover{
	background:#046e15;
}

.filter_apply_btn
{
    min-width: 10px;
    min-height: 10px;
    width: 60px;
    height: 30px;
    line-height: 0px;
    background-color: #AAA;
}


.checkbox{
    display:inline-block;
    width:18px;
    height:18px;
    background: url(/content/img/checkbox.png) no-repeat 0px 0px;
    margin-right:8px;
}
.checkbox.checked{
    background: url(/content/img/checkbox.png) no-repeat 0px -18px;
}
.checkbox input{
    width:18px;
    height:18px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
    cursor: pointer;
}
._checkbox_input_opacity_0{
    opacity: 0;
}
.checkbox + label{
    display:inline-block;
    vertical-align:top;
    margin-right:20px;
    cursor:pointer;
}

.checkbox_block{
	position:relative;
	padding-left:35px;
	padding-bottom:15px;
}
.checkbox_block .checkbox, .checkbox_block .radio{
	position:absolute;
	left:0px;
	top:0px;
}
/****************************************/

.radio input{
    width:18px;
    height:18px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
}
.radio + label{
    display:inline-block;
    vertical-align:top;
    margin-right:20px;
    cursor:pointer;
}
.radio{
    display:inline-block;
    width:18px;
    height:18px;
    background: url(/content/img/radio.png) no-repeat 0px 0px;
    margin-right:8px;
}
.radio.checked{
    background: url(/content/img/radio.png) no-repeat 0px -18px;
}

.datepicker{
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:32px;
	line-height:32px;
	font-size:12px;
	width: 70px;
	padding: 0px 25px 0px 8px;
	background: url(/content/img/datapicker.png) no-repeat 100% 50%;
}
.searchbox{
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:32px;
	line-height:32px;
	font-size:12px;
	padding: 0px 25px 0px 8px;
	width: 200px;
	background: url(/content/img/search.png) no-repeat 100% 50%;
}

.ui-datepicker{
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 5px #d9d8d8;
	-moz-box-shadow: 0px 0px 5px #d9d8d8;
	box-shadow: 0px 0px 5px #d9d8d8;
}
.ui-datepicker .ui-datepicker-header{
	color:#ffffff;
	font-weight:700;
	background:#e73139;
}
.ui-datepicker-today{
	background: #f7f7f7;
}
.ui-datepicker-current-day, .ui-datepicker-current-day a{
	color:#ffffff;
	background:#e73139;	
}
.ui-datepicker .ui-corner-all.ui-datepicker-prev, 
.ui-datepicker .ui-corner-all.ui-datepicker-next{
	width:8px;
	height:14px;
	background: url(/content/img/arrows.png) no-repeat 0px 0px;
	margin: 6px 5px 0px 5px;
	top:2px !important;
	cursor:pointer;
}
.ui-datepicker .ui-corner-all.ui-datepicker-prev{background-position:0px 0px;left:2px!important}
.ui-datepicker .ui-corner-all.ui-datepicker-next{background-position:-8px 0px;right:2px!important}