.ta-center {
    text-align: center;
}
.ta-right {
    text-align: right;
}
.va-middle{
    vertical-align: middle;
}
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}
.width30 {
    width:30%;
}
.width67{
    width:67%;
}
.mt25{
    margin-top: 25px;
}
.opa-03{
    opacity: 0.3; filter: alpha(opacity=30);
}
.txt-center{
    text-align:center;
}
.mt-none{
    margin-top: 0;
}
.txt-left{
    text-align: left;
}
.color-gray{
    color: #eeeeee;
}
.valign-mdl{
    vertical-align: middle;
}
.cursorr{
    cursor:pointer
}
.paleGreen {
    color: #86C67C;
}
.font-small {
    font-size: 10px;
}
.mb-none {
	margin-bottom: 0;
}
.mt-none {
	margin-top: 0;
}
.bor-none {
    border: none;
}
