.mp-monthpicker {
    display: inline-block;
}
.mp-monthpicker input {
	cursor: pointer;
}
.mp-dialog {
    position: absolute;
    z-index: 90000;
    width: 200px;
    height: 150px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: none;
	box-shadow:0 6px 12px rgba(0,0,0,.175);
}
.mp-title {
	font-family:"Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size:13px;
    text-align: center;
    line-height: 38px;
	font-weight: bold;
    background: #ffffff;
    color:#333;
    border-radius: 5px 5px 0 0;
	-ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;
}
.mp-title span {
	font-family:"Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	font-size:13px;
    text-align: center;
    line-height: 28px;
	font-weight: bold;
    background: #ffffff;
    color:#333;
    border-radius: 5px 5px 0 0;
	-ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;
}
.mp-title i {
    cursor: pointer;
}
.mp-content {
    display: inline-block;
}
.mp-content ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
}
.mp-content li {
	font-size:13px;
	color:#333;
    text-align: center;
    line-height: 28px;
    float: left;
    margin: 3px;
    padding: 0px;
    width: 40px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
	font-family:"Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
	-ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;
}
.mp-content li:hover, .mp-content li.active {
    background: #eee;
}
.mp-content li.disabled, .mp-content li.disabled:hover {
    color: #333;
    background: #fff;
    cursor: default;
}
.mp-year-prev {
	float:left;
	width:38px;
	height:38px;
	text-align:center;
	vertical-align:middle;
	cursor: pointer;
}
.mp-year-prev:hover {background:#eee;}
.mp-year-next {
	float:right;
	width:38px;
	height:38px;
	text-align:center;
	cursor: pointer;
}
.mp-year-next:hover {background:#eee;}