@charset "utf-8";
/* CSS Document */

/*################################基础布局################################
 *|---------------------|
 *|       #header       |
 *|---------------------|
 *|       #menu         |
 *|---------------------|
 *|            |        |
 *|            |        |
 *|            |        |
 *| #reg       | #listr | 
 *|            |        |
 *|            |        |
 *|            |        |
 *|---------------------|
 *|       #footer       |
 *|---------------------|
 *################################@end################################


/*reg*/

#reg{width:720px; float:left; clear:both;}
#reg h4{ height:23px; line-height:23px; width:720px; background:url(../images/reg_title.gif) no-repeat; text-indent:1em; color:#F60; font-size:12px; padding-bottom:5px;}
#reg .list{width:680px; background:#f6f6f6; padding:10px 20px; margin-bottom:5px; clear:both;}
#reg span{width:60px; text-align:right;}
#reg .left{width:280px; float:left;}
#reg .right{width:380px; float:right;}
#reg .blue{width:200px; height:30px; line-height:30px; background:url(../images/blue_but.gif) no-repeat; font-size:14px; font-weight:bold; color:#666; border:0;}
#reg center{display:block; padding-top:20px;}