﻿#crfFrm
{
    left: 0px;
    width: 800px;
    min-height:600px;
}

.crfUL
{
    list-style-type: none;
    padding-top: 15px;
    padding-left: 5px;
    float:left;
}

.crfUL li
{
    list-style-type: none;
    float:left;
    margin: 10px;
}

.crfUL .picList
{
    margin: 0px;
    padding: 0px;
    width: 170px;
    height: 230px;
    text-align: center;
    background-color: #EFEFEF;
    border:3px solid #FF8000;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}

.crfUL .picList .imgDiv
{
    z-index: 1;
    position: relative;
    top: 10px;
}

.crfUL .picList img
{
    width: 150px;
    height: 200px;
}

.crfUL .picList .imgNote
{
    z-index: 2;
    position: relative;
    bottom: 15px;
    left: 0px;
    padding: 5px 3px 3px 3px;
    background-color: rgba(0,150,203,0.3);
    width: 165px;
    height: 40px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.dFilter
{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,0.3);
    left: 0px;
    top: 0px;
    text-align: center;
    vertical-align: middle;
    visibility: hidden;
	cursor: pointer;
}

.dFilter img
{
    position:relative;
    top: 10%;
    border:4px solid #FF8000;
}