@charset "utf-8";
/* CSS Document */
body {
	font: 12px Arial, Verdana, "宋体";
	color: #333;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}


img {
border:0px;
}

form {
	margin: 0px;
}

input, textarea, select {
	font: 12px Arial, Verdana, "宋体";
}

/* 基本button */
.btn {
	border:1px solid #999;
	line-height:20px;
	height:20px;
	cursor:pointer;
	background-color: #75BBC3;
}

/* 基本text */
.txt { width:130px; height:13px; padding-top:3px; padding-left:2px;}


/* 基本textarea */
.txtarea {
     width:345px;
     height:200px;
     overflow-y:auto; 
     padding-top:2px;
}

.clear {clear:both;}

/*基本超衔接样式*/
a:link, a:visited {color: #222;text-decoration: none;}
a:hover, a:active {color: #f00;text-decoration: none;}


.box:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .box {height: 1%;}
/* End hide from IE-mac */


/* div布局部分 \*/
#guide {
	background: #F2F6FB;
	border-bottom: 1px solid #98B1C8;
	padding: 6px 8px 4px 8px;
}
#main {
	padding: 10px 10px;
}

.fdiv {margin-bottom:10px;}

/*其他*/
.tabtxt {
	padding-top: 5px;
}
.tabipt {
	padding: 2px 0px;
}
.psel {
	font-weight: bold;
	color: #FF0000;
}
.msg {
	text-align: center;
	background: #F2F6FB;
	width: 460px;
	padding: 20px 20px;
	margin: 0px auto;
	border: 1px solid #98B1C8;
}
.prodprv {
	width: 120px;
	height: 120px;
	border: 1px solid #CCC;
}
.prodname {
	padding: 10px 0px;
}

.psty {
	font-weight: bold;
	color: #FF00FF;
}
#xy {
	position: absolute;
	top: 30px;
	right: 30px;
}
