*{
    margin: 0px;
    padding: 0px;
    font-family: arial;
    cursor: default;
}
body{
    font-size: 12px;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover{
    text-decoration: underline;
}
a img{
    cursor: pointer;
	border: none;
}
input{
    font-size: 11px;
}
area{
    cursor: pointer;
}
.clearing{
    clear: both;
}
.error{
    color: red;
}
.banner_box{
    text-align: center;
}
.banner_box2{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.modul_gap{
    height: 5px;
    background: white;
    overflow: hidden;
}
optgroup{
    font-family: arial;
    font-weight: bold;
    font-size: 11px;
}
.left{ float: left; }
.right{ float: right; }
.nobordertop{border-top: none !important;}
.noborderbottom{border-bottom: none !important;}
.noborderleft{border-left: none !important;}
.noborderright{border-right: none !important;}
