/*
	Name:Rabbit.w Style v1.0 - CSS Framework
	Author: Wang Longjun
	Styles updated:Apr 16.04.08@10:06 a.m.
*/

/*=Layouts
---------------------------------*/
@import url(base.css);
#page { width:1003px; text-align:left; margin:0 auto;overflow:hidden;}

/*=Format
---------------------------------*/
* { margin:0; padding:0;}
body { font:12px/19px Verdana,Arial,sans-serif,"宋体"; text-align:center;}
html { height:100%;margin-bottom:1px;}
h1,h2,h3,h4,h5,h6 { }
h6 { font-size:12px;}
ul { list-style:none;}
img { border:none;}
cite,
em { font-style:normal;}
table { border-collapse:collapse; border-spacing:0;}

/*=Color
----------------------------------*/
.c_gray { color:#CCC;}
.c_black { color:#000;}

/*=Forms
----------------------------------*/
input,
select { vertical-align:middle;}
.input_text { border:1px solid #;}
.input_text_foucs { border:1px solid #;}
.input_button { cursor:pointer;}

/*=Links
----------------------------------*/
a { text-decoration:none;}
.rar,
.doc,
.pdf,
.rss,
.http,
.mail { padding-right:20px; background-repeat:no-repeat; background-position:0 0;}

.rar { background:url(img/rar.gif);}
.doc { background:url(img/word.gif);}
.pdf { background:url(img/pdf.gif);}
.rss { background:url(img/rss.gif);}
.http { background:url(img/http.gif);}
.mail { background:url(img/mail.gif);}

/*=Hacks
---------------------------------*/
.claer {clear:both;}




