/* 请按以下顺序写样式
显示,定位,浮动,清除:display position float clear  ...  
边距,补白,宽,高:margin padding width height ...   
文本修饰,对齐方式:text-decoration text-align vertical-align white-space...
文字颜色大小:color font content
边框和背景:border background
*/
/* 亲子互动平台登录样式-常用类 */

* { margin:0; padding:0;}

body{ padding:0px; margin:0px auto; text-align:center; font-family:Tahoma, Verdana, Arial; height:100%; background:url(../images/parenthood_bg.jpg) repeat-x;}

div,p,li,em{font-family:Verdana,宋体;font-size:12px; font-style:normal;}

div,form,ul,li,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}

input,select{font-size:12px;line-height:16px;}

img{border:0; }

ul,li{list-style-type:none;}

li{font-size:12px;}

.clear {clear:both;}


/* 亲子互动平台登录样式-结构 */

#topbulletin{
	width:960px; height:35px;
	margin:0 auto;

}

#content{
	width:1002px; height:535px;
	margin:0 auto;
	margin-top:42px;
}
#footer{
	margin-top:20px; padding:12px; 
	width:100%; height:auto;
	background:#def4d5;
	border-top:1px solid #c2dab7;
}

/* 顶部公告内容 */

.t_icon,.t_content,.t_right{
	float:left;
	height:35px;
}
.t_icon{
	width:52px; 
}
.t_content{
	width:890px; overflow:hidden;
	font-size:12px; color:#595959;
}
.t_right{
	width:18px;
	background:url(../images/parenthood_login_bulletin3.gif) no-repeat;
}
.t_content li table{
	width:890px;
	text-align:left;
}

.t_content li{
	float:left; margin:0 8px;#margin:0 8px;_margin:8px 8px;
	line-height:35px;
}
.t_content  img{
	width:20px; height:20px;
	border:1px solid #9b9a9a;
	margin:0 10px 0 0;
}
.t_content  a{
	color:#0051a4;
	text-decoration:none;
}
.t_content a:hover{
	color:#ff0143;
	text-decoration:underline;
}

/* 内容 */
.m_left{
	float:left;
	width:284px; height:585px;
	background:url(../images/parenthood_login_leftbg.jpg) no-repeat;
}
.m_middle{
	float:left;
	width:417px; height:auto;
}
.m_right{
	float:left;
	width:301px; height:585px;
	background:url(../images/parenthood_login_rightbg.jpg) no-repeat;
}

/* 中间按钮内容 */
.m_mbutton{
	float:left; overflow:hidden;
	width:417px; height:166px;
	background:url(../images/parenthood_button_bg.jpg) no-repeat;
}

/* 中间按钮内容 */
.m_mlogin{
	float:left;
	width:417px; height:229px;
	text-align:center;
	background:url(../images/login_16.jpg) no-repeat;
}
.m_mlogin table{
	width:300px;#width:320px;_width:320px;height:auto;
	margin:0 auto; border-collapse:collapse;
}
.m_mlogin .input1{
	margin-left:10px;
	width:160px; height:20px;
	line-height:20px;
	border:1px solid #d8b94d;
	background:#f9fac7;
}
.m_mlogin .input2{
	margin-left:10px; margin-right:4px;
	width:100px; height:20px;
	line-height:20px;
	border:1px solid #d8b94d;
	background:#f9fac7;
}
.m_mlogin .button li{
	float:left; margin:14px 16px 0 18px;#margin:14px 16px 0 22px;_margin:14px 14px 0 12px;
}
.m_mpic1{
	width:32px; height:22px;
	background:url(../images/parenthood_button_02new.gif) no-repeat;
	position:relative;
	left:100px; top:-35px;#left:60px; #top:-35px;_left:60px; _top:-35px;
}
/* 中间图片内容 */
.m_mpic{
	float:left;
	width:417px; height:140px;
	background:url(../images/parenthood_login_bottom.gif) no-repeat;
}

/* 版权 */
#footer p{
	font-size:12px; color:#699261;
	line-height:24px; 
}