/*基础元素*/

html {
		
		height:100%;
	}


body{
	margin-left:  0px;
	margin-right: 0px;
	margin-top: 0px;
	font-size: 18px;
	font-family:Tahoma, Arial, Verdana, Helvetica, Sans-Serif,宋体;
	text-align: left;
	border:none;
	background-color:#ffffff;
	height:100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	line-height:1.5em;
	}
#homemain_body{
	border:0px;
	background-image:url(../images/3G_index.jpg);
	background-position: left top;
}


.textfield {
	border: 1px solid #7F9DB9;
	vertical-align:middle;
	text-align:buttom;
	width:100%;
}
.selectfield{
	border: 1px solid #7F9DB9;
	vertical-align:bottom;
	width:100%;
}
/* 链接颜色 */

a:link {
	color: #ffffff;
	
}
a:visited {
	color: #ffffff;
	
}
a:hover {
	color: #ffffff;
	
}
a:active {
	color: #ffffff;
	
}
	