﻿/*弹出的对话框的样式*/
#dialog {
    display: none;
    height: 320px;
    width: 660px;
    background: #fff
}
#dialogTitle {
    float: left;
    background: #3b5998;
    height: 37px;
    text-align: center;
    width: 100%;
    color: white
}
#dialogTitle .title {
    float: left;
    width: auto;
    margin: 10px 0 0 10px;
    font-size: 14px
}
#dialogTitle img{
    width: 16px;
    height: 16px;
}
#dialogBody {
    background: #fff;
    height: auto;
    width: 100%
}
#dialogBottom {
    float: left;
    background: #6d84b4;
    height: auto;
    width: 100%
}
#dialogClose {
    color: #fff;
    cursor: pointer;
    padding: 5px;
    position: absolute;
    right: 5px;
    top: 8px;
    width: auto
}
/*查看投票结果的样式*/
#votebody {
    width: 100%;
    height: auto
}
#votedata {
    float: left;
    width: 250px;
    height: auto;
    margin: 10px
}
#votechart {
    float: left;
    width: 380px;
    height: 270px;
    margin: 5px 0 10px 0
}
