/* CSS Document */
*{padding:0; margin:0;}
#container{	width:960px; margin-left:auto; margin-right:auto; text-align:left;}
#edu_cont {width:960px;}
#left {
	float: left;
	width: 240px;
	margin-top:5px;
	margin-right:5px;
}

#right {
	float:right;
	width:710px;
	margin-top:5px;
	font-size:12px;
}
.eduprocess{
	width:100%;
	height:150px;
	border:1px solid #ddd;
}
.iframe {
}
/*按钮样式*/
.userLoginBut{background:url('../../images/userLogin_bg.gif') no-repeat; height:23px; line-height:23px; border:0; width:65px; cursor:pointer; text-align:center; margin-right:2px;}
.butOut{border:0; background-image:url(../../images/buttom/but_out.gif); background-repeat:no-repeat; height:22px; line-height:22px; width:70px; cursor:pointer; text-align:center;}