.borange {background-color: orange;}
.month {background: #ffffb5;}
.safe {
    background: #ecffec;
}
.danger {
    background: #fff2ec;
}
.wrap {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    border: 1px solid #c6c6c6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.pp{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}
.plr{
	padding-left: 8px;
	padding-right: 8px;
}
.blr{
    border-left: 1px solid #e5e5e5;
}
.mr{
	margin-right: 8px;
}
.pb{
	padding-bottom: 8px;
}
.pinp {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.m1{
	margin-left: 8px;
}
select {
    cursor: default;	
    height: 39px;
    font-size: 12pt;
    width: 100%;	
	border-radius: 4px;
    border: 0;	
}
.ipt {
    font-size: 12pt;
    color: #666;
    height: 39px;
    line-height: 39px;
    color: #666;
}
.lbut{
	border: 0;
    margin: 0;
    width: 100%;
	font-size: 12pt;
    color: #666;
    height: 39px;
	background:#FFF;
	border-radius: 4px;
}
p .safe{
	background: #cfeeb2;
    border: 1px #cfeeb2 solid;
}
p .danger{
	background: #ffebe8;
    border: 1px #ffebe8 solid;
}
p em{
	display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px -3px 0;
    overflow: hidden;
}