﻿body {
    background-color:#5ec2f0;
    color:white;
}
.circle{
    border-radius:25px;
    -moz-border-radius:25px; /* Old Firefox */
    background-color:#efefea;
    height:auto;
    width:150px;
    color:#4c4b4d;
    float:left;
    padding:40px 40px 40px 80px;
    margin-left:30px;
    margin-top:10px;
    font-weight:bold;
    cursor:pointer;
}
.circleClick{
    border-radius:25px;
    -moz-border-radius:25px; /* Old Firefox */
    background-color:#3daf53;
    height:auto;
    width:150px;
    color:white;
    float:left;
    padding:40px 40px 40px 80px;
    margin-left:30px;
    margin-top:10px;
    font-weight:bold;
    cursor:pointer;
}
.circleIndustry{
    border-radius:5px;
    -moz-border-radius:5px; /* Old Firefox */
    background-color:#efefea;
    height:auto;
    width:auto;
    color:#4c4b4d;
    float:left;
    padding:10px 10px 10px 10px;
    margin-left:30px;
    margin-top:30px;
    font-weight:bold;
    cursor:pointer;
    font-size:12px;
}
.circleIndustryClick{
    border-radius:5px;
    -moz-border-radius:5px; /* Old Firefox */
    background-color:#3daf53;
    height:auto;
    width:auto;
    color:white;
    float:left;
    padding:10px 10px 10px 10px;
    margin-left:30px;
    margin-top:30px;
    font-weight:bold;
    cursor:pointer;
    font-size:12px;
}
.circleUserCount{
    border-radius:5px;
    -moz-border-radius:5px; /* Old Firefox */
    background-color:#efefea;
    height:auto;
    width:auto;
    color:#4c4b4d;
    float:left;
    padding:10px 10px 10px 10px;
    margin-left:30px;
    margin-top:30px;
    font-weight:bold;
    cursor:pointer;
    font-size:12px;
}
.circleUserCountClick{
    border-radius:5px;
    -moz-border-radius:5px; /* Old Firefox */
    background-color:#3daf53;
    height:auto;
    width:auto;
    color:white;
    float:left;
    padding:10px 10px 10px 10px;
    margin-left:30px;
    margin-top:30px;
    font-weight:bold;
    cursor:pointer;
    font-size:12px;
}
.circlePulishWay{
    border-radius:5px;
    -moz-border-radius:5px; /* Old Firefox */
    background-color:#efefea;
    height:auto;
    width:auto;
    color:#4c4b4d;
    float:left;
    padding:10px 10px 10px 10px;
    margin-left:30px;
    margin-top:30px;
    font-weight:bold;
    cursor:pointer;
    font-size:12px;
}
.circlePulishWayClick{
    border-radius:5px;
    -moz-border-radius:5px; /* Old Firefox */
    background-color:#3daf53;
    height:auto;
    width:auto;
    color:white;
    float:left;
    padding:10px 10px 10px 10px;
    margin-left:30px;
    margin-top:30px;
    font-weight:bold;
    cursor:pointer;
    font-size:12px;
}
.clear {
    clear: both;
}
.marginTop{
    margin-top:15px;
}
.marginLeft{
    margin-left:25%;
}
.inputBorder{
    border:1px solid #7d8487;
    font-size:13px;
}
.btn{
    background-color:#3daf53;
    color:white;
    width:180px;
    height:auto;
    padding:10px 20px 10px 100px;
    border-radius:15px;
    -moz-border-radius:15px; /* Old Firefox */
    cursor:pointer;
}
.tipParent{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:gray;
    filter:alpha(opacity=90); 
    opacity:0.2;
}
.tip{
    position:absolute;
    background-color:#c2c4c2;
    color:#565856;
    top:30%;
    left:40%;
    width:180px;
    height:30px;
    padding:30px 30px 30px 30px;
    border-radius:15px;
    -moz-border-radius:15px; /* Old Firefox */
    z-index:99999999;
}
.thisHide{
    display:none;
}