@charset "utf-8";
/* CSS Document */

.myxx {
	width:975px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;
}
.myxx_top {
	width:975px;
	height:30px;
	background:url(../images/ajcx_top.jpg) no-repeat;
}
.myxx_con {
	width:770px;
	height:483px;
	margin:0 auto;
	background:url(../images/myxx_bg.jpg) no-repeat;
	margin-top:40px;
	margin-bottom:50px;
	font-size:14px;
}
.myxx_con_fill {
	width:600px;
	height:100%;
	overflow:hidden;
	padding:60px 0 0 110px;
}
.myxx_con_txt {
	width:250px;
	height:24px;
	line-height:24px;
	border:1px solid #CCC;
}
.myxx_con_area {
	width:400px;
	height:180px;
	border:1px solid #CCC;
	resize:none;
}
.myxx_con_btn {
	width:60px;
	height:20px;
	border:1px solid #CCC;
	background:#FFF;
	cursor:pointer;
}
.myxx_con_btn:hover {
	background:#dd0202;
	color:#FFF;
}