/* 抽象CSS定義 */
* {
	margin: 0px;
	padding: 0px;
	color:#333333;
}

img{
	border:0px solid #FFF !important;
	color:#FFF !important;
}

select {
	background-color:#ffffff;
	color:#333333;
	border:#ffffff;
}

li {
	list-style-type:none;
}

.zeroField{ 
	width: 0px;
	height: 0px;
}

.clearBoth{
	clear:both;
}

.floatLeft{
	float:left;
}

html,body{
	height:100%;
	/*font-size:12px;*/
	/*overflow:hidden;*/
}

img#simbol{
	top:0px;
	position: absolute;
	height: 100%;
}

#filter{
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
	z-index:1000;
}

* html #filter {
	/* ie用 */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#filter #msgBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 150px;
	margin-top: -75px;
	margin-left: -150px;
	background-color:white;
	text-align:center;
	z-index:1001;
}

#filter #msgBox p{
	margin-top:65px;
}

#login{
	padding:5px;
	vertical-align:top;
}
#login #mainTitle{
	marging:0px;
	padding:0px;
	padding-top:160px;
}

.twitter-b {
	width:74px;
	height:22px;
	float:left;
}

.facebook-b {
	width:74px;
	height:22px;
	float:left;
	margin: 0 0 5px 2px;
}



.baner1 {
	width: 150px;
	height: 75px;
	margin: 12px 0 15px 0;
   	padding: 0;
}

.baner2 {
	width: 150px;
	height: 75px;
	margin: 0 0 5px 0;
   	padding: 0;
}

.baner3 {
	width: 150px;
	height: 75px;
	margin: 0;
   	padding: 0;
}

.mainF {
    width: 150px;
	height: 160px;	
	line-height: 20px;
}

.mainF img {
	margin: 0 0 15px 0;	
}
