@charset "utf-8";

.auth-select-area{;margin-top:20px;}
.auth-select-area .selectArea select.multiSelect{
	    width: 100%;
    height: 100%;
    border: 2px solid #e5e5e5;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    padding: 5px;
    font-size: 12px;
    color: #4E4E4E;
    margin:10px 0;
}
.auth-select-area .selectArea{height:200px;}
.auth-select-area .selectArea select.multiSelect option {
	font-size:12px;
    padding: 5px 10px;
}
.auth-select-area .movTopBottom a.btnUp {
    margin-right: 20px;
}
.auth-select-area .movTopBottom {
    text-align: center;
    padding: 30px 0 10px 0px;
}
.auth-select-area .movTopBottom a { width: 40px; height: 30px; background: #aaa; display: inline-block; border-radius: 3px; color: #fff; line-height: 30px; font-size: 15px; }
a.btnAuthSelect{padding:0 6px; }
.btnMappingModify{margin-left:0;}
