@charset "utf-8";
/***********************************************************************
 @ filename         : vote.css
 @ author           : twin lin
 @ description      : 
 @ media            : screen
 @ modified         : 2009-7-15
**********************************************************************/

/*-----全部區塊-----*/
div#fullPage{margin:0 auto;width:599px;}
div#top{width:599px;height:125px;background:url(../images/vote_title.jpg) top left no-repeat;}
div#top h1{display:none;}
div#content{width:599px;height:500px;background:url(../images/vote_Conbg.gif) 150px left no-repeat;}

/*-----填表區塊-----*/
table.frame{margin:10px auto;width:525px;}
table.frame td{padding:0 5px 5px 0;height:20px;}
td.Frametitle img{margin-bottom:5px;}
td.FrameLeft{width:200px;}
td.FrameRight{width:315px;}
.inputStyle{height:16px;}
.FrameIntoStyle,.inputStyle{border: 1px groove #ECEC00;}
.frameFont {font-size: 12px;font-family:"simhei";padding:0 0 0 5px;color: #000000;}
input.btn{margin-right:5px;}
span.note{text-align:right;font-size: 10px;color:#929292;}

